2 Dec
2016
2 Dec
'16
8:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17631 --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #6)
C4 0.0187 Koha::Obj 0.1387
100 calls to GetHolds versus $biblio->holds->count (with one Biblios->find). C4 is 7 times faster.
Using an ORM is obviously heavier, this will be true for all the refactoring changes. However, you need to calculate everything in a context, ie. under plack and using memcached (keeping in mind we will try to cache more things). -- You are receiving this mail because: You are watching all bug changes.