You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a website visitor,
I want web pages to be cached,
so I get a fast and reliable experience.
Strategy
Add a Service Worker with a strategy to use recently cached pages (x minutes ago?), then try the network (if older or not in cache), then cache (if network fails, and an older cached page is at least still available).
User story
As a website visitor,
I want web pages to be cached,
so I get a fast and reliable experience.
Strategy
Add a Service Worker with a strategy to use recently cached pages (x minutes ago?), then try the network (if older or not in cache), then cache (if network fails, and an older cached page is at least still available).
We could use Workbox for this.
The text was updated successfully, but these errors were encountered: