https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17631
--- Comment #8 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
