[Koha-bugs] [Bug 15262] Run Koha Run. Koha search should be fast again.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 30 12:02:10 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15262

--- Comment #2 from Mirko Tietgen <mirko at abunchofthings.net> ---
Search without XSLT is much faster than without.
Search with a single Result is faster now than search with multiple results.

A lot of time is lost when building the results page with XSLT

For every single result in a search, a lot of things are repeated
all over again. A huge bunch of sysprefs is fetched every time, even
though it is not likely they will change while fetching all results
of one search query. GetMarcStructure seems to be a problem (see 1.
above) but others may be too.
Bug 11051 seems related.

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


More information about the Koha-bugs mailing list