Performance implications of multiple API calls in the API connector?

Hey all, does anyone know how much performance overhead there is when adding a bunch of API calls to the API connector? I kind of like the idea of a minimizing them and using a dynamic parameter but the API connector is extremely finicky. If you change it whatsoever, the entire condition gets erased in your workflow. For maintainability and redundancy, it seems like having each API call be separate would be better as otherwise one error becomes a point of failure for all of your workflow actions. Does anyone know if this increases overhead by a lot? I know some people have like 50 or 60 calls because they use 3rd party backends, so maybe they would be able to chime in.

:eyes: :eyes: :eyes: :eyes: :eyes:

Minimal, just increase size of app’s JSON file sent to the page so sanitise responses to keep them small

1 Like

Yeah I always sanitize anyway. So it’s literally just like 1kb or whatever extra download without affecting the rendering speed? Will probably just create extra calls then.