Caching problems
-
Hi!
First of all – thanks for the great plugin. It really is a must have for 99% of sites as it is. Unfortunaltely, we are from 1% 🙂We use REST API + vue.js components for frontend and it seems that Super PWA plugin prevents us from always getting fresh data from REST endpoint. Now I see that it should use Network Only strategy, but for some reason it doesn’t. Same goes for page content. As seen on screenshot here, whole page is loaded from ServiceWorker cache – https://monosnap.com/file/SMeDNd7FXphsy4FnKYV62el1PImP4p, and not from server. Thus multiple bugs and issues when users see each other’s private content (game balance, for example).
I’m talking about user experience with PC browsers, not a PWA version.
How can we prevent website from serving data from service worker cache?
The topic ‘Caching problems’ is closed to new replies.