Reduce boot time in ionic-2 app
I am new to ionic-2 project.I just want to know how to reduce boot time of app.Because after 3 sec of splash screen , it shows white screen and takes 9 sec to start. clew Try to put this on the second line of your main.ts file import { enableProdMode } from '@angular/core'; then before the bootstrap line put enableProdMode(); also when building use --prod so ionic build android --prod Nandy_10 Please follow below steps to reduce splash screen time:- First, delete your node_modules folder Delete any Temp Folder Delete Plugins Folder remove platform android using ionic platform rm android . Now