https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30920
--- Comment #12 from Fridolin Somers <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
