Did you want to scan the destination instead?
355/445
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 MISS, 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
Using a long cache lifetime helps to ensure a high cache hit rate.
In order 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.
Current cache lifetime is 2764800 seconds (1 month and 4 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.
In order 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
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
What is this check, and why should you care
You can increase the cache hit rate of your site by stripping certain query parameters from the cache key.
FBCLID is one such parameter that can be stripped by your caching server. This query parameter only really serves a purpose for Javascript to read, and Javascript can still read it from the browser URL.
You can add this VCL snippet to your Fastly service (in the recv
subroutine). Fastly documentation on querystring.filter
.
This check requested the URL https://www.greaterzuricharea.com/en/sites/default/files/js/js_QuII2SEc72pTLShy12uemNgALxy3yDwPY1KD58veJtY.js?scope=footer&delta=1&language=en&theme=greater_zurich_area&include=eJx1UFtuwzAMu5BnH8mQbcZxKz_mR5v09HPXDAOW9UeCCJIS1fbWEZWhBuErqKPqx6jBrprmqJZKthMLbJ1DuipXRyGWxygwtM35GjBbLBwoWaj_QG2mnbjDLLlGdXT5LCcQjIjUpUOnwE02up2Vf0k9e89nGl1oe6uNaI08hM0VKqQZPc1ol8-Bur9Oq7BUul1JHxp1Qt66L4zN5E0UquQrlbX9PO8XkSOVYTi0FU7cAu5NfVcZsxszzvQJfdeIBk49F4ecJs8hvzC9BLBTTI_9gzO5L5RhtKo&fbclid=1736748254.
Maximum possible points
10
What is this check, and why should you care
You can increase the cache hit rate of your site by stripping certain query parameters from the cache key.
GCLID and GCLSRC are two such parameters that can be stripped by your caching server. These query parameters only really serve a purpose for Javascript to read, and Javascript can still read it from the browser URL.
You can add this VCL snippet to your Fastly service (in the recv
subroutine). Fastly documentation on querystring.filter
.
This check requested the URL https://www.greaterzuricharea.com/en/sites/default/files/js/js_QuII2SEc72pTLShy12uemNgALxy3yDwPY1KD58veJtY.js?scope=footer&delta=1&language=en&theme=greater_zurich_area&include=eJx1UFtuwzAMu5BnH8mQbcZxKz_mR5v09HPXDAOW9UeCCJIS1fbWEZWhBuErqKPqx6jBrprmqJZKthMLbJ1DuipXRyGWxygwtM35GjBbLBwoWaj_QG2mnbjDLLlGdXT5LCcQjIjUpUOnwE02up2Vf0k9e89nGl1oe6uNaI08hM0VKqQZPc1ol8-Bur9Oq7BUul1JHxp1Qt66L4zN5E0UquQrlbX9PO8XkSOVYTi0FU7cAu5NfVcZsxszzvQJfdeIBk49F4ecJs8hvzC9BLBTTI_9gzO5L5RhtKo&gclsrc=1736748254&gclid=1736748254.
Maximum possible points
10
What is this check, and why should you care
You can increase the cache hit rate of your site by stripping certain query parameters from the cache key.
UTM is a collection of parameters that can be stripped by your caching server. These query parameters only really serve a purpose for Javascript to read, and Javascript can still read them from the browser URL.
You can add this VCL snippet to your Fastly service (in the recv
subroutine). Fastly documentation on querystring.filter
.
This check requested the URL https://www.greaterzuricharea.com/en/sites/default/files/js/js_QuII2SEc72pTLShy12uemNgALxy3yDwPY1KD58veJtY.js?scope=footer&delta=1&language=en&theme=greater_zurich_area&include=eJx1UFtuwzAMu5BnH8mQbcZxKz_mR5v09HPXDAOW9UeCCJIS1fbWEZWhBuErqKPqx6jBrprmqJZKthMLbJ1DuipXRyGWxygwtM35GjBbLBwoWaj_QG2mnbjDLLlGdXT5LCcQjIjUpUOnwE02up2Vf0k9e89nGl1oe6uNaI08hM0VKqQZPc1ol8-Bur9Oq7BUul1JHxp1Qt66L4zN5E0UquQrlbX9PO8XkSOVYTi0FU7cAu5NfVcZsxszzvQJfdeIBk49F4ecJs8hvzC9BLBTTI_9gzO5L5RhtKo&utm_source=1736748256&utm_medium=1736748256&utm_campaign=1736748256&utm_id=1736748256.
Maximum possible points
10
What is this check, and why should you care
Using ETag
identifiers is an easy way to ensure your visitors are always getting the most up-to-date version of the content. This mechanism allows caches to be more efficient and saves bandwidth, as a Web server does not need to send a full response if the content has not changed. HTTP 304 responses are used to indicate this is working.
No ETag
header was found in the response.
See the Wikipedia page on ETag
for more background.
In order 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
Using Last-Modified
headers is an easy way to ensure your visitors are always getting the most up-to-date version of the content. HTTP 304 responses are used to indicate this is working.
No Last-Modified
header was found in the response.
Maximum possible points
30
What is this check, and why should you care
Caching HTTP 404s is a great way to offload requests from your origin.
In order to get maximum points, you need to have the ability to cache an HTTP 404 for any amount of time.
This check requested the URL https://www.greaterzuricharea.com/cachingscorebrokenurltest.
Maximum possible points
20
What is this check, and why should you care
You can increase the cache hit rate of your site by stripping certain query parameters from the cache key.
TTCLID is one such parameter that can be stripped by your caching server. This query parameter only really serves a purpose for Javascript to read, and Javascript can still read it from the browser URL.
You can add this VCL snippet to your Fastly service (in the recv
subroutine). Fastly documentation on querystring.filter
.
This check requested the URL https://www.greaterzuricharea.com/en/sites/default/files/js/js_QuII2SEc72pTLShy12uemNgALxy3yDwPY1KD58veJtY.js?scope=footer&delta=1&language=en&theme=greater_zurich_area&include=eJx1UFtuwzAMu5BnH8mQbcZxKz_mR5v09HPXDAOW9UeCCJIS1fbWEZWhBuErqKPqx6jBrprmqJZKthMLbJ1DuipXRyGWxygwtM35GjBbLBwoWaj_QG2mnbjDLLlGdXT5LCcQjIjUpUOnwE02up2Vf0k9e89nGl1oe6uNaI08hM0VKqQZPc1ol8-Bur9Oq7BUul1JHxp1Qt66L4zN5E0UquQrlbX9PO8XkSOVYTi0FU7cAu5NfVcZsxszzvQJfdeIBk49F4ecJs8hvzC9BLBTTI_9gzO5L5RhtKo&ttclid=1736748254.
Maximum possible points
10
Name | Value |
---|---|
Status Code | HTTP 301 |
Accept-Ranges | bytes |
Age | 0 |
Cache-Control | no-store, no-cache, must-revalidate, max-age=0 |
Connection | keep-alive |
Content-Length | 2050 |
Content-Type | text/html; charset=utf-8 |
Content-language | en |
Date | Mon, 13 Jan 2025 06:04:12 GMT |
Expires | Sun, 19 Nov 1978 05:00:00 GMT |
Fastly-Debug-Digest | 728a7e7ef920781990b588178a1268f507bef18f68d3f6ced08e5167c2315d7e |
Fastly-Debug-Path | (D cache-wsi-ysbk1060055-WSI 1736748252) (F cache-wsi-ysbk1060044-WSI 1736748252) (D cache-fra-etou8220132-FRA 1736748252) (F cache-fra-eddf8230101-FRA 1736748252) |
Fastly-Debug-TTL | (H cache-wsi-ysbk1060055-WSI - - 0) (M cache-fra-etou8220132-FRA - - 0) |
Fastly-Drupal-HTML | YES |
Fastly-Drupal-VCL-Uploaded | 8-1.0.3 |
Location | /en/sites/default/files/js/js_CNz8arK0fDVR0K-zbj2WvSjAzP1pLtdTVO5W9xDR5Pc.js?scope=footer&delta=1&language=en&theme=greater_zurich_area&include=eJx1UFtuwzAMu5BnH8mQbcZxKz_mR5v09HPXDAOW9UeCCJIS1fbWEZWhBuErqKPqx6jBrprmqJZKthMLbJ1DuipXRyGWxygwtM35GjBbLBwoWaj_QG2mnbjDLLlGdXT5LCcQjIjUpUOnwE02up2Vf0k9e89nGl1oe6uNaI08hM0VKqQZPc1ol8-Bur9Oq7BUul1JHxp1Qt66L4zN5E0UquQrlbX9PO8XkSOVYTi0FU7cAu5NfVcZsxszzvQJfdeIBk49F4ecJs8hvzC9BLBTTI_9gzO5L5RhtKo |
Server-Timing | MISS-CLUSTER, fastly;desc="Edge time";dur=2030, HIT-CLUSTER, fastly;desc="Edge time";dur=1 |
Surrogate-Control | max-age=2764800 |
Surrogate-Key | zOGa EjtO |
Via | 1.1 varnish, 1.1 varnish |
X-Cache | MISS, HIT |
X-Cache-Hits | 0, 1 |
X-Drupal-Cache | MISS |
X-LAGOON | amazeeio-ch4>ingress-nginx>greaterzuricharea-com-prod:nginx>nginx-58c9fb9bcc-mwfj9 |
X-Origin | CH4https |
X-Served-By | cache-fra-etou8220132-FRA, cache-wsi-ysbk1060055-WSI |
X-Timer | S1736748252.426552,VS0,VE1 |
fastly-request-id | 9c55834f30eb69cc9ff60542, f6b3c8a33bc3a223f2d014e4 |
You can use the following cURL
command:
curl -sIXGET -H 'Fastly-Debug: 1' 'https://www.greaterzuricharea.com/en/sites/default/files/js/js_QuII2SEc72pTLShy12uemNgALxy3yDwPY1KD58veJtY.js?scope=footer&delta=1&language=en&theme=greater_zurich_area&include=eJx1UFtuwzAMu5BnH8mQbcZxKz_mR5v09HPXDAOW9UeCCJIS1fbWEZWhBuErqKPqx6jBrprmqJZKthMLbJ1DuipXRyGWxygwtM35GjBbLBwoWaj_QG2mnbjDLLlGdXT5LCcQjIjUpUOnwE02up2Vf0k9e89nGl1oe6uNaI08hM0VKqQZPc1ol8-Bur9Oq7BUul1JHxp1Qt66L4zN5E0UquQrlbX9PO8XkSOVYTi0FU7cAu5NfVcZsxszzvQJfdeIBk49F4ecJs8hvzC9BLBTTI_9gzO5L5RhtKo' | sort