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

--- Comment #2 from Mirko Tietgen <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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