-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate slow performance of page requests with lots of items #1676
Comments
For L284:
The step that takes all the time is
The underlying cause of this is because the GraphQL client takes a long time (~33s) to return results:
|
|
This was referenced Aug 10, 2023
thatbudakguy
moved this from 🏗 In progress
to 📋 Backlog
in Searchworks/FOLIO Summer 2022/23
Oct 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g.:
https://requests-folio-dev.stanford.edu/requests/new?item_id=L284&origin=LANE-MED&origin_location=LANE-SAL3
https://requests-folio-dev.stanford.edu/requests/new?item_id=L13&origin=LANE-MED&origin_location=LANE-COR
https://requests-folio-dev.stanford.edu/requests/new?item_id=L17&origin=LANE-MED&origin_location=LANE-COR
https://requests-folio-dev.stanford.edu/requests/new?item_id=3248266&origin=SAL3&origin_location=PAGE-MP
Hopefully the -prod environment will speed up these requests, but we should do some due diligence and:
The text was updated successfully, but these errors were encountered: