• Resolved rinart73

    (@rinart73)


    Have you though about adding some variable (theme version?) or filemtime to the CSS file path? With this you can make sure that a visitor browser will use the latest version of the CSS file and not just take one from browser cache.
    So instead of this:
    https://example.com/wp-content/uploads/omgf/generate-google-fonts/generate-google-fonts.css
    have something like this:
    https://example.com/wp-content/uploads/omgf/generate-google-fonts/generate-google-fonts.css?1646853077

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daan van den Bergh

    (@daanvandenbergh)

    Sure, I could add something like that. I’m adding it to my Todo list!

    I’ll just add the filemtime() of the time the stylesheet was generated.

    Plugin Author Daan van den Bergh

    (@daanvandenbergh)

    This was added in the latest update (v5.0.5)

    Enjoy! 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Suggestion: Adding query parameter to clear cache’ is closed to new replies.