https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28371 --- Comment #7 from Björn Nylén <bjorn.nylen@ub.lu.se> --- (In reply to David Cook from comment #3)
(In reply to Björn Nylén from comment #2)
We just did a very similar thing locally but added the caching in C4::Biblio::GetAuthorizedValueDesc instead. It's used in a few more places. Saved a lot of time in searchresults and add/edit item views when there are many items.
You have a patch for that on Bugzilla too, right? I can't recall the number off the top of my head though.
Bug 26587 . It's a bit diffrent, about caching in GetItemsInfo and Branches template plugin. To speed up detail.pl and opac-detail.pl. What I meant is that one could cache in GetAuthorizedValueDesc instead of XSLTParse4Display for the same effect. There's the issue about caching for the life of the worker though. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.