Caching Score: https://tafeqld.edu.au/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js

Request flow

Internet
Visitor
Fastly
CDN
Origin
Server

Summary

GradeD

196/405

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.

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

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

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 3600 seconds (1 hour).

You can read more about which headers Fastly uses to indicate the cache lifetime.

Maximum possible points

100

What is this check, and why should you care

HTTP compression reduces the size of a response body by eliminating redundancy. The client advertises supported algorithms in the Accept-Encoding request header, and the server reports which one it used in the Content-Encoding response header — both are defined in RFC 9110 §8.4.

The four common encodings each have their own specification: gzip (RFC 1952), deflate (RFC 1951), br / Brotli (RFC 7932), and zstd / Zstandard (RFC 8878). Smaller responses load faster and use less bandwidth, which especially matters on mobile networks.

The response header Content-Encoding had a value of gzip.

Fastly has documentation on how to enable automatic compression.

See the Wikipedia page on HTTP compression for more background.

To get maximum points, you need to use Brotli or Zstandard compression.

Maximum possible points

20

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 X-Cache had a value of MISS.

Fastly has documentation on how to interpret the X-Cache header.

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
Connectionkeep-alive
Content-Encodinggzip
Content-Length553
DateFri, 10 Jul 2026 11:43:17 GMT
Fastly-Debug-Digest7a27fd3a6ef020b4e374727a68d019ced1c6064ab1fdbf243b0d550a3bb4f23d
Fastly-Debug-Path(D cache-wsi-ysbk1060084-WSI 1783683798) (F cache-wsi-ysbk1060084-WSI 1783683798)
Fastly-Debug-TTL(M cache-wsi-ysbk1060084-WSI - - 5859)
VaryAccept-Encoding
X-CacheMISS
X-Served-Bycache-wsi-ysbk1060046-WSI, cache-wsi-ysbk1060084-WSI
X-TimerS1783683798.563836,VS0,VS0,VE8
accept-rangesbytes
access-control-allow-headers*
access-control-allow-methodsGET, HEAD, OPTIONS
access-control-expose-headers*
age5859
cache-controlpublic, max-age=3600
cdn-cache-controlmax-age=300, must-revalidate
content-typetext/javascript; charset=utf-8
cross-origin-resource-policycross-origin
etag"83d7968ae2601bfd4d82afd44bb068a2"
last-modifiedWed, 17 Jun 2026 10:37:58 GMT
x-rum-tracehlx

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://tafeqld.edu.au/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js' | sort