https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23229 Bug ID: 23229 Summary: "Get all requests" API call fired when loading any ILL page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: andrew.isherwood@ptfs-europe.com This is a substantial bug that, as far as I can determine, has always existed. The JS that retrieves all ILL requests for the main ILL table (ill-list-table.js) runs on every ILL page that utilises ill-requests.tt (pretty much every ILL page). This is clearly wrong, it should only run when the ILL list table is being displayed. This has significant performance implications since the cost in constructing and delivering the response to this request can be substantial. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.