Caching Score: https://www.infrastructure.gov.au/

Summary

GradeB

507/637

Requested URL checks

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 TCP_HIT from a23-40-103-209.deploy.akamaitechnologies.com (AkamaiGHost/22.1.0-4f1ef2e9a8e1a0c8be2b8a74a525c274) (-).

Akamai has documentation on how to interpret the X-Cache and X-Cache-Remote headers.

Maximum possible points

100

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

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.

An HTTP request with the request header If-None-Match with a value of "1744967296" was sent, and an HTTP 304 was responded with.

Akamai has documentation on how to enable Etag support (requires login).

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.

An HTTP request with the request header If-Modified-Since with a value of Fri, 18 Apr 2025 09:08:16 GMT was sent, and an HTTP 304 was responded with.

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

Drupal 8+ provides an Internal Page Cache module that is recommended for small to medium-sized websites.

There is value in using this module, even when you are using Akamai, due to the low cache lifetime of 15 minutes.

In order to get maximum points, you must enable the page_cache module, and have a HIT on Drupal's page cache.

See Drupal's documentation on the Internal Page Cache module. Also, Wim Leers wrote a really awesome blog post on the release of this module with important background.

Maximum possible points

20

What is this check, and why should you care

CSS aggregation reduces the number of assets your site needs to download. The filename contains a hash of all the file contents, meaning you can cache these files for an extremely long time with no negative consequences.

Maximum possible points

10

What is this check, and why should you care

Javascript aggregation reduces the number of assets your site needs to download. The filename contains a hash of all the file contents, meaning you can cache these files for an extremely long time with no negative consequences.

Maximum possible points

10

What is this check, and why should you care

Drupal 9.5+ introduces a new debug setting to make it easier to debug render caching. This setting will add cache debugging output for each rendered element.

The main issue with this is that this slows down your page loads (on top increasing your page weight).

In order to get maximum points, you must disable the render cache debug.

Maximum possible points

10

What is this check, and why should you care

Drupal 7+ provides a Statistics module to which records content view statistics in Drupal's database.

The main issue with this module is that it sends an un-cacheable HTTP POST request to your site to record a 'content view' statistic. This does not scale well as you Drupal site gets more traffic.

In order to get maximum points, you must disable the statistics module.

Maximum possible points

10

What is this check, and why should you care

Drupal 8+ uses Twig for templating, and the Twig template engine offers a debug tool to which emits out a list of template filenames in the HTML source.

The main issue with this is that you often also have other Twig related performance issues as well, e.g. automatic reloading.

In order to get maximum points, you must disable Twig debug.

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.

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.

This check requested the URL https://www.infrastructure.gov.au/?fbclid=1745028936.

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.

This check requested the URL https://www.infrastructure.gov.au/?gclsrc=1745028936&gclid=1745028936.

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.

TTCLID 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.

This check requested the URL https://www.infrastructure.gov.au/?ttclid=1745028936.

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.

This check requested the URL https://www.infrastructure.gov.au/?utm_source=1745028936&utm_medium=1745028936&utm_campaign=1745028936&utm_id=1745028936.

Maximum possible points

10

What is this check, and why should you care

There is a SPAM protection module in Drupal called Honeypot.

The honeypot module has a feature that adds a time based hidden form field to forms to protect against bots filling them in too quickly. This is a nice feature, however it happens to disable caching for the entire page. This is terrible for high traffic sites.

It is recommended to disable this time based feature, and only use the core honeypot feature of a hidden input field.

Maximum possible points

5

What is this check, and why should you care

There are 2 filesystems in Drupal - public files and private files.

Private files force Drupal to bootstrap in order to serve the file, and access control is checked every single time. This is useful for sensitive files, but a hindrance when your site is under high load.

It is recommended to use Drupal's public file system for static, non-sensitive files, and reserve the use of private files for dynamic, or sensitive files.

Maximum possible points

5

What is this check, and why should you care

