15 Oct
2013
15 Oct
'13
5:56 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11051 --- Comment #3 from Robin Sheat <robin@catalyst.net.nz> --- Caching on GetMarcStructure seems to actually be slower than running it. Compare: http://debian.koha-community.org/~robin/opac-search/usr-share-koha-lib-C4-XS... (uncached) to: http://debian.koha-community.org/~robin/opac-search-cached/nytprof/usr-share... (cached) That function has ~1 second difference across all its calls. Removing the memoization of GetMarcStructure should fix this. -- You are receiving this mail because: You are watching all bug changes.