http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7857
Dobrica Pavlinusic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #5 from Dobrica Pavlinusic <[email protected]> --- This problem could be solved with simple Koha::SysPrefs which would wrap systempreferences table into intelligent caching. But rest of code would benefit from simple our $cache per-request cache which is safe from cache invalidation problems. Then we could start pushing it to memcache (after we flush all invalidation issues), but from my profiling so far, it seems biggest low-hanging fruit is caching within single request based on Bug 7177 This is next think I plan to work on, after all quirks with plack are cleaned up. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
