https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36441
Bug ID: 36441
Summary: Improve performance of Item::is_bundle
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]
For a biblio with a large number of holdings (which could be the case for
serials for example) Item::is_bundle is one of the main culprits in terms of
performance. I know it's usually frowned upon substituting DBIx queries with
the DBI-equivalent, but think there are few other option in this case and
should be very unlikely to cause any future regressions. Attached before and
after flamegraphs to illustrate the difference in performance.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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/