Bug 32608 - OPACFRBRizeEditions or FRBRizeEditions cause timeouts
Summary: OPACFRBRizeEditions or FRBRizeEditions cause timeouts
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-11 10:47 UTC by Jonathan Field
Modified: 2023-01-27 10:11 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Field 2023-01-11 10:47:51 UTC
On odd occasions, if you have OPACFRBRizeEditions or FRBRizeEditions set to "Show" and you are using a FRBR service like ThingISBN, the full record display will load so loading that it times out with a Plack proxy error. 

I believe this is related to the length of the API return from ThingISBN. An example would be ISBN 9781913755201. 

https://www.librarything.com/api/thingISBN/9781913755201

This API call returns many hundreds of ISBNs and the Editions tab in Koha is not able to load and process the response. 

Not sure how we address this, whether we add a limit to the results returned, add some pagination or "click here for more"?