Hi @kubitomakita, thanks for getting back to me.
Unfortunately, this latest version also doesn’t seem to trigger anything. We’re just using basic posts triggers on publish, update to call a webhook url to trigger a build on Netlify. It had been working great for months but now the webhooks aren’t getting called.
Anything I can provide to help debug?
Jason, we experienced a similar issue with replicating the w3tc settings across servers. We have a dedicated wp-admin server which is locked down via VPN which saves content and settings for the load balanced front end servers.
We setup a frequent rsync of the w3-total-cache-config.php settings files (including /wp-content/w3tc/*) from our wp-admin server to the front end servers, it works pretty well.
One of the advantages we have found with having the w3tc settings outside of the DB has been replicating them (via file upload) with our test servers which have different databases, its good to have the settings separate from content.
Hope this helps
Jeremy