1. If api response is slow we can’t do anything.
2. If suppose api response is fast try to call asynchronously , if you call 1 by 1 definitely it will get delay.
if you already following asynchronous you have to check and there will be a chance to change the app or api flow or architecture(then it is a big change)
If all good, you have to check the data handling, except session data you have to make everything as asynchronous.
Make sure backend response fast should be in ms even 1 second is fine. But not more then 1sec.