https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20996
--- Comment #10 from Magnus Enger <[email protected]> --- 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. _______________________________________________ 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/
