https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32476
Bug ID: 32476
Summary: Add caching for relatively expensive patron methods
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]
Add caching for is_expired and has_overdues in Koha::Patron, since these are
accessed a lot and involves some database and datetime-operations that really
only needs to be evaluated once per patron object it adds up to quite a lot in
some use cases (where patrons have a significant amount of checkouts).
--
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/