[Koha-bugs] [Bug 16579] Use separate memached namespace for caching koha-conf.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 25 16:37:17 CEST 2016


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

Jesse Weaver <jweaver at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jweaver at bywatersolutions.co
                   |                            |m

--- Comment #1 from Jesse Weaver <jweaver at bywatersolutions.com> ---
I'd like to suggest that we either:

 a) drop the caching for the koha-conf.xml entirely (in my testing, this adds
about .14 seconds to an average CGI load) or
 b) just hardcode the server/namespace for caching the koha-conf.xml and use
the filename of the .xml as the cache key
(kohaconf-/etc/koha/sites/SITE/koha-conf.xml). Using localhost:11211 will work
for 99.9% of setups, and if memcached isn't running there, Koha will still work
(just a tiny bit slower under CGI).

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


More information about the Koha-bugs mailing list