[Koha-bugs] [Bug 2084] overdues.pl hangs when much data

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed May 7 15:43:58 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2084


oleonard at myacpl.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |PATCH-Sent




------- Comment #1 from oleonard at myacpl.org  2008-05-07 06:43 -------
I vote for: - the table itself is too big. With over 1400 results in an
overdues report, the HTML for the overdues report comes to almost 14000 lines
of markup, which enough to cause significant slowdown of the jquery table
processing (it's Firefox, not Apache, that asks whether to continue running the
script).

But without a quick solution to how to better manage such a large data set, the
quick fix is to remove the table sorting. I'm submitting a patch for that. Long
term we should consider paging the result set.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list