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@lists.koha-community.org
          Reporter: andrew.isherw...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to