[Koha-bugs] [Bug 16579] Use separate memached namespace for caching koha-conf.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 13 15:36:39 CEST 2016


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

--- Comment #5 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
140 miliseconds? Quite a lot - I know config file is currently parsed 3 times
by an average script (for no apparent reason), but on my test setup,
C4::Context->new() call only takes ~5.1 miliseconds. Memcache not enabled. And
I have three Z39.50 servers defined in there.

With

   Cache => 'memcopy'

added to XMLin() in C4/Context.pm, its down to 92 microseconds per call.

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


More information about the Koha-bugs mailing list