[Koha-bugs] [Bug 36239] Availability calculation in OPAC Results XSLT is too slow

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 6 03:22:43 CET 2024


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

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
That said, when I actually break it down a bit more, it looks like out of 60
seconds for my example, 20 seconds are availability and 40 seconds is the rest.
If it's 10 seconds in the staff interface, then it's probably 30 seconds on
OpacHiddenItems which happens before buildKohaItemsNamespace. 

That's an overgeneralization of course. 

But if we got rid of OpacHiddenItemsHidesRecord and required people to use
OpacSuppression instead then we'd be able to bring OPAC and Staff Interface
back to similar times...

-- 
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