JDBCConfig Optimization Help

Hello

When profiling my geoserver I found that 9.2% of the calls is for the JDBCGeoServerFacade when trying to get the org.geoserver.wms.WMS.getServiceInfo (see attached). I have a script performing a WMS getMap call for the same grid but with different bounding box’s. Is there an optimization or cache I can introduce? I also only see this performance hit in a clustered GeoServer.

Thank You