Since it is not marked as solved i’ll give a very basic solution. This will definitely speed up the boot time of your app.
During the build just use this command
ionic build android --prod
Boot time will surely decrease after this. 
For my app the boot time from about 5 seconds lowered down to almost 2-2.5 sec.