Open michielkoning opened 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.
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.
This might be fixed, since we switched to Nuxt.
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.