https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40394
Bug ID: 40394
Summary: Coce cover images should be requested in chunks
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
If you choose to display 100 results per page when searching the catalog, the
current Coce client implementation will pick all the identifiers, and make an
API call to Coce for the 100 ids.
This is problematic because:
* It can be overwhelming for the Coce server (it will make a thread/worker busy
for too long even when another is idle).
* It makes the rendering slow or unreliable.
We should at least split the ids list into chunks of some fixed (limited) size.
--
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/