I made a ionic cordova project but after publishing to android mobile phone. The duration of our program is around 10-20 sec with respec to the mobile phone types.
When I search this problem, people say that it is because of
- Splash Screen duration (Ionic splash screen not loading and Ionic2 performance issue)
- Path problem of any image
- 3rd Party libraries
- External CDN script libraries
- Lazy loading of pages
I try to solve regarding above problems e.g. i removed 3rd party libraries or CDN based scripts and check the all image paths etc..
I think Ionic is a wrong choice for mobile programming.
Is there any solution to decrease the opening duration of my mobile application ?
Thanks