Replies: 0
I have the plugin active and setup.
I checked the HTTP response headers of the displayed page in Incognito mode (browse in private). WP Cloudflare Super Page Cache did not return headers:
x-wp-cf-super-cache
I only see cf-cache-status: DYNAMIC
I have two page rules in CF
1) sample.com/wp-admin*
Browser Integrity Check: On, Security Level: High, Cache Level: Bypass, Disable Performance
2) https://sample.com/*
Cache Level: Cache Everything
Also in Query Monitor I get this Error
Constant WP_CACHE already defined
When I do a TEST CACHE I get this error
Page caching is working for static page but seems not working for dynamic pages.
Error on dynamic page (https://yeniexpo.com): The plugin is not detected on your home page. If you have activated other caching systems, please disable them and retry the test.
Please check if the page caching is working by yourself by surfing the website in incognito mode ’cause sometimes Cloudflare bypass the cache for cURL requests. Reload a page two or three times. If you see the response header cf-cache-status: HIT, the page caching is working well.
What am I doing wrong?