https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803

Srdjan Jankovic <srd...@catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #14 from Srdjan Jankovic <srd...@catalyst.net.nz> ---
Owen, I'm not sure why you are getting the delay. In my case once page has
loaded form comes up instantaneously. Admittedly, my database is not a large
one. Nevertheless, the only overhead introduced here is a http
request/response, so if the connection is decent (and it should be for the
librarian interface) everything should be fine.
The change moved one database query from the main handler to a service. As a
matter of fact it replaced two calls to the same function with only one, which
should only be faster. So when comparing, a fair comparison would be full time
from the circulation.pl request inception to the point where the checkout form
is shown.
Can you please give it another go with timing pre and post patch from the point
patron card number is entered to the appearance of the item checkout form. In
my env I can detect no difference.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to