[Koha-bugs] [Bug 35558] Do not fetch local image if none exists

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 13 11:12:03 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35558

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 159785
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159785&action=edit
Bug 35558: Do not retrieve the local image if none exists

On the search results we are fetching the thumbnails of the local cover images
using catalogue/image.pl
Which means 1 GET per results on the page.

This patch suggests to have this information beforehand in order to
reduce the number of hits and network traffic?

However the page load will be slightly slower ofc.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list