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

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed May 7 14:38:33 CEST 2008


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

           Summary: overdues.pl hangs when much data
           Product: Koha
           Version: rel_3_0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Circulation
        AssignedTo: galen.charlton at liblime.com
        ReportedBy: henridamien at koha-fr.org
         QAContact: koha-bugs at lists.koha.org


there is a problem with overdue.pl when there are more than 1000 lines in issue
table.
the table generated by overdue.pl makes the script hang on and apache ask
whether to continue the script.

Two reasons can account for this :
- jquery is not designed for such a huge table
- the table itself is too big

I tested disabling jquery. The page is loaded OK.
So I confirm it is a problem with jquery.

Problem :
jquery is really cool for sorting. But requires the whole table to be loaded
into the page to be sharp (if we return only part of the data, the sorting will
be done on this part of data only)
But if we return the whole data and it freezes, it is no use.
We can use the "good old way". But is there a better way ?




------- 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