[Koha-bugs] [Bug 15341] Performance - Retrieve all sysprefs at once

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 3 12:59:52 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15341

--- Comment #12 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Retested today on opac-search:

Without the patch (i.e master):
17.0s (of 20.8s), executing 3550368 statements and 1053896 subroutine calls in
421 source files and 63 string evals.

With the patch:
Profile of /home/koha/perl5/bin/plackup for 95.8s (of 117s), executing 19107084
statements and 7240133 subroutine calls in 421 source files and 63 string
evals.

With the patch *and* the syspref cache (i.e. remove
C4::Context->disable_syspref_cache;)
15.8s (of 18.6s), executing 2588556 statements and 903720 subroutine calls in
421 source files and 63 string evals.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list