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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 1 Oct 2021 18:25:57 +0000 (14:25 -0400)
commit7b1dc9d5f977aeb606cd2f766f3c3b8043d7a3f6
tree9bebee0a9dfc7636f54a265da1e13b60f545d01c
parent3fe3b1864a2934b969175fe00b70c9b79fc8c03c
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>
Koha/REST/V1/Illrequests.pm