[Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough currently

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 15 17:31:49 CET 2016


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

--- Comment #1 from Jacek Ablewicz <ablewicz at gmail.com> ---
Created attachment 49184
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49184&action=edit
Bug 16079 - Retrieving system preferences from database via DBIx is not fast
enough

Bug 13967 introduced some perfomance issues (80+ miliseconds added to
the run time of the average CGI script, on the fast server). After Bug
11998, this is now efectivelly resolved for Koha + memcache setups,
but Koha + Cache::Memory (= default caching system) setups are still
affected. To address that, this patch reverts a small (most
speed-sensitive) part of Bug 11998. Hopefully, this solution is
only temporary, to be reverted when (if) better one will become
available.

Test plan:

1) apply patch
2) run t/* tests
3) drop database contents to trigger an installer, ensure that you
can advance at least to the step #2 without encountering any problems

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


More information about the Koha-bugs mailing list