The purpose of HTTP compression is to reduce the size of the files sent by a CDN/web server by eliminating redundant information in those files. The smaller the size of the files, the more quickly they can be served over the World Wide Web.

On top of faster delivery, compression also reduces the amount of bandwidth used by the CDN/web server. This is especially important for mobile devices, where the bandwidth is often limited.

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

Akamai has documentation on how to enable Brotli compression.

See the Wikipedia page on HTTP compression for more background.

In order 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

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 900 seconds (15 minutes).

Maximum possible points

100

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://www.infrastructure.gov.au/cachingscorebrokenurltest.

Maximum possible points

20

What is this check, and why should you care

Akamai has very strict controls around cache tag lengths, counts and characters. If you exceed or break these controls then you risk your content not being invalidated when you issue a cache tag purge.

The response header X-Akamai-Cache-Tag-Error had a value of TAGSCNT 3ts26.

Too many cache tags. Current number of cache tags found was 1024

See the Akamai technical documentation on how to interpret this header.

Maximum possible points

10

Image checks

Performed on the asset: https://www.infrastructure.gov.au/sites/default/files/styles/banner_image/public/images/banner-connecting.jpg?h=6e6be836&itok=hLkyfcZb

See the HTTP headers for this image file.

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 TCP_HIT from a23-40-103-209.deploy.akamaitechnologies.com (AkamaiGHost/22.1.0-4f1ef2e9a8e1a0c8be2b8a74a525c274) (-).

Akamai has documentation on how to interpret the X-Cache and X-Cache-Remote headers.

Maximum possible points

10

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 2628001 seconds (1 month and 2 days).

Maximum possible points

10

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.

An HTTP request with the request header If-None-Match with a value of "662856b0-204b9" was sent, and an HTTP 304 was responded with.

Akamai has documentation on how to enable Etag support (requires login).

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

3

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 Wed, 24 Apr 2024 00:47:44 GMT was sent, and an HTTP 304 was responded with.

Maximum possible points

3

CSS checks

Performed on the asset: https://www.infrastructure.gov.au/sites/default/files/css/css_AuRapNFByUEaVGkyuAqqj2mW3ZBwHImsIv1wrD9cgcY.css?delta=0&language=en&theme=ditrdc&include=eJx9jl0KAyEMhC9k9UhL1KBSNZLEtnv7SqG7sIW-zMM3P0ygrvjSCdVFngOqDQe51dLvYmQXxeY8CBpPpKIMY_PAXGiT6TVjQ3c6IfY_uVTJr2nRfa2nn-DVj0U5hisdwJBWKcv39Uns7GP6WiRjNI-CT3EftY3irPgGlilf-A

See the HTTP headers for this CSS file.

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 TCP_MEM_HIT from a23-40-103-209.deploy.akamaitechnologies.com (AkamaiGHost/22.1.0-4f1ef2e9a8e1a0c8be2b8a74a525c274) (-).

Akamai has documentation on how to interpret the X-Cache and X-Cache-Remote headers.

Maximum possible points

10

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 2628001 seconds (1 month and 2 days).

Maximum possible points

10

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.

An HTTP request with the request header If-None-Match with a value of "67fd79a9-25a3" was sent, and an HTTP 304 was responded with.

Akamai has documentation on how to enable Etag support (requires login).

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

3

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, 14 Apr 2025 21:10:01 GMT was sent, and an HTTP 304 was responded with.

Maximum possible points

3

What is this check, and why should you care

The purpose of HTTP compression is to reduce the size of the files sent by a CDN/web server by eliminating redundant information in those files. The smaller the size of the files, the more quickly they can be served over the World Wide Web.

On top of faster delivery, compression also reduces the amount of bandwidth used by the CDN/web server. This is especially important for mobile devices, where the bandwidth is often limited.

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

Akamai has documentation on how to enable Brotli compression.

See the Wikipedia page on HTTP compression for more background.

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

Maximum possible points

2

Javascript checks

Performed on the asset: https://www.infrastructure.gov.au/sites/default/files/google_analytics/gtag.js?suv8js

