[Koha-bugs] [Bug 5304] New: Too many post find queries for items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 14 06:54:29 CEST 2010


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

           Summary: Too many post find queries for items
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Searching
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: srdjan at catalyst.net.nz
         QAContact: koha-bugs at lists.koha-community.org
   Estimated Hours: 0.0


C4::Items::GetItemsInfo():
When the items resultset is returned from the search, lots of additional
queries are requested for each item in order ti get extra data. This makes
large resultsets extremely slow to return.

Proposed solution:
Rewrite items query so it returns all relevant data at once

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list