Caching Score: https://www.finance.gov.au/publications/senate-order-13-entity-contracts

Summary

GradeB-

433/603

Requested URL checks

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

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

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 "1726515773" 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 Mon, 16 Sep 2024 19:42:53 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 extremely limited value in using this module, even when you are using Akamai and having a relatively high cache lifetime of 1 month and 2 days.

In order to get maximum points, you must have the module page_cache disabled.

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

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.

No issues found.

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

Maximum possible points

10

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.finance.gov.au/publications/senate-order-13-entity-contracts?fbclid=1726515776.

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.finance.gov.au/publications/senate-order-13-entity-contracts?gclsrc=1726515776&gclid=1726515776.

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.finance.gov.au/publications/senate-order-13-entity-contracts?utm_source=1726515776&utm_medium=1726515776&utm_campaign=1726515776&utm_id=1726515776.

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

Having a cache hit ensures the fastest possible delivery of content to end users.

The response header X-Cache had a value of TCP_MISS from a23-214-88-189.deploy.akamaitechnologies.com (AkamaiGHost/11.6.3-e8c44af76fbf2725bc66e35706b8e3bb) (-).

The response header X-Cache-Remote had a value of TCP_MISS from a23-214-88-181.deploy.akamaitechnologies.com (AkamaiGHost/11.6.3-e8c44af76fbf2725bc66e35706b8e3bb) (-).

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

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

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.finance.gov.au/cachingscorebrokenurltest.

Maximum possible points

20

Image checks

Performed on the asset: https://www.finance.gov.au/themes/custom/finance/logo-black.png

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_MEM_HIT from a23-214-88-189.deploy.akamaitechnologies.com (AkamaiGHost/11.6.3-e8c44af76fbf2725bc66e35706b8e3bb) (-).

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 "669ecf95-824e" 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, 22 Jul 2024 21:31:01 GMT was sent, and an HTTP 304 was responded with.

Maximum possible points

3

CSS checks

Performed on the asset: https://www.finance.gov.au/sites/default/files/css/css_cnapKKzdJfi0BjFdxiWXA4su7rz8PVTLcNqUIPVq9FI.css?delta=0&language=en&theme=finance&include=eJxtjUEOwzAIBD_k1k-KwCYuEjYVkFb-fa0ecohy2cPsarapNqENBsgMLp7bBSSfHtQzglNC1fAweG8IZqy5iSLIw2MKj5Z2HjAK5RUvNd65nOiy_DB9Pf_z2bUeciNHI6jFjo433QlKHWkZ1hmZZx4cP-b0U-E

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-214-88-189.deploy.akamaitechnologies.com (AkamaiGHost/11.6.3-e8c44af76fbf2725bc66e35706b8e3bb) (-).

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 "669eda8e-1d0a" 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, 22 Jul 2024 22:17:50 GMT was sent, and an HTTP 304 was responded with.

Maximum possible points

3

Javascript checks

Performed on the asset: https://www.finance.gov.au/sites/default/files/js/js_2JilhAE0MWj8MMiwnpKejIOm0GomPdyXIOldiGCATJg.js?scope=footer&delta=0&language=en&theme=finance&include=eJxtjUEOwzAIBD_k1k-KwCYuEjYVkFb-fa0ecohy2cPsarapNqENBsgMLp7bBSSfHtQzglNC1fAweG8IZqy5iSLIw2MKj5Z2HjAK5RUvNd65nOiy_DB9Pf_z2bUeciNHI6jFjo433QlKHWkZ1hmZZx4cP-b0U-E

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_HIT from a23-214-88-189.deploy.akamaitechnologies.com (AkamaiGHost/11.6.3-e8c44af76fbf2725bc66e35706b8e3bb) (-).

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 "66d7f624-aefeb" 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, 04 Sep 2024 05:54:44 GMT was sent, and an HTTP 304 was responded with.

Maximum possible points

3

HTTP Response headers

