492/642
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-181.deploy.akamaitechnologies.com (AkamaiGHost/22.3.2.1-811eb0bc095268e0c68e3c1c2197f35a) (-).
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.
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 Sat, 06 Dec 2025 12:09:27 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
Caching HTTP 404s is a great way to offload requests from your origin.
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.esafety.gov.au/cachingscorebrokenurltest.
Maximum possible points
20
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 br.
Akamai has documentation on how to enable Brotli 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
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 were 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).
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.
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.
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.esafety.gov.au/?fbclid=1765022968.
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.esafety.gov.au/?gclsrc=1765022968&gclid=1765022968.
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.esafety.gov.au/?ttclid=1765022968.
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.esafety.gov.au/?utm_source=1765022968&utm_medium=1765022968&utm_campaign=1765022968&utm_id=1765022968.
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
The language_cookie module breaks proxy caching because it makes Drupal’s response vary by a cookie, which most HTTP caches don’t handle efficiently.
The module also has a side effect of breaking Drupal’s page_cache system as well - see the issue #3512070.
To get maximum points, you must disable the language_cookie module.
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
Using a long cache lifetime helps to ensure a high cache hit rate.
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 900 seconds (15 minutes).
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.
An HTTP request with the request header If-None-Match with a value of W/"1765022967" was sent, but an HTTP 304 was not responded with. So you have Etags, but they are not doing anything.
Akamai has documentation on how to enable Etag support (requires login).
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
Drupal 8+ provides an Internal Page Cache module 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.
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
Performed on the asset: https://www.esafety.gov.au/sites/default/files/2025-08/SMAR-MOBILE-banner-AUGUST-2025.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-40-103-181.deploy.akamaitechnologies.com (AkamaiGHost/22.3.2.1-811eb0bc095268e0c68e3c1c2197f35a) (-).
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.
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 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 "68a56438-e6f4" 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.
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, 20 Aug 2025 05:59:20 GMT was sent, and an HTTP 304 was responded with.
Maximum possible points
3
Performed on the asset: https://www.esafety.gov.au/sites/default/files/css/css_S5VfJHB2KMFaD0AoWZSNOMpMUaDwQgNB_2DtX6IHJLg.css?delta=0&language=en&theme=esafety&include=eJxFyEEKAyEMBdALWXOmSP44QjKKiTN4-5ZS6OYtHpwPxKaqvbC-PLa2qyb82p82MJNBGlOHFUg--jSO-PTgyXXyOJ1krsGa_5PXNVbR5ick-faAUWFHuhsep6_ZuizFG2i0M7I
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-181.deploy.akamaitechnologies.com (AkamaiGHost/22.3.2.1-811eb0bc095268e0c68e3c1c2197f35a) (-).
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.
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 2628001 seconds (1 month and 2 days).
Maximum possible points
10
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, 12 Nov 2025 00:04:49 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 br.
Akamai has documentation on how to enable Brotli 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
2
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 W/"6913cf21-de2" was sent, but an HTTP 304 was not responded with. So you have Etags, but they are not doing anything.
Akamai has documentation on how to enable Etag support (requires login).
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
3
Performed on the asset: https://www.esafety.gov.au/sites/default/files/js/js_DEHf3bY3RJpiOh6pKOEup8AUCkGi51JYShWj8Tw6P6g.js?scope=header&delta=0&language=en&theme=esafety&include=eJxlykEKgCAQBdALGR4pRhvlw-iIMxDevk21qO3jsVFhX7GKJpLN8sRwC_ywt9teapog_Jt2YvAMVbUK79RJliNb_EJoeqCAp0V0-AWkaTJw
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-181.deploy.akamaitechnologies.com (AkamaiGHost/22.3.2.1-811eb0bc095268e0c68e3c1c2197f35a) (-).
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.
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 2628001 seconds (1 month and 2 days).
Maximum possible points
10
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, 26 Nov 2025 22:15:52 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 br.
Akamai has documentation on how to enable Brotli 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
2
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 W/"69277c18-211" was sent, but an HTTP 304 was not responded with. So you have Etags, but they are not doing anything.
Akamai has documentation on how to enable Etag support (requires login).
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
3
| Name | Value |
|---|---|
| Status Code | HTTP 200 |
| Cache-Control | max-age=900, public |
| Connection | keep-alive |
| Content-Encoding | br |
| Content-Language | en |
| Content-Length | 32226 |
| Content-Type | text/html; charset=UTF-8 |
| Date | Sat, 06 Dec 2025 12:09:27 GMT |
| ETag | W/"1765022967" |
| Edge-Cache-Tag | 1t88j 5uo38 3am2j 5vj2l 3683k 2jsdv 6miui 2jebe q2kfp 7lt4e vgjl3 d6b2v qlsn4 1krsu m8e7t 6bsus 2016p 1vp11 3j383 llnl2 392rk 1al8b 278kr 3pj9c 5tg2p 5899o 58bnb 7ilqq 20p1e 3pc84 1mcdn 3jkoo 4m392 1hmu8 32qu4 3vnlf 2i6ku 72li1 155qu 3nm4p ksvhf 2vkfa 5ns7t 2fqan 46i0a 3fev7 28msc 40bp0 51pob 3bton 11s16 3gk7e brrfc 109sm 5bu28 3qpfu 5lfjk 2g6ks 2orul 2a35d 33nb5 7p8im 6003k 4bn4c 27trd 1679q 3ivgm 72690 508ic 4eo4j 4qg8n 1uo8m 7uouq 4eula 29faf 1auv4 3eho7 5nm5n 3rhlu 51tlk 354m7 3s963 36buq 3k7q6 29pcc peqn4 59n6d 7929q 41575 7hndg 2726i 7gct3 7b4n1 1s7vb u6mm7 1v9sq d5hg9 ccibl 6fjct 688qo 7on2j 13tdj 314dj mj9g9 7daaa n5plh 2j5hj 7ciaa 8vc6m 36n3p 79aie 3dvfl 63q6i 61akc 7r4i0 3bda3 44rej 6818j 4n0ur 1sham 7p0s7 69lna 2vi9n 6694j 4g4r0 1nl14 313aq 1cmtj 35t9l 67rho 6mtb9 52b75 59fg2 21tgn 440qc 648hs 2es3s 6ehhh 38i2i 5tdf4 em50e 1k4kh 5tgm7 4ij27 25k97 6mjfo 61thc ahci2 42kri 61d9c 31rff 2v4ah 3a9rm 6qebj u1jru 2th0q 61la7 290kb 4qh14 67e0d 357ec 6atsr 3a66h 1jr4n 6d1dh 1v6vu 1e78c 4vrub 3228o 6vulj 776nt 39u66 6ki9r 73o1i 19p7u 32old 6vtof 1j267 34poo 61jd5 r3m2v 535vl 6mi6k 44j08 7ejgi 7jlsp 6sfro 78n1k 55e80 3b60l oh0bq 33p40 4rte7 7pjdc 42lsb 8vok5 6sbh8 37ot8 us6n4 18rh3 13lom 16hpg 3hdnl 49lg5 646b3 12vkl 58fmu 1sc8r 539fe 5bd9d 6120f u1fus 3r1nr 4l7df 5jq22 2ocjj 5gd4e 74603 7laj6 7t50l 1b72h 2psuf 155rq 4r15u 55s2l 3uegp 2pgfq 3hrr3 2abtf 5jipb 61bmk 4r2ps 5esua nf9e9 7od4p 7ir4u 6vqn0 4chu5 11bon 3hbh3 3i85c 6oftr 4ibpv 1cond 11oik 4fro3 2eb21 4jf51 6lind 3mc3m 1ukk7 792ju 5brhu 3r184 7u773 4pj5t 6mrh0 2uajc 3mkm5 14pe2 1e8v1 20e9f mnu0i 6ebtk 29jnl 54efl 5568b 5lup6 5c2bl 4fje5 43dnj 1a9dg 3mf0u 7l0fv 6jl4a 2eueh 4rgec 6o2io 23q5c 7g58t jiis1 1uht1 1u765 2082p 4t0gm 5r0qv 55u9h 7884j 76tr8 7p67g 39lli 6kgbi 365rg 7ho6o 441jh 68pq9 1uvg5 2si7t 2ld1k 1sph8 35h1g 6f0ec 6u2j8 6cv0l 28emb 5letp 3i3vs 3uqjs 3eca6 2n8m9 3b99g 6ccdn 519rl s1nfd 50aqe 63ebh 1ifd2 655nh 1ma9o 6bsrb i74po 6qb9r 50i4t 5v6g2 47tua 4rrr9 3eog1 6kj7q 1vh7c 3n0uq 71arc 7irop 115m3 73oqe 4nun1 5m89h t2i8b 11dke 3v55k 7qeps 61ib9 1g04k 55kf0 6lggq 13370 ap4dn 238n2 r66am 17qhh 17gpl su63n 7hsbm bacs6 6dp0j 5cpr5 42mgh 21le0 2aal8 446nu 5u5h0 1a49s 66s3g 43u14 q53dr 3re67 84hci 1d2gp 6if35 27582 5ibg3 7d4js 3hi32 7oue9 41e8g 1e8k8 1u921 13q2a 2b5an 5421v 43i1s 28lvv 61776 33g8k 4dovh 3e6gm 1jma2 6260m tugpg 5191g 5bl8k 7r8fr 5obgr 38k3p 40g56 3s9fj 4rkk7 2d73p 4qsok 72ueg 3h4qp 5nkfd 1n7eq 4kvoi 1oc9e 4dd5b 7i429 3pma8 45vmg 6memc 5fk2t g7pn9 156vf 5l357 jflse 7qr5h 2bh16 4i4u3 baogj 5e6q7 tmtbn 6t81g 3ifjd 18jem 585l5 4iju6 48qdp 4nutd 2mr0g 35cts 7n7gs 6g6mn 1cd1u 2dab8 4rnks 49otv 3ljsi 1phdq 6ku13 15ofp e9thm 6hq0n 51hoc 7m26q 7e4p9 5j2gp 5udhr 210j2 4fob6 3d4em 5tllh 70v0c 5459e 1u6ue 5o1m3 2j9j6 234qc 3q1du 3pehm 60182 1pr19 2tf0p 3j2ie 4g7a0 6fpvq 6nc80 2n2pa 18a1o 2iqhf 3ulnf 2lqu8 26l3t 7j6je 3sr2e t9j9b 6e1f3 2o1cm 9a5cp 48inj 8ageg 4dicl 3sa8t 5kov3 2lro0 3sspu 5f957 7apd6 meifi 6ecrh 6jool 2fqdk 4qddn 61duk 6hl41 4ctk0 73lln 5jhgc 5hbt8 1cgc4 3cu4k 96ph6 34llf 45hsv 53sie 3or06 1qi3c 460fm 5c946 3v02v 76fc1 2171r 4cqr4 6ls7k 6r80s 5po2a 29fro 1qksg 40t29 1l3gs 3c620 9760q 7jhe0 tjrse 1mfs4 5bvd2 s98lm 26not 6g88m 7a3va 9qapl 4q1o4 48rd7 7qmol 2lib5 57qla 1l7mr 6p1ea 12rrq 1800g 4o165 31slp 27urr 7pgh1 5u85k 6gnj1 11glg 4j4q0 6jjdg 58nob 5bgil i71n7 25hcb 3dd8t 646fk 6f0c3 2c0ri 2587f 91tr9 6634o 5b864 g0c33 7lffk 66955 2618m 6608g 7r7fi 59j5q 64sg0 45o87 51lvn 41h8b 2plhr 73gda 5trhi 1hbgl 35rts 1da25 2td66 5o9uh 56ats 7s2ct 2efle 1o0np 43nbd 5h7ff 37jcr 5nt3i 2t4i2 1mpl3 14rl6 73vlj 5bvek 6398s 17p1n 5j16q 3234k 5qkke 1n03j 3r9t3 mn50g pol2q vcmpt 13bnp 4gvq9 5behu 4uuvd 3mecg 7p6br 4hm4i 4ljaa 48akn lkt1c 3sfc4 243dn 2gb1r 6un95 4v0mu 7n3ls 10iss 4brin eu8r0 12frc 4o4pr 77l5j 22qvq 3hggb 20knr 7k5e1 3n124 5np9i 29pd4 6sj67 58t5b 794k0 59jsr 15577 5f80d 5hi90 38qm1 4enh1 1m6p1 5gd7i 6bdma qe4j6 3hr44 7h7bp ef2au 3na12 138jt 2bmdc 7e8hv bhs7v 186jb nmgdb 54e3b 4fe64 1a9oi 4q7om 7m889 2i8le 2lqj6 7kl96 28fg6 4ppdv 4elng 7fv8j 6ogb6 4k3qn 7hikg 3hupv 4en31 601n3 5pttv 23mdj 25f41 65nfu 4ia4h 44n7s 7r0cr 4gaol 1k22d 3u1na d3ile 268a8 43me3 6umkh 1jga1 1f805 1o1le 10j41 11nli 7tb2q 14223 13u4o 5t3l8 3qi7b 1sjcs 4mbkk 1ifo6 c7fnq 1b1a1 76vhh 3h6uh 5a6u6 sfc27 1r7lv 1ivn7 3hq9e 776c4 1da6o 684dr 4d4tt 4226i 1pjtn 5p1ef 1ae3d 7t6s2 4ns32 4v6vj 4g72p 2i44q 220hs 3169r rsjmr 128mv nrjeo 5khaa qe0on fn394 2pn6d 2mfjr 350n0 57r8c 418bq 7j4im 1pab3 2au2o 4loe1 64uoq 1s0ks 8d01a 5a794 5df0r 5ocat 66am8 7rlv9 3aojh 15s7n 799co 7n9gp 2gue4 5ji41 6o37f 2u7jg 5idhf 7s6hl 1vsgp 5lbus 5s750 6agoh 69s69 h93a7 7mmdg 7e59p 72rp3 28g6q 24lgs 37vvp 3ctc9 22738 60a2p 8h07g 5vgtt bspqu 1pcbg 6s9c4 6r6hd 6tvce 3jb99 51obr 1h496 7tuks 2s6qv 1m8uu 6q4tl 6fvop 240bc bcjvv 5nlgg 3l6sn 5j18d 6n5q4 53gkj 4gg02 2od3a 46v9v 5cmpr 1mbrg 44gtv 5vi9l 3if0r vi1rf 6uhct 4jmb1 5q028 10srd 3ar7m 51rab ga23f 7ue00 58qmh 3f9c2 nhf96 2a0sm 6li83 4ions 5523m 6f7j0 1q9mf 5t66o 71kcv 5kfh6 7k2rt 428oo 28pgv 1gkmt 641kc 2db7h 6e2rt 5k8k5 3r0s7 42ele 4cfdg 1eeun 4ln5m 3ng5s 37b0q 5tnkv 3o55u hgpjr 6t0nh 7ht0g 3tp72 1skjp 2ij9r 63jo5 4u0ql 1du2b 6gv34 ghtcs 28iom 6hqdp 40php 2pr4n 5628d 3svpu 66j4g 6tmkj 3cvs2 jdrv7 4mhv1 4db8n 1hhjj 6h97k 2ftju 53uv7 4tpi7 1lpaq td2ir 3h0ro 7g7m9 6ng0u 4igo0 3gk62 6suq7 4mukm 11bnd 7klb2 7bl51 5pcu6 30gh4 mvb1t tjf9j 7nqo6 17sd0 1f6fl 9jq2f 5arnl 65p4d 315g1 7elim 1cnth 1u5ci 74aer 23l3k tj3gk 3ddun 7t8bd 4vu5e 5dsbt 3ojcg cugrq 710ci 6bj8l 2i8hi 1qc64 3qck9 2hkaq 5an2o 48411 5qb3m 7fofn 704an 7oc2a 59lel 1t8e3 6pcae 6d607 2kdr3 5rc3t 1hbgu 6s99d 2arje 1ee01 3l50c 26bbv chnto 3bp3i 6o0bq 4nh3n 3u5r8 2s7ib 35n79 3944a 7kv6i 5av7v 57a0a 2cmb2 5g2n5 2jcaf 2nq15 4687j 390uk 69raq 7l0b3 6snjd 1ur0p 4g3cr 62giu 2pl2j 33o0o 58cmj 4m23t 4nknu o06tn 32qd0 6foll 1glgn 2qspa 2d03p fi6t5 5qltq 6j3mk 3kb8u 40vmu |
| Expires | Sun, 19 Nov 1978 05:00:00 GMT |
| Last-Modified | Sat, 06 Dec 2025 12:09:27 GMT |
| X-Cache | TCP_MEM_HIT from a23-40-103-181.deploy.akamaitechnologies.com (AkamaiGHost/22.3.2.1-811eb0bc095268e0c68e3c1c2197f35a) (-) |
| X-Cache-Key | S/L/29010/822430/1d/www.esafety.gov.au/ |
| X-Cache-Key-Extended-Internal-Use-Only | S/L/29010/822430/1d/www.esafety.gov.au/ vcd=6147 |
| X-Check-Cacheable | YES |
| X-Drupal-Dynamic-Cache | HIT |
| X-Lagoon | amazeeio-govcms5>sigsci-ingress-nginx>esafety-master:nginx> |
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.esafety.gov.au/' | sort