https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41903 --- Comment #65 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Without these patches if I have 2k overdues the list loads in 4.5 seconds, regardless of whether I'm showing just 20 or All. With these patches and 2k overdues in the system, the page loads in about .35 seconds if I'm viewing 20 results, 6 seconds if I've viewing 500, 25 seconds if I'm viewing All. There was discussion above of adding a Download All button. The page *does* have that feature before these patches, so it should be replicated/maintained here. If we used this same code to produce the list of all but pushed it into a background job would the time required be less of a concern? I see your point about not wanting to maintain both an API-based version for the UI and a SQL version for the download. -- You are receiving this mail because: You are watching all bug changes.