]> git.koha-community.org Git - koha.git/commit
Bug 29032: Pre-load ILL backends to speed up response
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 15 Sep 2021 15:12:33 +0000 (12:12 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Sat, 9 Oct 2021 02:14:27 +0000 (16:14 -1000)
commitfa84d0704f85381cd7026d1c51cb832ade4ca870
tree5c6b154543e809916f2e0ecc3b0fafbc81589c8d
parent14cc882aa50d205eb08f824095d11b0826edb7a7
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@theke.io>
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 7b1dc9d5f977aeb606cd2f766f3c3b8043d7a3f6)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/REST/V1/Illrequests.pm