App suddenly got very slow to launch on both iOS and Android
Hi,
My App was published few months back and it was working fine. Until recently (within the last 7 days), whenever the users try to launch the app, it takes from 30 - 90 seconds to boot. The App displays the black screen then hangs for a min on the splash/white screen before displaying the first page of the App.
As I did not make any changes to the App, I tried to test it in the browser and it exposes the same behavior. I used the browser timeline profiling https://developer.chrome.com/devtools... and I came back with very interesting screenshots:
The app is idle most of the time.
Some JS on the server is taking more than a minute to run.
I unticked (Enable Weinre debugging) and everything is working fine (normal speed). However, the App is already published with the option (Enable Weinre debugging) ticked, and thousands of users are experiencing this. What is the problem and how can I solve it?
Thanks,