Bug 31599

Summary: Add an option to disable local cover images on search results but keep them visible on item details
Product: Koha Reporter: Reko Turja <reko.turja>
Component: SearchingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: a.roussos
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Reko Turja 2022-09-22 10:06:52 UTC
The present way of showing the local covers on search results page will create a huge load on server - items/page perl-processes and several users whether staff or opac will practically make Koha stall for a good while.

Having the cover images visible on detail pages while disabling those on general search results would have a great positive impact on server load and still retain the functionality of showing the covers for individual items picked from general results.

At the moment we're disabling those on page level in Koha source due server choking.