Hello Themeco!
We’re encountering a client-side caching issue quite often with our clients that are less “techy”.
- They add an image on the page
- They remove it and delete it from WordPress
- They edit the image on their computer and send it back
- They add the image back on the page and it looks the same as before their edits
When we’re with them, we inspect the source and add ?1 at the end of the image’s URL.
image.png becomes image.png?1
We think it would be a neat improvement if the editor did it automatically, because nobody wants to be editing using cached images and not everyone understands how it works (client-side vs server-side).
What do you think?