https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15341
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45535|0 |1 is obsolete| | --- Comment #20 from Jonathan Druart <[email protected]> --- Created attachment 56012 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56012&action=edit Bug 15341: Retrieve all sysprefs at once C4::Context->preference generates a call to Koha::Config::SysPrefs->find for all different sysprefs we are searching for. It seems to be a performance killer and be better to retrieve them all together and then cache them all. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
