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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 9 18:26:00 CET 2015


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

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frederic at tamil.fr

--- Comment #2 from Frédéric Demians <frederic at tamil.fr> ---
On my box, without plack, execution time:

  - Without your patch: 1.70s
  - With your patch: 1.54s

I can see in NYTProf stats that 1/3 of execution time is spent in
C4::Context::preference.

Isn't plack supposed to bring some persistency? And so couldn't we have
preferences available somewhere from one page to the other?

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


More information about the Koha-bugs mailing list