I created a cordova application using ionic, When I open the application from coldstart,
First, it loads the splash screen, and then a few seconds when the screen is white, when the index.html file is loaded, and then the user interface of the application is loaded and displayed. It takes about 10 seconds on the Moto X, which is too long since there are functions in my application in which speed makes sense.
There is no network request that occurs during boot from a cold start.
Are there any optimization methods that can reduce the download time so that the application loads as fast as other mashups like gmail.
source share