https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16041
--- Comment #17 from Jacek Ablewicz <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
