Caching Score: https://apo.org.au/

Summary

GradeF

100/435

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

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 a cache hit ensures the fastest possible delivery of content to end users.

The response header CF-Cache-Status had a value of .

Cloudflare has documentation on how to interpret the CF-Cache-Status 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 0 seconds (0 seconds).

Maximum possible points

100

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.

Cloudflare has documentation on how to enable Etag support.

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

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.

If you know how to discern whether Cloudflare has enabled Argo Tiered Caching please contact me. It is possible this check will be wrong at present on Cloudflare.

Maximum possible points

25

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://apo.org.au/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.

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 use Cloudflare Workers to do conditional query parameter stripping.

This check requested the URL https://apo.org.au/?fbclid=1726515514.

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 use Cloudflare Workers to do conditional query parameter stripping.

This check requested the URL https://apo.org.au/?gclsrc=1726515514&gclid=1726515514.

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 use Cloudflare Workers to do conditional query parameter stripping.

This check requested the URL https://apo.org.au/?utm_source=1726515514&utm_medium=1726515514&utm_campaign=1726515514&utm_id=1726515514.

Maximum possible points

10

HTTP Response headers

Name Value
Status Code HTTP 403
Accept-CHSec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform, Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version, UA-Platform, UA
CF-RAY8c43514aa8a85575-SYD
Cache-Controlprivate, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connectionclose
Content-Typetext/html; charset=UTF-8
Critical-CHSec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform, Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version, UA-Platform, UA
Cross-Origin-Embedder-Policyrequire-corp
Cross-Origin-Opener-Policysame-origin
Cross-Origin-Resource-Policysame-origin
DateMon, 16 Sep 2024 19:38:34 GMT
ExpiresThu, 01 Jan 1970 00:00:01 GMT
Origin-Agent-Cluster?1
Servercloudflare
Transfer-Encodingchunked
VaryAccept-Encoding
X-Content-Optionsnosniff
cf-chl-outw73rBtgF98T0pHrjBVible4rdgWUL2fqWLGL9+XPDnmyuiMPpE8Oluw7necMktOj/0oZ9fX/Twvk3jfqYndGM3HH9gXVJmjiJcoZHWYjpVr9JaQLJcse3N9tEaSCWjPsmAITeszMZEGhUi7es88AwQ==$uvb9stiYFS3kteQHz1lQpg==
cf-mitigatedchallenge
x-encoded-content-encodingbr

If you want to do this yourself

You can use the following cURL command:

curl -sLIXGET  'https://apo.org.au/' | sort