[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
Thu Jul 19 12:29:13 CEST 2018


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

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #7 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Since this is a performance enhancement, it's very hard to test without a
substantial number of ILL requests in the database. I have therefore attached
the script I created to populate large number of requests (add_ill.pl).

To test:
- Before applying patches, add a large number of requests, maybe 5000, using
attached add_ill.pl
- Make a request to:
http://your-koha/api/v1/illrequests?embed=metadata,patron,capabilities,library
- Time how long the response takes
- Apply patches
- Make another request to the same URL
- Time the response
=> TEST: The response time should be substantially reduced

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


More information about the Koha-bugs mailing list