Is there a way to install the app and use the cache if it exists when the user returns to the site but, at the same time, when the user accesses the site for the first time I want to download the cache only after the app bootstraps. Or at least when the app stops doing a lot of requests.
In my case, the install is configured on the app entry and I can see it starts downloading the resources before the app finishes bootstrapping. According to webpagetest it's actually delaying the bootstrap.
Is there a way to install the app and use the cache if it exists when the user returns to the site but, at the same time, when the user accesses the site for the first time I want to download the cache only after the app bootstraps. Or at least when the app stops doing a lot of requests.
In my case, the install is configured on the app entry and I can see it starts downloading the resources before the app finishes bootstrapping. According to webpagetest it's actually delaying the bootstrap.