[Koha-bugs] [Bug 13665] Retrieve facets from zebra is slow

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 10 04:48:44 CEST 2020


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

--- Comment #7 from David Cook <dcook at prosentient.com.au> ---
I think the most robust solution would be to asynchronously load the facets
into the Koha Web UI after Koha has returned the search page to the user's
browser. (The search results should be asynchronously loaded too but that's for
another day.)

If I recall correctly, Net::Z3950::ZOOM has the ability to do a certain amount
of non-blocking I/O, so in theory you should also be able to do the facet
fetching in parallel. I'd have to look into that further...

My TODO list is already overfilled, but it would be interesting work to do.
Actually, that could make for an interesting plugin. If we turned off facet
fetching in the Perl search script and let a plugin take over. That might be a
good way to do a proof-of-concept at the very least. I'll add it to my list in
any case... lol.

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


More information about the Koha-bugs mailing list