I created a multiplatform application using Ionic 2 + Angular 2 according to Get started from Ionic documentation . The basic command to create a side menu project is as follows:
$ionic start myApp sidemenu
There is something that is bothering a lot that is the initialization of the application, in the Android platform, which today is taking around 14 (mega, master, hyper, ultra) seconds (Rubens Barrichello would give 5 laps in the Circuit of Monaco ).
I did a little research and I found something by saying that this happens when the app is in debug mode, but I ran a version of release and it continues slow on startup. I tested it on IOS and the loading speed is very fast, which would be normal. Has anyone ever come across this? Is there a configuration that needs to be performed to solve the problem?