• In a multi-server config we have one Backend with Master MySQL db, and multiple Frontends with MySQL Slaves. New posts are added on the Backend.

    We face the issue of stale page cache on Frontends. My guess is that the Slave db update does not trigger hooks to update file cache on each of the Frontends.

    Also we disabled wp-cron in favor of the real cron job triggering wp-cron.php

    Question 1: what are the ways to trigger W3TC cache refresh on a Frontend via command line or a web request?

    Question 2: how can a cache refresh event on the Backend be populated off to a command line script perhaps?

    https://www.ads-software.com/plugins/w3-total-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What triggers page cache update, and how?’ is closed to new replies.