• Hi

    When we deploy a new version of a CSS file it seems that the browser cache is not updated and users experience problems with our website. Is there a way to force the users’ browsers to update their cached version automatically without advising them to do a full refresh?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Author Frank Goossens

    (@futtta)

    If the original CSS changes, the name of the autoptimized CSS changes automatically, so the HTML contains a link to the new autoptimized CSS and the old autoptimized CSS in browser cache should not be used any more.

    So I’m unsure what is happening here, really … can you test if making changes to the CSS (can be a small change like adding a property like test:works; to an existing selector) does result in a new autoptimized CSS-file?

Viewing 1 replies (of 1 total)

The topic ‘Browser cache not being updated’ is closed to new replies.