See the HTTP headers for this Javascript file.

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 TCP_MEM_HIT from a23-40-103-209.deploy.akamaitechnologies.com (AkamaiGHost/22.1.0-4f1ef2e9a8e1a0c8be2b8a74a525c274) (-).

Akamai has documentation on how to interpret the X-Cache and X-Cache-Remote headers.

Maximum possible points

10

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 2628001 seconds (1 month and 2 days).

Maximum possible points

10

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.

An HTTP request with the request header If-None-Match with a value of "68010b0f-5f2c1" was sent, and an HTTP 304 was responded with.

Akamai has documentation on how to enable Etag support (requires login).

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

3

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 Thu, 17 Apr 2025 14:07:11 GMT was sent, and an HTTP 304 was responded with.

Maximum possible points

3

What is this check, and why should you care

The purpose of HTTP compression is to reduce the size of the files sent by a CDN/web server by eliminating redundant information in those files. The smaller the size of the files, the more quickly they can be served over the World Wide Web.

On top of faster delivery, compression also reduces the amount of bandwidth used by the CDN/web server. This is especially important for mobile devices, where the bandwidth is often limited.

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

Akamai has documentation on how to enable Brotli compression.

See the Wikipedia page on HTTP compression for more background.

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

Maximum possible points

2

HTTP Response headers

