25 Sep
2018
25 Sep
'18
10:39 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20996 --- Comment #10 from Magnus Enger <magnus@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.