https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ 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/
