https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20996 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #7 from Andrew Isherwood <andrew.isherwood@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,libra... - 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.