10 Jun
2016
10 Jun
'16
12:04 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 --- Comment #5 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #4)
(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.
Hm. Actually not too bad after all.. -- You are receiving this mail because: You are watching all bug changes.