Bug 32608

Summary: OPACFRBRizeEditions or FRBRizeEditions cause timeouts
Product: Koha Reporter: Jonathan Field <jonathan.field>
Component: SearchingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jonathan.field, martin.renvoize
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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"?