[Koha-bugs] [Bug 16041] StaffAuthorisedValueImages & AuthorisedValueImages preferences - impact on search performance

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 27 12:57:28 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16041

--- Comment #17 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
(In reply to Marcel de Rooy from comment #14)

> It is only very good to prevent useless calls to get_authorised_value_images
> and get_biblio_authorised_values. There should definitely be a cheaper way
> to get some imageurls than going thru GetMarcStructure etc. These two
> routines are quite horrible actually.

I'm working on the patch which reduces GetMarcStructure() cost to ~1 msec (in
the places where it matters - something like 2nd patch from Bug 16140, but more
manageable / controllable), that should resolve most of the performance issues
related to those 2 features. But get_biblio_authorised_values() and
get_authorised_value_images() will still remain pretty horrible - not quite
sure if Bug 16167 is a move in the right direction though, it looks like a bit
of an overkill to me.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list