Does W3TC clear object cache automatically when a scheduled post gets published?
-
We had a weird issue today where a WooCommerce product got published but it’s like was as if it was still a scheduled/draft post e.g. https://example.com/?product_type=product&p=123
The only way I can see this happen is if some parts of the code think the product is published (which is why it appears in the frontend) but the generated permalink was still https://example.com/?product_type=product&p=123
My first doubt was due to the object cache.
The issue resolved itself within a minute before I could confirm if clearing the object cache fixed it.Additional info: my WP CRON runs every minute externally (Linux’s crontab). WP’s pseudo cron is disabled.
- The topic ‘Does W3TC clear object cache automatically when a scheduled post gets published?’ is closed to new replies.