I have integrated AOT compiler in my ionic project. App is still taking 6-7 seconds to appear first screen

Yes, i think so.

I found this easiest one.

I just tried this solution, you know what it worked like a charm…!!! Hurrah… i’m so happy :smiley:

Thank you so much @Sujan12, @rapropos from your continuous support.

Application startup time is now reduced to 1.7-2 seconds.

I have used Lazy loading for all the pages and created individual modules for all the page components. Also i imported Native plugins into individual modules(where it is actually required) instead of putting all together in app.module.ts

Let me check now if removing only lazy load will reduce some more time or not.

2 Likes