[Koha-bugs] [Bug 9811] Patrons search improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 6 22:02:48 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9811

--- Comment #37 from Chris Cormack <chris at bigballofwax.co.nz> ---
(In reply to Fridolyn SOMERS from comment #36)
> (In reply to Chris Cormack from comment #35)
> > After the patches, up around 3 mins before I hit stop
> I think searchable borrowers column need a SQL index : surname, ...
> I'll try to propose a new bug.

That might speed it up, but no that is not the problem. The problem is that
page returns every single borrower. Doing it a little faster will still be
wrong. You will just crash the browser faster that way.

There is no way we can have the whole borrower table loaded in and sorted with
javascript. A better solution (lazy loading, server side chunking, or something
similar will have to be done.)

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


More information about the Koha-bugs mailing list