[Koha-bugs] [Bug 24027] Adding multiple items is slow

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 14 12:25:20 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24027

--- Comment #4 from Andrew Nugged <nugged at gmail.com> ---
Created attachment 95417
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95417&action=edit
Bug 24027: (follow-up) Don't combine long items-add POST page with list
generation

When hundreds or thousands of items added, it takes time.

Then generation of items list also takes time, and more items
more items list generation needed, so sometimes user gets even browser
timeout. It's much more sensible on big databases and libraries
hosting/clouds with limited resources.

So - showing only counter of added items on POST-generated page instead of
list generation shortens page generation time and then user can navigate
further.

This stacks up with previous patches in this ticket for the combined effect.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list