Home:ALL Converter>Ionic 2 builded application (IOS, Android) slow at boot up

Ionic 2 builded application (IOS, Android) slow at boot up

Ask Time:2016-12-20T16:02:02         Author:Rex

Json Formatter

I am building a app using ionic 2, angular 2 and typescript.

Currently, the released application(IOS & Android) boot up time very slow at the mobile devices.

Even the start template with some UI need to load 5 seconds at iPhone 6, 6 second on oneplus 3. This speed too slow and can't accept. My app is more complicated that takes like 10 second to boot to a front page.

My code to start the app.

ionic start test --v2 --ts

Can the boot time improved to a acceptable level?

Author:Rex,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/41237433/ionic-2-builded-application-ios-android-slow-at-boot-up
yy