jasonLaster / abuses

4 stars 3 forks source link

Service Workers caching issues #58

Open michielkoning opened 4 years ago

michielkoning commented 4 years ago

For performance improvement we're using service workers (provided by vue-cli). But the script caches too good, we can't see changes (like new videos) directly after a new deploy. We need to make sure changes are immediately visible.

dmnd commented 4 years ago

I noticed this too. It’s not good: every repeat visitor probably thinks the site is stale. We should resolve this ASAP, perhaps by removing the SW.

michielkoning commented 4 years ago

This might be fixed, since we switched to Nuxt.