30 Nov
2015
30 Nov
'15
11:02 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15262 --- Comment #2 from Mirko Tietgen <mirko@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.