https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15341
--- Comment #12 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
