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

Request flow

Internet
Visitor
QuantCDN
CDN
Varnish
Cache
Origin
Server

Summary

GradeD

170/385

Requested URL checks

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

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 ETag header is present but does not produce an HTTP 304 response. However a Last-Modified header is also present, which is sufficient for conditional requests. No penalty is applied.

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.

A Last-Modified header is present but does not produce an HTTP 304 response. However an ETag header is also present, which is sufficient for conditional requests. No penalty is applied.

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

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

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

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 0 seconds (0 seconds).

Maximum possible points

100

HTTP Response headers

Name Value
Status Code HTTP 200
Connectionkeep-alive
Content-Length43842
Content-Typeimage/png
DateFri, 11 Sep 2026 16:22:16 GMT
Fastly-Debug-Digest3170f4834960513890f463b6399f1e081f0a44deb9e835f0c7b6b03c59efaad8
Fastly-Debug-Path(D cache-syd10126-SYD 1789143737) (F cache-syd10126-SYD 1789143737)
Fastly-Debug-TTL(M cache-syd10126-SYD 1283206.304 300.000 -)
Fastly-Restarts2
Via1.1 varnish
X-CacheMISS
X-Cache-Hits0
X-Served-Bycache-syd10126-SYD
X-TimerS1789143736.423413,VS0,VS0,VE202
accept-rangesbytes
alt-svch3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
cache-controlprivate
etage28656148c4cf6912490512c0551c0c0
last-modifiedThu, 09 Mar 2023 01:48:11 GMT
quant-compressionbrotli
quant-fromprd1
quant-orig-hostcourts.vic.gov.au
quant-projectf48a117a9d1ecf6d513bca09c06f08f1fcc05957569c75e5bb2cdffe48604a67
quant-serverQuantCDN v2.19.0
quant-url-hash3bd168ac12cf7abaeef1fb290600637c7d81ed650a1c64a1ed9595e9334f8568
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