https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26802
Björn Nylén <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Björn Nylén <[email protected]> --- We've done some profiling to figure out where the delay is. The problem is mainly that in the XSLT processing an auth. value description is looked up in the db for every item column. Caching the values will have a big effect. Branch- and itemtypenames for items are also looked up per item and will slow down the detail pages from what we've seen. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
