14 Jun
2022
14 Jun
'22
9:54 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30920 --- Comment #12 from Fridolin Somers <fridolin.somers@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.