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

--- Comment #5 from Jacek Ablewicz <a...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to