Reputation:
I build an app with cordova. The app itself is very fast. But the start of the app(the time from the click on the button till the first screen shows ) it more then 8 sec.
How can I make it faster?? I know that many apps wrote with cordova and I dont think that it take 8 sec for those apps.
I dont need any feature of cordova only internet access and show the page. no camera no permissions..
Thanks
Upvotes: 1
Views: 1919
Reputation: 1839
Keeping all the sources locally also won't help you much.
You have two options
Consider one more thing, create a single page web application. Switching from one page to another during app execution gives a bad user experience.
Upvotes: 2