• Resolved tiberiuz3401

    (@tiberiuz3401)


    Hello, I need to make sure that every time I make changes to css/js files and html, the latest content will appear to users.
    I found out that litespeed does cache busting for css/js files so one problem is solved. But for the html, does litespeed cache busting?
    I’m asking because after changing content inside one page, some users complained that the page won’t load at first.
    I suspect the problem is because they have an old cached page with an updated js version which breaks because it can’t find some elements inside the old, cached, html.

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    the plugin itself will update/purge page cache as well

    but I have seen, frequently , users added , intentionally or unintentionally the cache-control header over main request, this will force browser to cache the page, even after the server-side has updated the page.

    another common cause is multiple cache layer in use, typically with CloudFlare’s cache everything

    please check these 2 things first

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Cache busting html’ is closed to new replies.