[Koha-bugs] [Bug 26587] Cache libraries in Branches TT plugin to improve performance

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 16 01:59:32 CET 2021


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

--- Comment #28 from David Cook <dcook at prosentient.com.au> ---
(In reply to David Cook from comment #27)
> I suppose the cache key is debateable. I don't think we have an index of
> cache keys, so Frido might be right about making a more targeted cache key,
> so that there isn't an accidental collision with another script that stores
> different data using the same key.

Sorry I shouldn't have said another script since it's a L1 cache. I mean a
different module/function.

That said, the risk seems fairly low of that happening...

If we did have an index, re-using the same cache key across different modules
seems appealing to me.

I'm on the fence.

On one hand, this is already Passed QA, so maybe we leave it as is, and just
change it later if it's an issue.

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


More information about the Koha-bugs mailing list