Name Value
Status Code HTTP 200
Cache-Controlmax-age=900, public
Connectionkeep-alive, Transfer-Encoding
Content-Encodinggzip
Content-Languageen
Content-Typetext/html; charset=UTF-8
DateSat, 19 Apr 2025 02:15:33 GMT
ETag"1744967296"
Edge-Cache-Tag08f9a 08pb2 0a89k 0lio7 0o7f9 105o2 10hbi 10igs 10in2 10vhq 111ft 115ck 11f3d 11gq8 11l1e 11r3h 11s6l 11vpb 124rt 12kde 12u7l 12uaf 135ts 13fpc 13jiv 14aup 14fmk 14i9m 14j1b 14js8 14tv4 15m91 16503 165n7 16k0b 16kn0 16n2p 16nen 16qgs 16u1s 17hls 17qkj 17vfa 18970 189cs 18gh7 18okk 18s6p 18sda 18tbu 18tem 191fq 19411 19anl 1a012 1a09d 1a6dj 1aehd 1ag7k 1akf2 1apf9 1as9f 1b6ht 1be00 1bihq 1bilt 1bjfd 1bkga 1bkt0 1bmlu 1brgd 1ca2k 1d00v 1d4ff 1d7fv 1deu1 1dm36 1dps4 1e1tr 1e5tf 1eqqf 1es8b 1f35f 1f3u6 1f595 1ffcb 1fkdc 1fkp0 1fvme 1gcft 1gkkj 1gqaj 1h1j9 1h4t1 1h4uq 1hcc6 1hgdr 1hklm 1hohr 1hsg3 1hunl 1i45b 1i4uo 1ibsk 1iid3 1iont 1ir97 1j7qj 1jdio 1jkpr 1jr0v 1k2ij 1kbfl 1kqme 1l7eq 1l8do 1lcqk 1lepi 1ll9h 1llvl 1m3h3 1mfu1 1mgav 1mpt4 1mq9h 1n3si 1n8gu 1npbe 1o499 1o7mv 1o8m8 1oo5l 1oojg 1opku 1p81n 1pbkf 1q6lc 1qi7n 1qigq 1qjk8 1r3hf 1revf 1s0a4 1s4qo 1t00a 1t9bt 1td1c 1tev7 1u7pl 1v6vt 1vfaa 1vktq 1vmhn 1vvkh 2001j 2002c 200em 20fbf 20np1 20vq9 2178i 21918 21cig 21uol 222r5 223q3 2240e 230ls 23d9o 23prv 243v5 24b6l 2534n 25osa 25qh0 25tce 261sd 26473 2658c 26hc0 26jo9 26lel 26md0 26q7s 26u8u 2761u 27ci0 27fu9 27hmv 27nlg 27q7s 286et 2879b 28gq6 28jno 298k9 29d34 29da6 29p7a 2a9hb 2ahm5 2am79 2ampr 2apa4 2asgg 2b6ue 2bc29 2bpsh 2bq12 2c0ni 2c4g1 2d1vd 2d7r4 2de9c 2dlj3 2e1qk 2e8rf 2f0ij 2f35k 2f4lt 2fc9h 2futc 2g1va 2g39r 2g5fh 2g8no 2gitn 2gkb6 2goj3 2h0sm 2i6ao 2ib5g 2ic7o 2ih4j 2ijs6 2il42 2inmb 2j4lb 2k7on 2kg4u 2kgt9 2kh2s 2kqqv 2l9n8 2lfs7 2liim 2me75 2me98 2movt 2n2pq 2n5n1 2nciu 2nhbq 2nn89 2o3vq 2o7uh 2o91v 2o96f 2oid2 2osgi 2p0us 2p3gc 2pm08 2pri4 2qeni 2qp95 2qpjd 2r062 2rb0i 2rjsr 2rocp 2rvf0 2rvrc 2ss3p 2t4co 2tg2v 2tnaf 2tqrr 2tt46 2u6ev 2ukvp 2umtl 2urhk 2v2c8 2vd5f 304b2 30mao 30mrr 30qlr 30thk 312ie 3137d 316ne 31idv 31tcr 31u1j 32edm 32rbr 32sni 334kd 337r4 340gp 342gt 347or 34aov 34cic 34fa9 34m4c 34rer 34srp 3573b 358t0 360ev 36kol 3765e 376ud 37h9c 38k2l 399po 39d3u 39m1j 3ac3g 3al7p 3aphe 3arhq 3arp1 3as48 3asla 3b7vj 3b9j8 3bid3 3bnil 3br98 3cd2n 3cdno 3coj9 3csr9 3d16i 3dall 3db9n 3dij8 3e27m 3eebu 3eh82 3ejrd 3em38 3eu13 3f0eh 3favu 3fbah 3fg20 3fl4o 3g3rv 3g4m2 3h5aq 3hmof 3hqod 3hv6h 3i2hb 3i6hq 3ifm0 3igtl 3ih1t 3iigq 3j5oj 3je8c 3jhnk 3jts3 3k6i7 3k8n2 3k8vt 3khau 3kofm 3ktk0 3kuir 3l33t 3ljnr 3lkh3 3ltlb 3lvd0 3m910 3m9i5 3ma39 3mgue 3n1li 3n97m 3necm 3o2rv 3o4r9 3o8e1 3okjg 3onog 3ori8 3plok 3pnpl 3ptgo 3q4k5 3q4qt 3qfp4 3r40s 3r6u5 3reh8 3rfj1 3rns0 3s3fa 3sf7e 3skou 3t1p8 3t5to 3tfti 3ti3o 3tism 3tjin 3u3c8 3u3n0 3u8p7 3uqop 3ust0 3v3bj 3v3nh 3v4ju 3v995 3vi6u 3vkq7 40sem 40v9p 414d1 417vh 41ak0 41h7f 41l7e 41n5k 41o6p 41o91 41vui 420bq 422n1 42a43 42eli 42ok6 431ir 431je 43a2u 43bk5 43cfq 43le0 43qas 441ha 44c0m 44chg 44d4t 4561m 456t7 45qd2 45vhr 464bb 46ht1 46jkb 475vg 47dns 47fok 47j7u 47qhl 47t0h 4856b 48ocu 48q5k 48sbu 490br 4954q 4996i 49j7a 4ac7t 4aiqm 4anqe 4b4hd 4b4p1 4bgqc 4c37d 4c7ge 4cepe 4cqac 4cr9a 4d4a4 4dilb 4e66p 4e8dc 4efia 4ek1n 4eop7 4f0hm 4gl5e 4gmee 4gsg4 4h1eq 4hgsp 4hpt0 4hu6e 4hv27 4i3s6 4ia51 4iglm 4jucr 4k9o8 4kerg 4kjqj 4klok 4kt5a 4l9ct 4lgdl 4lhq3 4lip5 4ltqe 4m5hq 4mgqp 4mh84 4mnel 4mnev 4nbb2 4neg5 4nq0k 4o3g7 4oqo8 4p5m6 4pe9n 4qcnm 4qv9h 4rfdq 4rfke 4rot2 4rq96 4rsrp 4rvh4 4stev 4t8vi 4tjtl 4tmha 4tn7b 4tojj 4ttbk 4u6tv 4um2b 4v43g 4v7ql 4vdor 4vk3q 4vpsh 509ia 50bl4 50i02 50qgv 50v75 517c8 51bh0 51n8n 527v3 5289l 528gq 52nm0 52qhf 52sdo 52t6p 539jj 53ah6 53fci 53gms 53kt0 5432r 5454b 5468u 54b6t 54g02 54vun 55gdk 55lec 55pla 55uqu 563st 56f6b 56pg3 56vnt 57p77 57pu4 581l9 582n1 58cq0 58lsg 58p3q 58qhf 58uh0 597nd 59st7 5a04c 5a9hj 5aefh 5ajfs 5apeo 5arck 5b1ji 5bk40 5bmsq 5boq4 5bqr8 5c47a 5cbai 5d2sh 5d8t6 5d9jv 5dd6p 5dhca 5djut 5dr3d 5e3si 5e748 5ed1s 5emme 5eqjj 5ertf 5f7le 5fe43 5fif5 5fnvq 5fprk 5fqoo 5fvgn 5g075 5g1e1 5gu6s 5guf3 5h85n 5hbcu 5hid6 5hl8c 5hmrd 5hpij 5i30j 5ip1n 5iqvp 5jnjt 5k0bn 5k0m7 5kof5 5kpni 5kqig 5l48a 5l84b 5lbar 5lcb1 5m2ko 5mkb2 5mltp 5mnv2 5mob1 5moil 5n36q 5nm9r 5nrmm 5oc53 5p8uk 5p9p3 5padp 5pcq3 5pmf8 5pt78 5q7hj 5r2ko 5rt5b 5s2nb 5s67i 5se29 5sfja 5th5g 5ts09 5tttb 5ub50 5uob9 5uu55 5ve6a 5vk6p 5vvl3 601u9 60dcq 60gba 60luf 60vqg 61b6k 61i29 61p8e 61v5i 6211h 62j72 62jp3 63k4c 64aue 64b0k 65lc5 65u2g 66gs7 66h1i 66jrr 6768k 696dk 698vr 69i0m 69occ 6acbb 6aq34 6au5k 6b4vg 6bm9f 6cksk 6d6hd 6dahp 6deet 6dije 6ee67 6etb9 6f6ft 6f8p7 6f955 6fae8 6ffic 6fi66 6fldn 6flv7 6fsfn 6fu3u 6g3oj 6gaus 6gdbt 6gp9t 6gpfh 6gsec 6gtnt 6h39g 6h77u 6h86o 6i641 6if9b 6ilrv 6iovp 6j2rq 6jag0 6jeaj 6jqef 6k40r 6kk4a 6kkib 6l4t3 6lfvu 6lhcv 6lhpi 6ljpd 6lt85 6lth3 6mbvc 6meci 6muog 6mv7g 6n9qf 6ne4m 6nlen 6ntpk 6o30h 6oamf 6obgt 6p8bt 6pa37 6ph0j 6plpb 6q5dn 6qucs 6qv14 6r20l 6rljv 6rrdg 6rvpm 6sa1f 6sb61 6sh64 6sn9k 6sp46 6srf4 6t3q7 6tgbn 6tl39 6tqee 6tqh7 6u4gs 6u4o8 6u6t1 6ud55 6uqn9 6v38e 6vaoh 6vdf2 6vfll 6vr83 70f6n 70hfn 70hqu 70jah 70qg0 70v01 71gcc 71m4r 724od 727bf 72f5c 72g89 73jnm 73v9k 73vkl 73vmk 74caq 74o6d 74s5u 74vjf 7529l 7567k 75vvc 769pf 76su3 771nj 778f1 77cfo 77gf4 77h5k 77mir 77ot8 781sh 781ve 785ks 78gmr 78i2n 78qh6 797ev 79ir8 79mh0 7a9fp 7am46 7aqlq 7aqro 7b1pv 7b5k7 7b5qc 7bfns 7bje6 7bjpt 7c9gs 7d6eb 7dnla 7dtkm 7e288 7ei5s 7ei9p 7f6fk 7fjg6 7fkau 7frn8 7fso1 7g2a2 7gk1i 7gpm3 7h09p 7hafg 7hj6f 7hlep 7hmsq 7hncp 7hogk 7ht70 7i9kk 7ieut 7ij01 7ip2t 7iuim 7j2en 7k412 7l17k 7l5c9 7lc73 7lo28 7m270 7mdcp 7mq4k 7n9bq 7naal 7nd33 7ne8s 7neak 7nffc 7njst 7ntot 7nujn 7o36d 7o3lf 7o3ot 7o65b 7obot 7og6p 7oqof 7pdmk 7pnsr 7pqe2 7psh1 7qc31 7qgcc 7qtur 7r4ev 7rc5e 7roa5 7rq20 7s7sk 7s9mv 7sf1u 7sfg4 7snci 7ssaa 7t2io 7t5g3 7tagm 7talp 7tb8m 7tc3m 7thnq 7ubga 7uoal 7v6n4 7vlsr 7vqri 7vt4t 7vvtf 8520n 8f0le 98ven 9ir87 abq3c ac143 afgk9 aot1v b7hfd c74pa cke5v d6fea da6h2 dbgr0 e8atq em4ne epfdp euhdt eunu2 f0acl fiea1 fkg5u fn3gi fn4hg fp4p1 fqm6n g2mme gbjp0 gf7aa gj4pu gpu7j gvq5v h61qn h6lon hhfm9 hjpru i8uci i9c2q ibqr6 ihcdk iregt iuvsu j1spe j60gv ja1vg jbfdf jisml jmj1b jridd jsm61 kjfak lj3m2 lnrd5 mr3ds nc55c njt9l o33rs ol5cp p1qfb pjbib q06bf qb9k3 qcaa4 qtb94 r35ts r4pt3 r8s78 rtm8q s6vc1 s7j2i she1k sl6ei snvfk t396p ta8d9 tapv8 tks32 tp1sg u1om0 v4fu1 v4u6c v8vvd vajrn vglpg vh9ct vhoic vqd9a vrq9l vskhh vueip vvocs
ExpiresSun, 19 Nov 1978 05:00:00 GMT
Last-ModifiedFri, 18 Apr 2025 09:08:16 GMT
Transfer-Encodingchunked
VaryAccept-Encoding
X-Akamai-Cache-Tag-ErrorTAGSCNT 3ts26
X-CacheTCP_HIT from a23-40-103-209.deploy.akamaitechnologies.com (AkamaiGHost/22.1.0-4f1ef2e9a8e1a0c8be2b8a74a525c274) (-)
X-Cache-KeyS/L/73021/1122222/1d/www.infrastructure.gov.au/
X-Cache-Key-Extended-Internal-Use-OnlyS/L/73021/1122222/1d/www.infrastructure.gov.au/ vcd=6147
X-Check-CacheableYES
X-Drupal-CacheHIT
X-Drupal-Dynamic-CacheMISS
X-Lagoonamazeeio-govcms5>sigsci-ingress-nginx>infrastructure-master:nginx>

If you want to do this yourself

You can use the following cURL command:

curl -sLIXGET -H 'Pragma: akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-cache-tags' -H 'Accept-Encoding: br, zstd, gzip, deflate' 'https://www.infrastructure.gov.au/' | sort