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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 17 17:59:33 CEST 2022


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

--- Comment #15 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #7)
> (In reply to Martin Renvoize from comment #0)
> > In benchmarking I found that enabling the caching in the way here gave me
> > very significant performance improvements as compared to bug 28371.
> 
> Do you have the numbers?
> 
> Did you identify where we are using this subroutine expansively?

searchResults calls this a fair amount of times, the time spent in this sub is
reduced by 50% and seems to be more dramatic under ES than Zebra - I saw a 2
second improvement in NYTProf after the patches

I think this does also set a good policy, and the caches here can be used
elsewhere too

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


More information about the Koha-bugs mailing list