angular - How can I decrease the Ionic Cordova Project Start duration ? -
i made ionic cordova project after publishing android mobile phone. duration of our program around 10-20 sec respec mobile phone types.
when search problem, people because of
- splash screen duration (ionic splash screen not loading , ionic2 performance issue)
- path problem of image
- 3rd party libraries
- external cdn script libraries
- lazy loading of pages
i try solve regarding above problems e.g. removed 3rd party libraries or cdn based scripts , check image paths etc..
i think ionic wrong choice mobile programming.
is there solution decrease opening duration of mobile application ?
thanks
ionic perfect solution mobile app development.you need use right cli
that. use below one:
debug mode: cli supports aot
ionic cordova run android --prod --device
release mode:
ionic cordova build android --prod --release
you can see cli list here
Comments
Post a Comment