[Koha-bugs] [Bug 16079] New: 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:22:31 CET 2016


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

            Bug ID: 16079
           Summary: Retrieving system preferences from database via DBIx
                    is not fast enough currently
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: abl at biblos.pk.edu.pl
        QA Contact: testopia at bugs.koha-community.org

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