https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28371
--- Comment #5 from Tomás Cohen Arazi <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
