nativescript-app-sync icon indicating copy to clipboard operation
nativescript-app-sync copied to clipboard

Android app startup time decreases dramaticaly after app-sync update

Open Vladi007 opened this issue 6 years ago • 1 comments

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 avatar Nov 16 '19 12:11 Vladi007

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

Vladi007 avatar Jul 28 '20 08:07 Vladi007