• Hi _ i have both litespeed cache and cf super cache enabled. When I disable LSCache CF Cache is getting HIT. I want to keep litespeed page cache enabled for fallback since it allows more granular controls for logged in pages (that cloudflare ignores).However for non-logged in pages I want CF Super Cache to take precedence over litespeed cache when LSCache is enabled. Kindly advise How do i enable that.

    x-wp-cf-super-cache: cache
    x-wp-cf-super-cache-active: 1
    x-wp-cf-super-cache-cache-control: s-maxage=31536000, max-age=60
    x-wp-cf-super-cache-cookies-bypass: swfpc-feature-not-enabled
    vary: Accept-Encoding
    strict-transport-security: max-age=15552000
    x-litespeed-cache: hit
    CF-Cache-Status: MISS
    • This topic was modified 3 years, 9 months ago by mattrin.
Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Please check the cache-control header value when lightspeed cache is enabled and check if it is same with the value of x-wp-cf-super-cache-cache-control.

Viewing 1 replies (of 1 total)
  • The topic ‘CF Cache miss when litespeed on’ is closed to new replies.