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@gmail.com Reporter: tomascohen@gmail.com QA Contact: testopia@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.