khanh8609vnz3
Posts: 8
Joined: Tue Jul 28, 2020 4:39 am

Ionic 1 app long loading time when launch

I created one Ionic1 app, and this app now has nearly 70 pages so the loading time when the first launch took more than 50 seconds, it loads a lot of js file and then loads the HTML file, the layout will show after loading HTML file done.

How can I reduce this loading time to less than 10s, I already moved all service from global to their page dependencies but it only reduces 510s.

Oleg Solodiuk
Posts: 36
Joined: Fri Jan 10, 2020 6:49 am

Re: Ionic 1 app long loading time when launch

Hello,

The general rule that can be used here:

  • is to reduce the amount of requests calls upon the loading of your app.
  • reduce the size and compression method of image files.
  • make UI design approach lighter and without complex nested elements on the app pages.

We suggest that you review the logic of your app and make it less than 70 pages.

Return to “Issues”