vsix
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Front page cache not purgedHello @vmarko,
I find out where my problem was.
I’m using the
bitnami/bitnami-docker-wordpresscontainer, and by default in thewp-config.php,WP_SITEURLandWP_HOMEare set tohttp://127.0.0.1when using wp-cli. That’s why when I’m using wp-cli to add a new post, it does not trigger the purge. After some researches, I find out that W3TC names the cache folder withWP_SITEURL, so obviously, when I use wp-cli, it tries to purge a folder named 127.0.0.1 instead of the correct cache folder of my website.Since it’s not really a problem with W3TC I opened an issue on
bitnami/bitnami-docker-wordpress(https://github.com/bitnami/bitnami-docker-wordpress/issues/236).Many thanks for your help :).
Forum: Plugins
In reply to: [W3 Total Cache] Front page cache not purgedOk I figured out.
- When I use the wordpress admin editor, everything is fine, my front page is updated even in incognito mode.
- When I use the wp-cli command line too to publish a new post, the front page is not updated, here is the main problem.
I think there is an event triggered from wordpress graphical UI that is not in the wp-cli, that’s why W3TC does not purge the cache correctly when using wp-cli.
How do you technically trigger the cache purge when a new post come ?
Forum: Plugins
In reply to: [W3 Total Cache] Front page cache not purgedHi @vmarko,
Problem is the same, my home page is not up to date as opposed to my terms pages.
Forum: Plugins
In reply to: [W3 Total Cache] Front page cache not purgedThank you for your answer @vmarko.
Here you can find my settings in Performance>Page Cache>Purge Policy :
https://ibb.co/HFp08gCAnd there are my Performance>Browser Cache>HTML&XML settings :
https://ibb.co/yQwpbwVIs there something I’m missing ?
Forum: Plugins
In reply to: [W3 Total Cache] Front page cache not purgedHi @vmarko,
When I purge the cache manually the front page is updated.
Forum: Plugins
In reply to: [W3 Total Cache] Front page cache not purgedHi @vmarko,
You can find a test blog at http://www.kombo.org.
That’s the problem, reloading does not change anything cause the cache is not purged…
When I’m logged all is fine (cause I’ve enabled the option to by-pass cache when logged in), but I can’t see any changes in incognito mode :/