NativeScript / nativescript-app-sync

♻️ Update your app without going through the app store!
MIT License
125 stars 24 forks source link

Android app startup time decreases dramaticaly after app-sync update #46

Open Vladi007 opened 4 years ago

Vladi007 commented 4 years ago

I get the following startup times for the same app (no updates at all): Before app-sync update (.apk file install) = 6 sec After app-sync update = 30 sec

The 6 seconds is achieved by lazy loading - https://docs.nativescript.org/angular/performance-optimizations/lazy-loading

Anyone else experienced the same issue?

Thank you for your answer.

Note: first version of the app uploaded to AppSync Server did not use lazy loading

Vladi007 commented 4 years ago

I found out that the issue was related to the nativescript version. After the update to Nativescript 6.0 the issue was gone.