http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8219 Priority: P5 - low Change sponsored?: --- Bug ID: 8219 Assignee: gmcharlt@gmail.com Summary: get_biblio_authorised_values embarrassingly inefficient Severity: normal Classification: Unclassified OS: All Reporter: jcamins@cpbibliography.com Hardware: All Status: NEW Version: master Component: Architecture, internals, and plumbing Product: Koha The routine C4::Biblio::get_biblio_authorised_values is horrifyingly inefficient. In a relatively low-powered system with a large number of authorized values, exclusive time in get_biblio_authorised_values can be several seconds or more when doing a search, since the routine is called once per result. -- You are receiving this mail because: You are watching all bug changes.