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

--- Comment #1 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to