(search) Further reduce the number of db queries by adding more caching to DbDomainQueries.

This commit is contained in:
Viktor Lofgren 2025-01-10 14:17:29 +01:00
parent 59a8ea60f7
commit 1c7f5a31a5

View File

@ -137,7 +137,7 @@ public class SearchSiteInfoService {
@PathParam String domainName, @PathParam String domainName,
@QueryParam String view, @QueryParam String view,
@QueryParam Integer page @QueryParam Integer page
) throws SQLException { ) throws SQLException, ExecutionException {
if (null == domainName || domainName.isBlank()) { if (null == domainName || domainName.isBlank()) {
return null; return null;