https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16579 --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jesse Weaver from comment #1)
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).
I think I'm for option a at this point. The cons seem to far outweigh the pros. -- You are receiving this mail because: You are watching all bug changes.