[Koha-bugs] [Bug 30920] New: Add caching to C4::Biblio::GetAuthorisedValueDesc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 7 15:47:27 CEST 2022


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

            Bug ID: 30920
           Summary: Add caching to C4::Biblio::GetAuthorisedValueDesc
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

Whilst working on bug 30848 inspired by bug 28371 it became apparent we're
using this function a huge amount inside of various loops.

We should cache the data to allow for performance improvements.

The patches submitted here have been pulled out of the submission for bug 30848
as  they have a much wider effect and need proper independent testing.  In
benchmarking I found that enabling the caching in the way here gave me very
significant performance improvements as compared to bug 28371.

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


More information about the Koha-bugs mailing list