Have you also upgraded ionic-app-scripts to 0.0.47? If so the builds are now in development (non-AoT) mode by default. Use ionic run android --prod to do a production build with AoT and minification. This should result in faster boot time.
ionic run android --prod
See here for details: