[Koha-bugs] [Bug 29032] ILL route unusable (slow)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 15 17:16:56 CEST 2021


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

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 124899
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124899&action=edit
Bug 29032: Pre-load ILL backends to speed up response

Bug 22440 will rewrite the route and make it even more efficient by
prefetching the related data instead of performing several queries in
loops.

In the meantime, we can make this controller perform better with a
simple intervention: load backends once, and use the
$request->_backend() setter to pre-set it before using the objects.

To test:
1. Perform any usual ILL requests listing, try having several
=> FAIL: Notice it takes a weird amount of time to load
2. Apply this patch
3. Restart all
4. Repeat 1
=> SUCCESS: It feels fast enough!
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list