https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41416
Bug ID: 41416
Summary: Poor performance when clicking 'Update hold(s)' on
request.pl for records with many holds
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Hold requests
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected],
[email protected]
When updating holds priority or other fields on a record with many holds it can
take a long time for the server to return.
Looking at the code we call ModReserve for each hold on the page - ModReserve
call _FixPriority for each hold - _FixPriority loops through every hold on the
record an updates the priority to ensure correct ordering.
The same outcome can be achieved in less time by calling _FixPriority a single
time (per bib) after the loop
--
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/