[Koha-bugs] [Bug 33568] Use the REST API to display items on the biblio detail view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 31 12:59:33 CEST 2023


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

--- Comment #29 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
2 new patches added to the remote branch, for performance purpose:

Bug 33568: Do not embed library names
Bug 33568: Do not embed item types



1000 items generated for a given bibliographic record.

1000 items displayed:
without last 2 patches: 28s
with last 2 patches:    18s
master:                 15s (But lack on the UI as you see the 1000 items not
paginated)

20 items displayed:
without last 2 patches: 0.9s
with last 2 patches:    0.7s
master:                 15s (cannot display 20 items, all displayed)

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


More information about the Koha-bugs mailing list