Caching Score: https://dfsvc.gov.au/themes/custom/dfsv_subtheme/src/assets/images/footer-flags.png

Summary

GradeD

80/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.

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

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 Mon, 31 Jul 2023 11:51:19 GMT was sent, and an HTTP 304 was responded with.

Maximum possible points

30

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.

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

HTTP Response headers

Name Value
Status Code HTTP 200
Accept-Rangesbytes
Cache-Controlmax-age=31536000
Connectionkeep-alive
Content-Length1548
Content-Typeimage/png
DateMon, 16 Sep 2024 19:57:33 GMT
ExpiresTue, 16 Sep 2025 19:57:33 GMT
Last-ModifiedMon, 31 Jul 2023 11:51:19 GMT
Servernginx

If you want to do this yourself

You can use the following cURL command:

curl -sIXGET  'https://dfsvc.gov.au/themes/custom/dfsv_subtheme/src/assets/images/footer-flags.png' | sort