[Koha-bugs] [Bug 12347] New: Search performance improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 2 20:16:20 CEST 2014


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

            Bug ID: 12347
           Summary: Search performance improvements
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org

As-of code introduced by bug 11096, the current C4::Search::getRecords and
C4::Search::searchResults code creates MARC::Record objects for search results
twice. This makes searching slower than before.

Code should be refactored in order to create the MARC::Record objects for the
first time, and reuse it afterwards.

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


More information about the Koha-bugs mailing list