Just wondering what other people’s practices are with supporting users who need to upload images, but don’t quite understand asset statuses let alone matrix and browser caching.
I’ve got two options suggesting themselves:
-
A trigger that clears the matrix cache on the site when then there’s a change to a site asset.
-
A trigger that makes new images live instantly.
The latter works well in another site, but I’d like to get the first working - only problem being that I need to clear the cache on the page that includes the image (presumably as a ‘parent’, but not necessarily).
Any thoughts, tips, ideas?