]> 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)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Sun, 17 Oct 2021 01:12:41 +0000 (03:12 +0200)
commitbe277cd4c6c348fe963f2f0debd2ca06a3dd3129
tree7018730db3004fd2948ded734234abb482bae7a0
parent848ac85dcc5b35f3d71952f58efa33d3761047f8
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>
(cherry picked from commit fa84d0704f85381cd7026d1c51cb832ade4ca870)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Koha/REST/V1/Illrequests.pm