Search code examples
androidperformanceionic-frameworkloadboot

Ionic app takes too much time to load on android nexus 5X


I am developing an Ionic app, It works fine in other android devices even on iPhone, but on it takes too much time to load on android nexus 5X.

This is the screens showing for like 3-4 minutes

Image

Then This screen shows up,

Image2

Then app finally loads.

Is there any solution to fix this?


Solution

  • Taking 4-5 minutes sounds like way too long. Without any further info there's not much we can do to find out, but adding --prod flag is sure to help a lot.

    ionic run android --prod