https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19298 --- Comment #9 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 68461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68461&action=edit Bug 19298: (QA follow-up) Remove GetBiblioData call In order to do at least something for performance, we could replace the call to GetBiblioData since we are already fetching biblio data with Koha::Biblios. Note that the fields bnotes and bi_notforloan are not used in shelves. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested that notes are also displayed now in non-xslt view. Got the best results in performance with this change say 640ms; with the first patch 740ms and without both 690ms. -- You are receiving this mail because: You are watching all bug changes.