tusharmath/funag

Service workers should be loaded at start

Closed this issue · 0 comments

Experimentation is required. Performance can be improved if the service worker is loaded at the beginning and immediately begins intercepting it will be able to serve resources from the very next reload. As of now the service worker is loaded via the bundle.js file. Which means the all the requests have already been made and the cache is empty.