Active cache plugins
Detects common WordPress page-cache plugins and warns when more than one is active.
A safe diagnostic plugin that explains why a WordPress site is slow, stale, bypassing cache, or serving the wrong content from the wrong layer.
Caching works at the edge, but the origin stack needs cleanup.
Disable one page-cache plugin before changing Cloudflare rules.
Version one is deliberately narrow, safe, and useful. It reads signals, compares requests, and reports probable causes.
Detects common WordPress page-cache plugins and warns when more than one is active.
Looks for Varnish, Nginx FastCGI cache, LiteSpeed, Cloudflare, and similar proxy layers.
Checks whether object caching is actually connected instead of just installed.
Tests the homepage and one post twice as a logged-out visitor to compare cache behavior.
Reads Age, X-Cache, X-Varnish, CF-Cache-Status, Cache-Control, cookies, and related headers.
Flags account, cart, and checkout pages that appear cacheable when they should not be.
A raw header table is useful evidence, but it is not a plan. WPColt turns the evidence into a practical order of operations.
Static assets are cached correctly by Cloudflare and return increasing Age values.
HTML requests are bypassing cache because a plugin sets a unique visitor cookie.
Remove the cookie from anonymous page views, then retest the homepage before touching TTLs.
Second logged-out request should return HIT from at least one page-cache layer.
These are the cache mistakes that make agencies lose hours and site owners lose trust.
Two page-cache plugins fighting over headers and purge behavior.
Cloudflare caching HTML incorrectly or bypassing it on every visit.
Stale pages after updates because purge and cache lifetime settings disagree.
WooCommerce private pages accidentally being treated as public cacheable pages.
Analytics, membership, or consent cookies preventing normal page caching.
Object cache installed, advertised, or dropped in, but not connected cleanly.
Use the documentation and sample report to see exactly how WPColt turns cache symptoms into a fix order you can trust.