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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 26 12:48:36 CEST 2018


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

            Bug ID: 20996
           Summary: Fix API response time on ILL request endpoint
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: ILL
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: andrew.isherwood at ptfs-europe.com

A bug has crept into the /api/v1/illrequests API endpoint causing a GET on this
route to take an unreasonably long time to respond, even with a few queries.
This never used to be the case so either we're fetching something that we
didn't before and that's slowing things down, or there's an actual bug.

For example, a query on my dev server with 6 requests takes 2.76 seconds to
respond. This is clearly an unreasonably long time and will almost certainly
increase as more requests are added.

We need to investigate the source of the slowdown and address it.

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


More information about the Koha-bugs mailing list