[Koha-bugs] [Bug 33745] Speed up Koha::Object attribute accessors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 14 11:56:45 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33745

--- Comment #13 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
With second patch, no significant difference

$item->$col: 54.991 ms
item->_result->get_column($col): 36.4 ms

$item->$col: 54.826 ms
item->_result->get_column($col): 36.205 ms

$item->$col: 51.613 ms
item->_result->get_column($col): 34.288 ms

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list