[Koha-bugs] [Bug 20996] Fix API response time on ILL request endpoint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 25 10:39:03 CEST 2018


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

--- Comment #10 from Magnus Enger <magnus at libriotech.no> ---
Some observations from a DB with 359 illrequests and 34,485
illrequestattributes. Measurements of the standard API call to
/api/v1/illrequests?embed=metadata,patron,capabilities,library:

Without the patch: 

Size of data: 1MB
Time: ~12 seconds

With the patch:

Size of data: 1.8MB
Time: ~8 seconds

The decrease in time is much appreciated! I'm not sure where the increase in
weight comes from. Could it be avoided and save us even more time?

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


More information about the Koha-bugs mailing list