Caching Score: https://courts.vic.gov.au/sites/all/themes/custom/csv_theme_reskin/logo.png

Summary

GradeA-

340/385

Requested URL checks

What is this check, and why should you care

Having a cache hit ensures the fastest possible delivery of content to end users.

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

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.

An HTTP request with the request header If-None-Match with a value of e28656148c4cf6912490512c0551c0c0 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

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.

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

Using a long cache lifetime helps to ensure a high cache hit rate.

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 1147240 seconds (1 week and 6 days).

Maximum possible points

100

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

HTTP Response headers

Name Value
Status Code HTTP 200
Accept-Rangesbytes
Age83175
Connectionkeep-alive
Content-Length43842
DateSun, 15 Feb 2026 13:41:03 GMT
Fastly-Debug-Digest473313e71670039bd127ebbd818466624d7e1a9b7b87f60cee83fc4d1b730ef0
Fastly-Debug-Path(D cache-wsi-ysbk1060068-WSI 1771162864) (F cache-wsi-ysbk1060030-WSI 1771079689)
Fastly-Debug-TTL(H cache-wsi-ysbk1060068-WSI 1064064.536 300.000 83175)
Via1.1 varnish
X-CacheHIT
X-Cache-Hits1
X-Served-Bycache-wsi-ysbk1060030-WSI, cache-wsi-ysbk1060068-WSI
X-TimerS1771162864.901384,VS0,VS0,VE1
alt-svch3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
cache-controlpublic, max-age=2592000
content-typeimage/png
etage28656148c4cf6912490512c0551c0c0
last-modifiedThu, 09 Mar 2023 01:48:11 GMT
quant-compressionbrotli
quant-serverQuantCDN v2.15.9
surrogate-keyproject:f48a117a9d1ecf6d513bca09c06f08f1fcc05957569c75e5bb2cdffe48604a67 url:3bd168ac12cf7abaeef1fb290600637c7d81ed650a1c64a1ed9595e9334f8568

If you want to do this yourself

You can use the following cURL command:

curl -sIXGET -H 'Fastly-Debug: 1' -H 'Accept-Encoding: br, zstd, gzip, deflate' 'https://courts.vic.gov.au/sites/all/themes/custom/csv_theme_reskin/logo.png' | sort