10 seconds for 5 api calls?

Is there a way to speed up API calls or something?

I have 5 api calls that use data from one another in sequence.

It takes about 10 seconds to arrive at the final call and “finish loading”.

Is there a better setup for something like this? or maybe a “processing” button/link or icon or something to show the user that the page is still loading and api calls still being made?

Well all these calls take time, not sure we can do much. That’s what the progress bar is for. Maybe you can cut the workflow in different steps?

1 Like