• Resolved programmin

    (@programmin)


    It seems like plugin/theme developers need to call the clear page cache function whenever any option they have that changes various displays on the site, changes.

    w3tc_flush_posts function seems to be the function to call, yet it seem for a minute or so after, even Ctrl+refresh button does not show the changes that have changed.

    Just wondering why and if there is something better developers should be calling for this plugin?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @programmin

    Thank you for your inquiry and I am happy to assist you with this.
    This depends on what is being changed. If it’s specifically on the post/page that the changes are being made on, the option to flush the post is sufficient.
    However, if some styling has been changed, that may change the CSS file or JS file, then you should use Purge all w3tc_flush_all();.
    Depending on the options set in Performance>Page Cahe>Purge Policy, once the post/article is updated the cache is cleared automatically.
    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Even after clear cache, not immediately cleared cache’ is closed to new replies.