https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15263
--- Comment #3 from Jacek Ablewicz <[email protected]> --- (In reply to Jonathan Druart from comment #2) > I think this patch would become useless with the patch Bug 11998: Add a L1 > cache for sysprefs Not entirely - it still improves catalogue/search.pl run time by ca 80-100ms (on the fast server): - ~30ms save on eliminating 1100+ redundant syspref() calls, 21*49 string concatenations etc. - 45ms on eliminating 49 redundant C4::Languages::getlanguage() calls -- 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/
