[Koha-bugs] [Bug 28410] [Omnibus] Reduce memory footprint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 25 23:14:42 CEST 2023


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

--- Comment #9 from Blou <philippe.blouin at inlibro.com> ---
I followed on David's comment and tried a few lazy loading.  Some have a good
impact (like ZOOM), but others like the TimeZone have no impact because it's
included in some other module in the Koha::Caches or Koha::Config hierarchy. 

Lazy loading Koha::Config makes no sense, and Cache is cycling back to Context,
funnily.

I can try some ugly code for the preferences, as a POC.  I hope to have time
this week, if no one else give it a go.

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


More information about the Koha-bugs mailing list