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

--- Comment #7 from David Cook <[email protected]> ---
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.
_______________________________________________
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