[Koha-bugs] [Bug 8089] Use Koha::Cache everywhere

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 7 18:22:16 CEST 2012


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

--- Comment #17 from Paul Poulain <paul.poulain at biblibre.com> ---
OK, I had some errors in my setup, so caching was not running in fact.
I've fixed and made my perf tests again:

Step 1: staff client main page         8722ms    2.293 pages/sec
Step 2: catalog detail page            13303ms    1.503 biblios/sec
Step 3: catalogue search                   19606ms    1.02 biblios/sec
Step 4: patron detail page             11635ms    1.718 borrowers/sec
Step 5: patron search page                 18413ms    2.172 borrowers/sec
Step 6a circulation (checkouts)            17861ms    1.119 checkouts/sec
Step 6b circulation (checkins)             15223ms    1.313 checkins/sec


=> no noticeable improvements again. Jared pointed that it could be because CHI
uses Moose if it's available, it is on my setup. And Moose is heavy to load :(

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


More information about the Koha-bugs mailing list