Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

Default cache header to 1 day #320

Closed keanulee closed 5 years ago

keanulee commented 5 years ago

Fixes #317. Applies to static assets only (not entrypoint and SW).

frankiefu commented 5 years ago

1 day seems maybe too high? An update to the application will create a day-long window where some users might still see the old version (or a mix of old and new assets) if they are on the browsers that service worker is not supported.