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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 14 22:54:54 CEST 2022


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

--- Comment #12 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Just to be sure.

The is already a L1 cache for authorized values in
get_description(s)_by_koha_field()
See Bug 17642 
It says L2 cache is unsafe :
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17642#c35

If L2 cache is fine and flush managed in store().
Could we cache directly in find() ?
That whould increase performance everywhere using ORM.

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


More information about the Koha-bugs mailing list