[Koha-bugs] [Bug 28371] Improve performance of XSLTParse4Display

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 21 03:59:22 CEST 2021


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

--- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
We already have a cache for the frameworks, we should fetch all the avs and
cache then based on the fw. It would be interesting to profile it.

And speaking of scope, maybe it is time to think beyond C4. I haven't profiled
it, but Nick's idea of Koha::Items->filter_by_visibility proved we can save
lots of CPU cycles with better design. Previously, we called a method that
queried item numbers, for then fetching each item in a loop (dbi era,
GetItemsInfo).

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


More information about the Koha-bugs mailing list