[Koha-bugs] [Bug 28702] New: Improve performance of C4/XSLT/buildKohaItemsNamespace

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 12 20:04:16 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28702

            Bug ID: 28702
           Summary: Improve performance of C4/XSLT/buildKohaItemsNamespace
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

This subroutine prepares items for XSLT parsing in search results, or opac
lists.

In bug 23414 it was refactored to use Koha::Items to reduce the number of
lookups.

In reviewing this code, it can be improved further - it is only called by
XSLTParse4Display which is only called in 2 places:
C4::Search->searchResults
opac/opac-shelves.pl

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


More information about the Koha-bugs mailing list