Hi everyone,
I want to share with you my experience to have a speed boot and light app.
I used a ionic 2 blank template to test this.
- First i emigrate to “Ionic CLI v3 Beta”
ionic info
Cordova CLI: 6.5.0
Ionic Framework Version: 2.2.0
Ionic CLI Version: 3.0.0-beta.4
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: macOS Sierra
Node Version: v6.9.5
Xcode version: Xcode 8.2.1 Build version 8C1002
-
And create my project
ionic start todo blank
-
After i follow “Help us test Ionic Native 3.x” to remove ionic-native and use just plugin wath i need
in a blank a template i used just
"@ionic-native/status-bar": “^3.1.0”,
"@ionic-native/splash-screen": “^3.1.0”, -
Then i built my app with the “–prod” tag
ionic cordova:build android --prod
I test result in my samsung S6 phone
The app open in 1,8s
The apk weight is 2 486 339 octets (2,5 Mo)
If someone have other idea pls share with us
PS
For jpeg compression, google launch a new tool to do that, take a look at GitHub, a very powerful tool
Thank you