W3TC synchronization over a multiple server structure
-
Hi,
I am deploying a WP + W3TC on multiple servers behind a load balancer,i am trying to synchronize W3TC’s configuration between them.
My current flow is:
1. change a w3tc config (from within WP interface).
2. synchronize wp-content/w3tc-config/master.php and master-admin.php across the servers.
3. call w3tc_flush_all() on all servers.This almost works.
It brings the changes into the WP admin and the cache is clean. but for some reason my page cache (memcached) doesn’t save produced HTMLs on all other servers excepts for the one were the changes were actually made (it produces a new one for each request).
A visit to the plugin settings in WP and saving them solves the problem.
What am i missing? is there a recommended workflow for synchronizing W3TC across multiple servers?
Thanks!
- The topic ‘W3TC synchronization over a multiple server structure’ is closed to new replies.