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

--- Comment #24 from David Cook <[email protected]> ---
(In reply to Lucas Gass (lukeg) from comment #23)
> I imagine we must run items throufh buildKohaItemsNamespace to deal with
> OPACHiddenItems. 
> 
> 
> This certainly does seem like our bottleneck.

I think it's more that we use it for getting item statuses in the OPAC.

I think there's a few things there too. One would be using an availability API
endpoint so that the page could load quickly while the availability takes its
time. We'd want to be careful of the design to avoid DOSing ourselves though. 

We might also need to use pre-calculated availability to speed up the
availability lookup too, although I suppose that's also an optimisation that
could come later.

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

Reply via email to