http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805
--- Comment #15 from Jacek Ablewicz <[email protected]> --- (In reply to Jonathan Druart from comment #14) > This fix is not good for the performance. +1 And in some cases this is going to be _terrible_ for the performance - depending on the given script, and how many times it calls C4::Context->preference(), but there are some scripts and subroutines which tend to do it over and over and over again (1000+ calls per run being not all that uncommon, AFAIRC). -- 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/
