[Koha-bugs] [Bug 17631] Koha::Biblio - Remove GetHolds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 2 09:55:22 CET 2016


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

--- Comment #8 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list