[Bug 11998] Syspref caching issues
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36583|0 |1 is obsolete| | Attachment #36584|0 |1 is obsolete| | Attachment #36585|0 |1 is obsolete| | Attachment #36586|0 |1 is obsolete| | Attachment #36587|0 |1 is obsolete| | Attachment #36588|0 |1 is obsolete| | Attachment #36589|0 |1 is obsolete| | Attachment #36590|0 |1 is obsolete| | Attachment #36591|0 |1 is obsolete| | Attachment #36592|0 |1 is obsolete| | Attachment #36593|0 |1 is obsolete| | Attachment #36594|0 |1 is obsolete| | Attachment #36595|0 |1 is obsolete| | --- Comment #97 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 48640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48640&action=edit Bug 11998: Use Koha::Cache to cache sysprefs At the moment, the sysprefs are only cache in the thread memory executing the processus When using Plack, that means we need to clear the syspref cache on each page. To avoid that, we can use Koha::Cache to cache the sysprefs correctly. A big part of the authorship of this patch goes to Robin Sheat. Test plan: 1/ Add/Update/Delete local use prefs 2/ Update pref values and confirm that the changes are correctly taken into account -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org