• Resolved Ashutosh

    (@ashubetta)


    When I inspect the page response headers, I see one called

    x-cache-handler: cache-enabler-engine

    As per support docs, the value should be either “wp” or “php”, or no header at all for advanced setup.

    I’m just wondering what cache-enabler-engine means.

    Thanks!

    • This topic was modified 5 years, 7 months ago by Ashutosh.
    • This topic was modified 5 years, 7 months ago by Ashutosh.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 16850768

    (@anonymized-16850768)

    This was changed when introducing the new cache engine in version 1.5.0. Cache Enabler only has one way to deliver the cache now instead of two, which means if X-Cache-Handler: cache-enabler-engine is present the Cache Enabler engine delivered the cache through the advanced-cache.php drop-in.

    Hi Corey

    How do I know which one response is BYPASS, MISS, HIT?

    I am using NGINX config. It shows

    x-cache-handler: cache-enabler-engine

    On random instance, I do not see this so I get confuse.

    I also see …
    <!-- Cache Enabler by KeyCDN @ 16.12.2020 18:08:22 (https gzip) -->

    Getting 30ms TTFB 😍

    Thanks & Regards,
    Gulshan

    Anonymous User 16850768

    (@anonymized-16850768)

    As of the current version, if the X-Cache-Handler: cache-enabler-engine response header is present it means Cache Enabler engine delivered the cache. That would be a cache hit.

    Yes, Cache Enabler adds an HTML comment to the bottom of a cached page. If that is present it means the cached static HTML file is being delivered.

    Happy to hear you’ve gained great performance from Cache Enabler.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘“cache-enabler-engine” response header value’ is closed to new replies.