https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36350
Bug ID: 36350
Summary: Add subclass of Koha::Objects that provides caching
for find
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
At our library we have traced some performance issues to repeated find calls
for a number of object types. To address this patch introduces a subclass for
Koha::Object that if extended instead of the former provides a cached version
of find. This patch enables caching for ItemTypes and Libraries which I believe
are called repeatedly for the same objects much than the others. Other possible
candidates are Patrons and Items but will have to do some more digging to find
out if it makes much a difference. It's easy to enable/disable by just
switching out the base class for the Koha::Object and Koha::Objects derived
classes.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/