[Koha-bugs] [Bug 20996] Fix API response time on ILL request endpoint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 28 15:21:35 CEST 2018


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

Magnus Enger <magnus at libriotech.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76705|0                           |1
        is obsolete|                            |

--- Comment #25 from Magnus Enger <magnus at libriotech.no> ---
Created attachment 79585
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79585&action=edit
Bug 20996: Further enhance performance

We were immediately unblessing all request objects after retrieval then,
at a later stage, re-instantiating each one so we could call methods on
that. This was a very bad idea. We now preserve the objects for as long
as we can.

Signed-off-by: Magnus Enger <magnus at enger.priv.no>

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

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


More information about the Koha-bugs mailing list