Android: Initial load time is approx 15-20 seconds in production

I have got expo app in production which i deployed recently to test the functionality: https://bit.ly/2GL8CsP (source code: Bitbucket)

  1. Download and install the app (or if it is already installed then kill the app process)
  2. open the app
  3. It takes approx 15-20 seconds for app to open (for the first time after installation). Later on it works fine (load time 1-2 sec; probably because it is there in RAM).

How can i improve the performance? I am not downloading the static assets on app start.

`loadJSInBackgroundExperimental = false is no longer supported. Please help.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.