I have been using the Cloudflare WordPress plugin for a while. Recently, I was on OpenLiteSpeed but switched to Nginx as a reverse proxy for Apache. I noticed that whenever I open the Cloudflare plugin, it loads, but when I click on “Purge Cache,” there is no response. When I click on “Development Mode,” the switch toggles, but nothing happens. I have deleted and reinstalled the plugin, but the issue persists.
May I ask if you’re having such issue with the official Cloudflare Plugin for WordPress, or this is about Cloudflare APO?
Website loads fine and pretty fast from my end.
Might be a reason why I do see the HTTP headers as well? x-litespeed-cache: hit
Are you using the WordPress caching plugin of LiteSpeed as well in this combination with Cloudflare APO at the origin host?
I can see Cloudflare APO is present:
cf-edge-cache: cache,platform=wordpress
cf-apo-via: tcache
cf-cache-status: HIT
Might Purge at Cloudflare edge, however not at the origin. You’d need to flush it as well on the origin, then it would re-generate the content and re-create the needed pages, and then put them in cache at the origin as well as at Cloudflare edge, and then we’d have a cached new version (my best guess).