Name Value
Status Code HTTP 200
Cache-Controlmax-age=2592000, public
Connectionkeep-alive
Content-Languageen
Content-Length208808
Content-Typetext/html; charset=UTF-8
DateMon, 16 Sep 2024 19:42:54 GMT
ETag"1726515773"
Edge-Cache-Tagd3f23 5n294 5jj3s 70rf7 4jraq 1rkc2 4nnhm 7lkdo 2hrmk 7rq23 5out0 7mn4g 43d76 2u39u 6jjg3 2i9rl 1s0g8 6bt7e 1o293 4v6ca 7tmbt ceiq7 534eg 16vjp 4tg15 4sc6m 2lsf9 3i78u 147g4 5eo6n 3gcch 159eq 5ufq1 d4jqb 2veto 3lt8n 61hj8 b9av8 7ogo7 1a3ob 7q4il 7j5ae 14j2u 3c908 3l84j 7q0og 415c6 9p7o3 1m4k1 10a75 t01iv dj97l 5j1rh 2oeu3 315d3 7asm1 3ulsb 5797n 4pbr9 7vjed 6rg8e 37spq 4hbi9 5i902 ih8rr 6qk67 560jg e84d4 7bgen 3d8vc 6lc6r 25771 7u8qn evhcd 3ero9 na5ip 5ejl7 4m77r 4htsq 94ssg 6075t jufct 7ge3n 3t071 2ev6j 4f5fd 6hfeb 5eo3d 6o7cu 4d24v 636oe 6fi92 7ttfj 65n6l 3fueh 2gnd5 4639k 7bt3g 4hvmq 2dvam 6m4h4 2ool7 6oq9q 4nfgs 3mafe 3jlpl 18g28 4qhjf 4n8b5 druk4 58692 21vpl 7hc8l 3rial 10pe4 42cll 4fnj5 15dpq 2hbnc 3go7k 4hsch 5i8m0 7tq67 1e7ab 7h3g2 1ommm 5l50r 26th1 5mqq9 5e1b4 2686d 394nm 5a7a2 783sk 3uvao 3s3e2 4kjaf 5ejjt 5dlsf 4sbr5 6baa7 43u8q 444gl 4fb77 336f5 268q5 3582u 60440 2n8lm 5g61v 44b75 7ndln 7ccuc 3vf9c 1e09o 58d44 3emsk 6mpvq 67vm9 1sosq 6hegv jiteu 6r3in 54fo3 7qt4r 2hp9d 6d7o4 3tlve 648vn 3pf56 2pa1k 6pl1q 22358 1uge7 4f53r tqbd2 59jv5 401st 5urqr 3oaln 779pk d8e0a 343d0 3c2bb 171r3 4h125 mfdtb 6ob45 f9n13 4ab5f fke7f 45t9n 76ren 2rdsc 7rg7s 3bmdi 758rg 7ibn1 5nfuv 66shk 7l16r 22hld 348qp 4q9lp 2nq1i 2qiji 336fe 63flj 1iu7e 2d23g 69a64 3jpsd 5go3s 2p7t6 6m20a 4r4ci 5n0or 3uuqg 6f86j 65jn2 7dgnp 40cqo 0ltda 24vev 3t9j1 6mau2 28ad8 7e607 31j57 19bgl 465kq 5fdvu 5af39 6ke3g dftld mqdtp 6ar8o 1uu3u 2ecrf 6j4bs 1848q 6csuq 12c64 73dgo 2tsv0 7bkeq 2gt4o 1ggen 19ahi 77bk9 7sp1s ut6f9 6de34 51m43 nv5sh 534cl 3hjtg 74g74 1l5ck 2q4ur 49p28 3min6 5hv0b 24gkr 5aag4 bir7c 1dc9o 22a10 72iga 78t8j 1dn6k 226oo qqi8p 5bmb7 72ntk 7uikh 7fstp 14ubt 139fd 7puah 4344e 7vntl 5tqcp 5161f 1rl4m 47bgq 3jgtu 4o5vq 51qfi 17v39 2m2vj 6virp 6ka5a gmjir 14vj9 1jj2c 3lgvo 27obc i7iua 3fqm5 1cu3r t0j5b 5uqa6 1t1lo 6lgu7 5rkpa 67ea4 266n5 61s38 gtdim 7d5ln 34ae3 4u3u6 91u4f 4erjp 1tnqg 62d64 7r8ch 5m3b5 7eob1 n8d5i 400c2 7veof 4gm9o rmg0p 5ggvm 3474s 2493r 4q4v0 pmqom 4rd63 31hrm 508q7 2ta8s 6ep4r 3ct2f 45kua 2brp2 1343o 5vm0e 4bg0u 3t6qk 1cbha 370p7 2qklo 65ota 73t2h 5nl5r 7k8jn 4c5i5 4vj45 5deip 28vr1 7jhkp 471gr 3s2l7 f36h5 snqt6 100q3 4jh5b 2ni4q 75vk5 6ma6e 5eh77 63p95 2o35h 2u9ea 2hnve 594l8 6v6t8 1f667 20go2 77hk8 1lftd 35f9n 39g74 75048 6mus6 7co2p 4ulv5 6nqrv 5a58s 68spu 46bis 5acep 3jp0h 25kae 2dk4t 3i2p4 2dctf 57uk2 20eor 7q5f8 1jn18 1jmh2 3q95h 73puo 194as 45jvk o227a 47i8v 532oh 7vg5u 7nopb 1vauu 50ec7 4f646 6vp63 3vvq4 1ev0i 33n5n 2oq33 5vo5j 5kshv 2v7gg 6bei6 3hfaq 1seiu 6k8o9 46f32 5c0vj 7mbjk 377g3 754da 1i9f1 33ptp 4a8td 1uds7 3qdle 1ceod 5jl9v 6b2ef 5gc4m 403af 53ac6 7rnco cec2k 3qtob 29u0g 5c199 3nqnv 1e55i 6as22 5niaq 4s7od 4qgdo 2jpao 4qd6o 18dfp 3j86j 1fkts 2hgat 2u0ee 2ffh7 5pohg 6qqhh re4eh vakhd 3870f 1gnsr 3g48i 5759f 1cvv8 14ieg 3sjrr 1n73n 64vmo 60l28 4fis6 765f0 nut3p 78nv9 5qv2a 46t9r 75sv5 1ta89 7ruvc 56fcm 2q3ve 5dj6f 2egvp 5q0et 56l66 u947k 4ts8g 44mu8 2o144 44ofh 7nmhm 7oqa9 7fppd 5ksu7 72dcb 1ss2b 6a3uv 26sa3 ebk1d 4tbe0 1u64r 4cb1d dnu9j 1jk3c 7gvi9 57vnp 3v1nk 7vec0 3fpkm 3c080 4ga1v 3pt54 4fqq6 f1l5q 4j4p4 4o7aa 1cmut 405n4 2mkbg 20bdk 3p31n 2lnjd 30nsp 6n7fd 7kbm2 7sdq7 2gtnm 6totv 1gdv6 5ket9 51l2u 44osq 3v8bj 6hlkh 6p890 1ahc5 73juc 2ck44 52jr3 6qrtj 7b0rc 6vnrs 3lqp8 50lph 2hk74 70rho hrsje l68p4 2lqi0 2p6ph 51la1 70hjh 7aiqj 3h4hu 6md8r 2bmdj 5h9rd ngu72 5rdba 2qccu 7br2a 2m2af gide1 6rsbd 53ep6 1ju1a 7npeb 7vj13 7isnn 2tfod 1sj6v rmnhe 1qhqc 2gvfv 7u4od 3337l 7j4tr 1pu9i 53h8o 5nlqn 569cl 1h1s3 7n0e1 7krr9 79emj 57gib 6ua6d 49t16 2a0vh 7f2g5 7d0d9 6tulq 62k35 1kdlb 24qhu 4b0gp 3l0ug 2av9k 3f9nh 3kisa 7ff8g 5dlms 38h1l 6cdte 2fhre 6rcnn 5n1pt 6vd7n 5pglq 7mh2d 6n7ro 7t777 7u3o9 3c8fk 70kh4 6tdhb 6ejss 2rd6f 47uk0 3q33o 28vr7 3d6og 453fo 29u23 3515c 6n2qn vsotl 2a08u 3n3ge vv0em 3c8nf 3tr2a 1ne2i 6b307 4ckpm 2791o uk2v6 2rltr 1fvqi 69hb4 38b70 2tbee 2bq3f 420pe 40ddi 52ff0 kobvn 58pd5 77gu3 5e0om 7rrlk 6mm44 6p93g 73iqh 1s442 480mj 1m0b3 3a6ul hqreg 58s6t 2j1hv 68jl0 7at9u 55ceh 7rqdt 2ut82 37up6 5snt6 4f2ls 7bego 7fmpu 6n7l4 58vgr 7kd73 154f5 1j6bg s1n7o 3elq3 1hmg9 52hqj 14054 6nshc 6idua 2g7lt 14ap0 kfp7n 7bhfo 7ghd8 7gkfi 2vpgb 27ttf 53q5r 6dqir u06ft 7avsi 1l0lb 1ua46 7aehq 3ek54 5e1m0 194r2 4adsg 31el8 60qga 7u95i fquko 3ji5f 4rc2s 6gifa 666d7 48oo5 tmocp 1ec6v 4sfs7 7igq6 4a51h 650tl 1f515 4q9qu 8t1eh 5dhte psljf 7pj9r 2joj4 59esj j8on5 5d1qv 74kfj 2sogv 2hcmh 765md 1req3 2i9hf 7994f 364iu lrruh 4dfb4 1jhdg 79gsj 5vp92 anvf3 1pli1 5ajan 76is0 410eo 4mps8 644nt ngnde 6gajn 5pf54 1o31s 1sjob 5m1le 3s1d7 36ml2 501cs 6jbaj 6unp4 7b1dm 4limi t9ve8 4tsmh o1274 41pvc 3bsdv 13lib 7nv0h 1nesq 1681t 4oqj8 6dukp hu6c6 3sut2 4149l 3mih2 7j7v0 6oaqc 5suhd 4nv7s 2cv63 1cd3f 24mq7 2l68c 3ak7b 2dj5i 1l9ld 36eih 1d59u 4kqml 44q78 lecid u05ca 29ueh 684j1 5dj4f 5u6bq 6svoa 1frmt 65bkd 4ll96 7m2n6 2sjfv 7te3c t79bs 41ara f7m1j 3u8jr 21ldq 2ektc k4vj7 4e917 4m9fs 2h672 2vdbo 5rk8v 4dhil 2ro18 39lug 67gre 3phsd 6r962 5qp4m 1bng2 2i2a7 3dnqp 7tkpa oedc7 57j1i 16g6m vqpv6 69i54 20bko 56os3 4vun4 6k1hc 27ct3 1q7r3 7aa2l 3tgre 71kll 5jd6o 5fho0 2qo5b 4gqro 2djl1 19s9e 3e7sn 7lgvu 6kaer 5j8nk 48ns2 7tg24 1jm27 4ttn0 1vupl 9a9vn 4oomu 2op94 6h8qc 33bt7 6m1ui 7rhu0 7e9o3 7mkrj sgsj3 5em0k 2916o 3ag5o 67kfp 2anaf 7nhfi 160dh 3vf55 4ig7h 4in39 5butq 692s6 7kc1m 5nn8l 29vs1 1e8vm 6tvhg 47nfi 65ti3 2oaat 32cei 566q9 5mhj1 527od 2lmgp 2ilh5 1d48u is8qk 6dmmp 7i377 2ed2f 5o5vb 1igeb 115t1 4qhuk 5c94g 75mcs ala8l 43ma2 4o23t 4endf 3kk01 95ife 7559n 2anib 4jb9t 2680d 77lfa 40icl 5a5kp 7lqtu 2g5ql 6o7h0 4k1ao 1b48t 65n45 r2gj3 36pok 4dhm5 8rsak kdj8r 2rebq 1r9mv 7icmn 3m2fu 69m4j 7kslp 5q4vf 72ee6 6b4l2 33aob 6kcep 23kdh 1ohpq 6nhe3 563t4 6o1v2
ExpiresSun, 19 Nov 1978 05:00:00 GMT
Last-ModifiedMon, 16 Sep 2024 19:42:53 GMT
X-CacheTCP_MISS from a23-214-88-189.deploy.akamaitechnologies.com (AkamaiGHost/11.6.3-e8c44af76fbf2725bc66e35706b8e3bb) (-)
X-Cache-KeyS/L/84451/628835/1d/www.finance.gov.au/publications/senate-order-13-entity-contracts
X-Cache-Key-Extended-Internal-Use-OnlyS/L/84451/628835/1d/www.finance.gov.au/publications/senate-order-13-entity-contracts vcd=6147
X-Cache-RemoteTCP_MISS from a23-214-88-181.deploy.akamaitechnologies.com (AkamaiGHost/11.6.3-e8c44af76fbf2725bc66e35706b8e3bb) (-)
X-Check-CacheableYES
X-Lagoonamazeeio-govcms5>sigsci-ingress-nginx>finance-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' 'https://www.finance.gov.au/publications/senate-order-13-entity-contracts' | sort