Fastly-Debug-TTL
Provides timing information for cached resources.
Fastly writes this header into responses. It is proprietary to Fastly.
When Fastly-Debug
is present in a request, this header is attached to the response and contains information on various timings.
Fastly-Debug-TTL: H cache-jfk1026-JFK 41733294.335 864000.000 2273
The syntax is:
{cacheStatus} {serverIdentity} {remainingTTL} {staleIfErrorTTL} {age}
cacheStatus
: Whether or not the object was found in cache.H
for hit,M
for miss. "Hit" in this simplified classification includes all responses where a request was not forwarded to origin.serverIdentity
: The value ofserver.identity
.remainingTTL
: The amount of time in seconds for which the object will remain fresh in the cache (seeobj.ttl
).staleIfErrorTTL
: The amount of time in seconds for which the object will be served stale if no backends are available (see staleness and revalidation).age
: The number of seconds for which the object has been in cache.