I am building an application using ionic 2, angular 2 and typescript.
Currently released apps (iOS and Android) load very slowly on mobile devices.
Even the initial template with some user interface should load 5 seconds on iPhone 6, 6 seconds on oneplus 3. This speed is too slow and cannot accept. My application is more complex, which takes 10 seconds to load on the first page.
My code to run the application.
ionic start test
Can loading times be improved to an acceptable level?
source
share