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

  1. splash screen duration (ionic splash screen not loading , ionic2 performance issue)
  2. path problem of image
  3. 3rd party libraries
  4. external cdn script libraries
  5. 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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -