385/385
What is this check, and why should you care
Having a cache hit ensures the fastest possible delivery of content to end users.
The response header X-Cache had a value of HIT.
Fastly has documentation on how to interpret the X-Cache header.
Maximum possible points
100
What is this check, and why should you care
A cached response is reusable for the duration of its freshness lifetime, defined in RFC 9111 §4.2. The freshness lifetime is taken from Cache-Control: s-maxage or max-age (§5.2), and falls back to the Expires header (§5.3) or a heuristic if neither is set. The longer the freshness lifetime, the higher the cache hit ratio at any given traffic level.
To get maximum points, your cache lifetime must be greater than or equal to 4 weeks. If your cache lifetime is less, then you will get some proportion of the score based on how close to 4 weeks you are.
The current cache lifetime is 2628001 seconds (1 month and 2 days).
You can read more about which headers Fastly uses to indicate the cache lifetime.
Maximum possible points
100
What is this check, and why should you care
Using a CDN is extremely useful for caching purposes.
Maximum possible points
50
What is this check, and why should you care
The time that it takes for a user's browser to receive the first byte of page content.
The lower the TTFB, the faster your site will be perceived by the end user.
To get maximum points, your TTFB must be less than or equal to 30ms. If your TTFB is more than 1 second then you get no points here.
Maximum possible points
50
What is this check, and why should you care
An ETag is an opaque identifier for a specific version of a resource, defined in RFC 9110 §8.8.3. When a client revisits a URL it can send the previously-seen value back in an If-None-Match request header (RFC 9110 §13.1.2); if the server still considers the response current it returns an empty 304 Not Modified instead of the full body, saving bandwidth and origin work.
An HTTP request with the request header If-None-Match with a value of "6711e93e-f496" was sent, and an HTTP 304 was responded with.
See the Wikipedia page on ETag for more background.
To get maximum points, you need to have ETag identifiers and an HTTP 304 response must be received when using a valid If-None-Match request header.
Maximum possible points
30
What is this check, and why should you care
The Last-Modified response header carries the date the resource was last changed, defined in RFC 9110 §8.8.2. When a client revisits the URL it can send the previously-seen value back in an If-Modified-Since request header (RFC 9110 §13.1.3); if the resource has not changed the server returns an empty 304 Not Modified instead of the full body, saving bandwidth and origin work.
An HTTP request with the request header If-Modified-Since with a value of was sent, and an HTTP 304 was responded with.
Maximum possible points
30
What is this check, and why should you care
Having tiered caching can help improve the cache hit ratio of your site because it provides an additional layer of caching in front of your origin.
Maximum possible points
25
| Name | Value |
|---|---|
| Status Code | HTTP 200 |
| Accept-Ranges | bytes |
| Age | 876653 |
| Cache-Control | max-age=2628001 |
| Connection | keep-alive |
| Content-Length | 62614 |
| Content-Type | image/webp |
| Date | Tue, 09 Jun 2026 23:22:49 GMT |
| ETag | "6711e93e-f496" |
| Expires | Tue, 30 Jun 2026 05:51:57 GMT |
| Fastly-Debug-Digest | a28b4541d8348227361b49d7b4ef0a889430e8fb6156c77036c45e8eb5f21578 |
| Fastly-Debug-Path | (D cache-syd10168-SYD 1781047370) (F cache-syd10123-SYD 1780170717) |
| Fastly-Debug-TTL | (H cache-syd10168-SYD - - 876653) |
| Fastly-Drupal-VCL-Uploaded | 8-1.0.2 |
| Last-Modified | Fri, 18 Oct 2024 04:51:10 GMT |
| Server-Timing | HIT-CLUSTER, fastly;desc="Edge time";dur=1 |
| Surrogate-Key | user.au |
| Via | 1.1 varnish |
| X-Cache | HIT |
| X-Cache-Hits | 1 |
| X-LAGOON | amazeeio-au2>ingress-nginx>user-main:nginx>nginx-78cc7dbbb4-6ctpc |
| X-Lagoon-Environment | user-main |
| X-Served-By | cache-syd10168-SYD |
| X-Service-Id | v7pKStTgOCcudsKeriPeF5 |
| X-Static-Asset | 1 |
| X-Timer | S1781047370.502725,VS0,VE1 |
| X-Waf-Block | 0 |
| X-Waf-Block-Id | 0 |
| fastly-request-id | 0b3072c88d34593797211a83 |
You can use the following cURL command:
curl -sIXGET -H 'Fastly-Debug: 1' -H 'Accept-Encoding: br, zstd, gzip, deflate' 'https://user.au/sites/default/files/styles/medium/public/2024-07/KIDDO_Image_1_0.jpg.webp?itok=cm3n7qjK' | sort