https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20996
Andrew Isherwood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #7 from Andrew Isherwood <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
