[Bug 12013] New: Long loan period slows checkouts
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12013 Bug ID: 12013 Summary: Long loan period slows checkouts Change sponsored?: --- Product: Koha Version: 3.14 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: library@stas.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com For circulation.pl and sco.pl, long loan periods cause the pages to take an extrememly long time to load. Checkout times per item slow to tens of seconds. Loading of the patron record in the SCO takes tens of seconds to minutes. ----------- Example: Our professors need to be able to borrow books for an indefinite period, sometimes several years (e.g. for textbooks). To accomplish this we originally set the loan period to 9999 days. The rest of our religious community can borrow for 1 year (loan period set to 365 days). On the staff client and self-checkout, the community would have checkout times of a couple to 10 seconds. Professors would take 30-60 second for each item checkout, and the SCO would take 60-90 seconds to even load their record, then 30-60 seconds per checkout. Changing only their loan period to match the rest of the community (365 days) made checkouts take at most seconds, so the difficulty is this variable and how these scripts use this variable. --------- -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12013 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- This has certainly been fixed by bug 13242 and/or recent changes to Koha::DateUtils. Please reopen if the issue still exists on master. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org