Caching Score: https://www.pean.gov.au/sites/default/files/2019-06/pean-logo-dark_1.png

Summary

GradeF

38/210

Requested URL checks

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 a caching proxy is extremely useful for caching purposes.

Maximum possible points

50

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

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.

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

HTTP Response headers

Name Value
Status Code HTTP 302
Cache-Controlno-cache, no-store, must-revalidate
Content-Length0
DateSat, 06 Dec 2025 11:29:35 GMT
Locationhttps://www.dcceew.gov.au/
Pragmano-cache

If you want to do this yourself

You can use the following cURL command:

curl -sIXGET  -H 'Accept-Encoding: br, zstd, gzip, deflate' 'https://www.pean.gov.au/sites/default/files/2019-06/pean-logo-dark_1.png' | sort