https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26802 --- Comment #9 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #7)
I've noticed other issues in the XSLT processing as well, especially in C4::XSLT::buildKohaItemsNamespace().
It does a huge number of database calls, and when you have thousands of items, it's just going to be slow no matter what.
That said, after I removed it, apparently I only gained 18 seconds. (My search took 2.7 minutes instead of 3 minutes. I think no matter how you slice it, ultimately we need to fetch an item count, and then fetch just 1 page of items at a time... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.