Hello @minguet
Thank you for your inquiry and I am happy to assist you with this.
Just to confirm in Performance>Page Cache, the option “Cache URIs with query string variables” is enabled?
Can you also please share which caching method you are using for Page Cache?
Thank you!
Hello Marko, thanks for you attention.
Page cache method: Disk
Cache URIs with query string is enable
The cache is create correctly, the problem is that when a new post is created/edited, only the group of pages checked in the checkboxes is purged, but not the additional pages.
(Have try with purge limit 0 and 999)
Others cache:
Opcode: not available
Database: yes, disk
Object: no
Browse: no
CDN: no
Fragment cache: disk
(I still have to find out a configuration so that an more current page cache has preference over the browser cache. But at the moment, the browser cache is disabled)
Thanks for the support
-
This reply was modified 6 years, 2 months ago by
minguet.
-
This reply was modified 6 years, 2 months ago by
minguet.
Hello @minguet
Thank you for the information.
We need to replicate this and get back to you with test results.
Have you tried purging those pages programmatically using w3tc_flush_url($url)
E.G.
w3tc_flush_url('http://domain.com/page?query=1');
Thank you!
I have tried several url (query url’s, category, home…)
output: null
Is a permissions issue maybe?
Many thanks!
Hello @minguet
thank you for the information.
We are checking this and we’ll get back to you as soon as we replicate and investigate.
Thank you!
Ok thanks
I did the tests with the wp console plug-in (if that is relevant)
Greetings