[Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 18 16:57:32 CET 2016


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion
         Depends on|                            |16044, 11998

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
For discussion
With this patch, I get only 1 call to CGI->new (hard to do less:)) instead of
344 on a search with 20 results (default XSLT used).
It's quite dirty but I have no idea how we could do another way (we could store
it in the L1 cache instead?)


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998
[Bug 11998] Syspref caching issues
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16044
[Bug 16044] Define a L1 cache for all objects set in cache
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list