https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #4 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Chris Cormack from comment #3)
This works, I haven't tested if there is a performance hit, but even if there was we need to make the change anyway. But if there is, we may want to put some caching in get_fields
Yes it is definitely slower. (You could speed up somewhat by returning to dbh, but we chose for DBIx..) Could we cache the item columns here instead of fetching them every time? get_fields needs the item columns and the pref. -- You are receiving this mail because: You are watching all bug changes.