2 Apr
2019
2 Apr
'19
5:24 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20664 --- Comment #89 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- I'd be interested to see exactly what Koha::Object search call you were making for comparison... I've always found the SQL::Abstract query compilation really pretty quick.. it's the result inflation into DBIx::Class (and then Koha::Object) objects that takes time.. This can be entirely skipped with DBIx::Class::ResultClass::HashRefInflator and friends.. that's the approach I would take personally I think. -- You are receiving this mail because: You are watching all bug changes.