https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36668 --- Comment #4 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Pedro Amorim from comment #3)
Hey Kyle, some testing notes (thanks for the test script btw A+):
Before patch: Time: 22-26 seconds / Size: 911kB
After patch: Time: 20-25 seconds / Size: 530kB
From my testing, this patch reduces the page size, but it does not fix the "slow load" issue.
36672 should help with the slow load - it turns out we are fetching individual rules for later sections of the page, rather than using the ones already fetched in the script
My suggestion to fix this for the future would be to implement infinite scroll on this page, i.e. additional circulation rules entries are loaded as the user navigates downwards (would say it's likely not trivial for this page and it may introduce issues I'm not considering atm). Bug 36641 is adding a circulation rules REST endpoint and although I don't think it would directly help for this specific use case it would be a starting point. Sorry for the tangent, just something to (maybe) discuss!
Interesting, but slightly frightening -- You are receiving this mail because: You are watching all bug changes.