Skip to content
https://theage.com.au

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

56
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
76
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

973 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.84 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

807 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.20 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

9.95 s

Page Load Progression

507 ms
1.0 s
1.5 s
2.0 s
2.5 s
3.0 s
3.5 s
4.1 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
6.0 MB transferred, 319 requests
FIX
6.0 MB transferred, 319 requests
Critical::
Page weighs 17.1 MB (6.0 MB transferred)
Warning::
JavaScript is 3.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.5 MB
Info::
Fonts are 903 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 903 KB
Info::
CSS is 331 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 331 KB
Warning::
319 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.3 g CO2 per page load
6.0 MB / 2.4 MB budget
6.0 MB transferred
319 requests
1.3 g CO2 per page load
JavaScript 3.5 MiB 58%
Fonts 903.5 KiB 15%
Images 543.5 KiB 9%
CSS 330.7 KiB 5%
Other 261.5 KiB 4%
HTML 236.0 KiB 4%
Other 212.1 KiB 3%
Other 55.9 KiB 1%
Other 1.1 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (6.0 MiB of 6.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
8688ms total JS execution
FIX
8688ms total JS execution
Warning::
https://www.theage.com.au/: 4704ms CPU time
Warning::
Unattributable: 736ms CPU time
Warning::
https://www.theage.com.au/hashed-assets/Homepage.1...: 428ms CPU time
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 354ms CPU time
Warning::
https://surveys-static-prd.survicate-cdn.com/widge...: 262ms CPU time
Warning::
Third-party scripts: 8688ms (100% of total)

Main Thread Breakdown

Script Evaluation 33% Other 31% Rendering 21% Style & Layout 9% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.theage.com.au/4704ms33ms25ms3rd
Unattributable736ms92ms0ms3rd
https://www.theage.com.au/hashed-assets/Homepage.1a0d3f569e92ec759b7f.chunk.js428ms318ms12ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964354ms303ms15ms3rd
https://surveys-static-prd.survicate-cdn.com/widget_core-28.23.14.js262ms210ms37ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NBPHP7TX&l=dataLayerGA4259ms208ms21ms3rd
https://cdn.storifyme.xyz/static/web-components/storifyme-elements-v2.min.js258ms93ms7ms3rd
https://fundingchoicesmessages.google.com/i/133009657?ers=3205ms197ms7ms3rd
https://cdn.tinypass.com/api/tinypass.min.js199ms126ms12ms3rd
https://www.theage.com.au/hashed-assets/client.8b8678668a7ffe81fb2e.chunk.js183ms137ms36ms3rd

Showing top 10 of 22 scripts

F
JS Bundles
Action
105 scripts, 1.2 MB unused
FIX
105 scripts, 1.2 MB unused
Warning::
https://www.theage.com.au/hashed-assets/vendorComm...: 117 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.theage.com.au/hashed-assets/client.8b8...: 111 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 101 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 82 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://surveys-static-prd.survicate-cdn.com/widge...: 76 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.2 MB
1236 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.theage.com.au/hashed-assets/vendorCommon.93e230b8076a50c9e4d0.chunk.js220 KB117 KB (54%)3rd
https://www.theage.com.au/hashed-assets/client.8b8678668a7ffe81fb2e.chunk.js274 KB111 KB (40%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964188 KB101 KB (54%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-1039121470&l=dataLayerGA4&cx=c&gtm=4e64k0h2143 KB82 KB (57%)3rd
https://surveys-static-prd.survicate-cdn.com/widget_core-28.23.14.js161 KB76 KB (48%)3rd
https://cdn.tinypass.com/api/tinypass.min.js133 KB71 KB (53%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TCMZ2X6174 KB65 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=G-5PCWNP958H&l=dataLayerGA4&cx=c&gtm=4e64k0h2165 KB64 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-123&l=dataLayerGA4&cx=c&gtm=4e64k0h2137 KB61 KB (45%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-6639541&l=dataLayerGA4&cx=c&gtm=4e64k0h2131 KB60 KB (46%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
319 resources · 6.0 MB · 1.2 MB savings available
FIX
319 resources · 6.0 MB · 1.2 MB savings available
Warning::
Page weight 5.0 MB over 1MB target
Got: 6.0 MB Expected: ≤ 1 MB
Info::
~1.2 MB of savings available
Warning::
318 third-party resources (100% of weight)
Info::
4 resources over 200KB
319 resources · 6.0 MiB · 318 third-party 5.0 MiB over 1MB target
JavaScript 62% · 3.7 MiB
Font 15% · 903.5 KiB
Image 12% · 734.4 KiB
CSS 5% · 330.7 KiB
Document 4% · 238.4 KiB
Other 2% · 104.9 KiB

~1.2 MiB of savings available

Remove unused JavaScript: 1.2 MiB
B
Image Optimization
79 images, 0 KB saveable
REVIEW
79 images, 0 KB saveable
Warning::
https://static.ffx.io/images/$zoom_3.53%2C$multipl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
79 images 543 KB
0 oversized -0 KB
44 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
22 fonts (903 KB)
PASS
22 fonts (903 KB)
Info::
22 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

22

903 KB total

Render-blocking

0

of 22

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 973 ms LCP 1.8 shttps://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Italic.woff2AbrilTitling-Italic.woff2 https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Italic.woff2 — 44.2 KiB — 27 ms — font-display: swaphttps://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Regular.woff2AbrilTitling-Regular.woff2 https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Regular.woff2 — 41.4 KiB — 41 ms — font-display: swaphttps://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Semibold.woff2AbrilTitling-Semibold.w... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Semibold.woff2 — 27.6 KiB — 28 ms — font-display: swaphttps://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-SemiboldItalic.woff2AbrilTitling-SemiboldIt... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-SemiboldItalic.woff2 — 29.1 KiB — 37 ms — font-display: swaphttps://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Bold.woff2PTSans-Bold.woff2 https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Bold.woff2 — 51.0 KiB — 35 ms — font-display: swaphttps://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Regular.woff2PTSans-Regular.woff2 https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Regular.woff2 — 49.2 KiB — 36 ms — font-display: swaphttps://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Bold.woff2PTSerif-Bold.woff2 https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Bold.woff2 — 32.1 KiB — 45 ms — font-display: swaphttps://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Regular.woff2PTSerif-Regular.woff2 https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Regular.woff2 — 36.4 KiB — 62 ms — font-display: swaphttps://www.theage.com.au/assets/static/views/assets/AbrilTitling-Semibold.woff2AbrilTitling-Semibold.w... https://www.theage.com.au/assets/static/views/assets/AbrilTitling-Semibold.woff2 — 28.1 KiB — 76 ms — font-display: swaphttps://www.theage.com.au/assets/static/views/assets/PTSans-Regular.woff2PTSans-Regular.woff2 https://www.theage.com.au/assets/static/views/assets/PTSans-Regular.woff2 — 49.6 KiB — 76 ms — font-display: swaphttps://www.theage.com.au/hashed-assets/18ed8b05.woff218ed8b05.woff2 https://www.theage.com.au/hashed-assets/18ed8b05.woff2 — 43.8 KiB — 45 ms — font-display: swaphttps://www.theage.com.au/hashed-assets/1d3f499b.woff21d3f499b.woff2 https://www.theage.com.au/hashed-assets/1d3f499b.woff2 — 35.4 KiB — 63 ms — font-display: swaphttps://www.theage.com.au/hashed-assets/449e5d44.woff2449e5d44.woff2 https://www.theage.com.au/hashed-assets/449e5d44.woff2 — 41.1 KiB — 73 ms — font-display: swaphttps://www.theage.com.au/hashed-assets/5968cc8e.woff25968cc8e.woff2 https://www.theage.com.au/hashed-assets/5968cc8e.woff2 — 27.1 KiB — 54 ms — font-display: swaphttps://www.theage.com.au/hashed-assets/7f972a57.woff27f972a57.woff2 https://www.theage.com.au/hashed-assets/7f972a57.woff2 — 50.9 KiB — 64 ms — font-display: swaphttps://www.theage.com.au/hashed-assets/b39ef744.woff2b39ef744.woff2 https://www.theage.com.au/hashed-assets/b39ef744.woff2 — 31.3 KiB — 38 ms — font-display: swaphttps://www.theage.com.au/hashed-assets/f2f472d3.woff2f2f472d3.woff2 https://www.theage.com.au/hashed-assets/f2f472d3.woff2 — 48.6 KiB — 72 ms — font-display: swaphttps://www.theage.com.au/hashed-assets/feb4c371.woff2feb4c371.woff2 https://www.theage.com.au/hashed-assets/feb4c371.woff2 — 28.9 KiB — 72 ms — font-display: swapdata:font/woff2;base64, d09GMgABAAAAAMG0ABMAAAABsgQAAMFGAAIAxQAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGk4…woff2;base64, d09GMgABA... data:font/woff2;base64, d09GMgABAAAAAMG0ABMAAAABsgQAAMFGAAIAxQAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGk4… — 48.4 KiB — 16 ms — font-display: swaphttps://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_311131981750994388587_AbrilTitling-Regular.wofff-font_3111319817509943... https://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_311131981750994388587_AbrilTitling-Regular.woff — 57.5 KiB — 38 ms — font-display: swaphttps://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_504200721750994512469_PTSerif-Bold.wofff-font_5042007217509945... https://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_504200721750994512469_PTSerif-Bold.woff — 38.4 KiB — 18 ms — font-display: swaphttps://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_592469371750994501009_PTSans-Bold.wofff-font_5924693717509945... https://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_592469371750994501009_PTSans-Bold.woff — 63.4 KiB — 18 ms — font-display: swap
AbrilTitling-Italic.woff2 woff2 swap
Size 44 KB
Load time 27 ms
Start 64 ms
Risk FOUT — text flashes from fallback to web font
AbrilTitling-Regular.woff2 woff2 swap
Size 41 KB
Load time 41 ms
Start 65 ms
Risk FOUT — text flashes from fallback to web font
AbrilTitling-Semibold.w... woff2 swap
Size 28 KB
Load time 28 ms
Start 65 ms
Risk FOUT — text flashes from fallback to web font
AbrilTitling-SemiboldIt... woff2 swap
Size 29 KB
Load time 37 ms
Start 65 ms
Risk FOUT — text flashes from fallback to web font
PTSans-Bold.woff2 woff2 swap
Size 51 KB
Load time 35 ms
Start 65 ms
Risk FOUT — text flashes from fallback to web font
PTSans-Regular.woff2 woff2 swap
Size 49 KB
Load time 36 ms
Start 66 ms
Risk FOUT — text flashes from fallback to web font
PTSerif-Bold.woff2 woff2 swap
Size 32 KB
Load time 45 ms
Start 66 ms
Risk FOUT — text flashes from fallback to web font
PTSerif-Regular.woff2 woff2 swap
Size 36 KB
Load time 62 ms
Start 67 ms
Risk FOUT — text flashes from fallback to web font
AbrilTitling-Semibold.w... woff2 swap
Size 28 KB
Load time 76 ms
Start 68 ms
Risk FOUT — text flashes from fallback to web font
PTSans-Regular.woff2 woff2 swap
Size 50 KB
Load time 76 ms
Start 68 ms
Risk FOUT — text flashes from fallback to web font
18ed8b05.woff2 woff2 swap
Size 44 KB
Load time 45 ms
Start 69 ms
Risk FOUT — text flashes from fallback to web font
1d3f499b.woff2 woff2 swap
Size 35 KB
Load time 63 ms
Start 69 ms
Risk FOUT — text flashes from fallback to web font
449e5d44.woff2 woff2 swap
Size 41 KB
Load time 73 ms
Start 71 ms
Risk FOUT — text flashes from fallback to web font
5968cc8e.woff2 woff2 swap
Size 27 KB
Load time 54 ms
Start 71 ms
Risk FOUT — text flashes from fallback to web font
7f972a57.woff2 woff2 swap
Size 51 KB
Load time 64 ms
Start 72 ms
Risk FOUT — text flashes from fallback to web font
b39ef744.woff2 woff2 swap
Size 31 KB
Load time 38 ms
Start 73 ms
Risk FOUT — text flashes from fallback to web font
f2f472d3.woff2 woff2 swap
Size 49 KB
Load time 72 ms
Start 73 ms
Risk FOUT — text flashes from fallback to web font
feb4c371.woff2 woff2 swap
Size 29 KB
Load time 72 ms
Start 74 ms
Risk FOUT — text flashes from fallback to web font
woff2;base64, d09GMgABA... woff2 swap
Size 48 KB
Load time 16 ms
Start 3.6 s
Risk FOUT — text flashes from fallback to web font
f-font_3111319817509943... woff swap
Size 58 KB
Load time 38 ms
Start 4.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
f-font_5042007217509945... woff swap
Size 38 KB
Load time 18 ms
Start 5.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
f-font_5924693717509945... woff swap
Size 63 KB
Load time 18 ms
Start 5.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~48 KB and ~96 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A
HTTP Caching
max-age=86400 (1 day)
PASS
max-age=86400 (1 day)
Info::
Cache-Control header is set
Got: max-age=86400
Info::
Effective TTL: 1 day (max-age=86400)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=86400

DirectiveValueMeaning
max-age86400Cache for 1 day
Effective TTL: 86400 seconds
Network Waterfall
319 requests over 23634ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 973 ms LCP 1.8 shttps://theage.com.au// https://theage.com.au/ — 308 — 178 B — 18 ms — h2https://www.theage.com.au/www.theage.com.au/ https://www.theage.com.au/ — 200 — 173.3 KiB — 25 ms — h2https://www.theage.com.au/afx_prid/2023.10.16.1/auth/ps/p202310161.js?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67www.theage.com.au/afx_prid/2023.10.... https://www.theage.com.au/afx_prid/2023.10.16.1/auth/ps/p202310161.js?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67 — 200 — 22.2 KiB — 678 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.6 KiB — 80 ms — h3https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Italic.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Italic.woff2 — 200 — 44.2 KiB — 27 ms — h2https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Regular.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Regular.woff2 — 200 — 41.4 KiB — 41 ms — h2https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Semibold.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Semibold.woff2 — 200 — 27.6 KiB — 28 ms — h2https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-SemiboldItalic.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-SemiboldItalic.woff2 — 200 — 29.1 KiB — 37 ms — h2https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Bold.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Bold.woff2 — 200 — 51.0 KiB — 35 ms — h2https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Regular.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Regular.woff2 — 200 — 49.2 KiB — 36 ms — h2https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Bold.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Bold.woff2 — 200 — 32.1 KiB — 45 ms — h2https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Regular.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Regular.woff2 — 200 — 36.4 KiB — 62 ms — h2https://www.theage.com.au/assets/static/views/assets/AbrilTitling-Semibold.woff2www.theage.com.au/assets/static/vie... https://www.theage.com.au/assets/static/views/assets/AbrilTitling-Semibold.woff2 — 200 — 28.1 KiB — 76 ms — h2https://www.theage.com.au/assets/static/views/assets/PTSans-Regular.woff2www.theage.com.au/assets/static/vie... https://www.theage.com.au/assets/static/views/assets/PTSans-Regular.woff2 — 200 — 49.6 KiB — 76 ms — h2https://www.theage.com.au/hashed-assets/18ed8b05.woff2www.theage.com.au/hashed-assets/18e... https://www.theage.com.au/hashed-assets/18ed8b05.woff2 — 200 — 43.8 KiB — 45 ms — h2https://www.theage.com.au/hashed-assets/1d3f499b.woff2www.theage.com.au/hashed-assets/1d3... https://www.theage.com.au/hashed-assets/1d3f499b.woff2 — 200 — 35.4 KiB — 63 ms — h2https://www.theage.com.au/hashed-assets/449e5d44.woff2www.theage.com.au/hashed-assets/449... https://www.theage.com.au/hashed-assets/449e5d44.woff2 — 200 — 41.1 KiB — 73 ms — h2https://www.theage.com.au/hashed-assets/5968cc8e.woff2www.theage.com.au/hashed-assets/596... https://www.theage.com.au/hashed-assets/5968cc8e.woff2 — 200 — 27.1 KiB — 54 ms — h2https://www.theage.com.au/hashed-assets/7f972a57.woff2www.theage.com.au/hashed-assets/7f9... https://www.theage.com.au/hashed-assets/7f972a57.woff2 — 200 — 50.9 KiB — 64 ms — h2https://www.theage.com.au/hashed-assets/b39ef744.woff2www.theage.com.au/hashed-assets/b39... https://www.theage.com.au/hashed-assets/b39ef744.woff2 — 200 — 31.3 KiB — 38 ms — h2https://www.theage.com.au/hashed-assets/f2f472d3.woff2www.theage.com.au/hashed-assets/f2f... https://www.theage.com.au/hashed-assets/f2f472d3.woff2 — 200 — 48.6 KiB — 72 ms — h2https://www.theage.com.au/hashed-assets/feb4c371.woff2www.theage.com.au/hashed-assets/feb... https://www.theage.com.au/hashed-assets/feb4c371.woff2 — 200 — 28.9 KiB — 72 ms — h2https://adkit.9pub.io/2.8.0adkit.9pub.io/2.8.0 https://adkit.9pub.io/2.8.0 — 200 — 18.3 KiB — 61 ms — http/1.1https://static.ffx.io/images/$zoom_1.5750000000000002%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/33193502f93f9f738797df18a4d47a6d51359bc4static.ffx.io/images/$zoom_1.575000... https://static.ffx.io/images/$zoom_1.5750000000000002%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/33193502f93f9f738797df18a4d47a6d51359bc4 — 200 — 5.8 KiB — 54 ms — h2https://static.ffx.io/images/$zoom_0.1008%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_96%2C$y_0/t_crop_custom/q_86%2Cf_auto/002773cd78a65da0fbe8453d3076924316982510static.ffx.io/images/$zoom_0.1008%2... https://static.ffx.io/images/$zoom_0.1008%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_96%2C$y_0/t_crop_custom/q_86%2Cf_auto/002773cd78a65da0fbe8453d3076924316982510 — 200 — 5.9 KiB — 54 ms — h2https://static.ffx.io/images/$zoom_0.6318726114649682%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_272%2C$y_11/t_crop_custom/q_86%2Ce_sharpen:60%2Cf_auto/129f2852bb3794eee651d655ef6507f31413dd138c7e8f850b62c2ca8a064a10static.ffx.io/images/$zoom_0.631872... https://static.ffx.io/images/$zoom_0.6318726114649682%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_272%2C$y_11/t_crop_custom/q_86%2Ce_sharpen:60%2Cf_auto/129f2852bb3794eee651d655ef6507f31413dd138c7e8f850b62c2ca8a064a10 — 200 — 5.6 KiB — 14 ms — h2https://static.ffx.io/images/$zoom_0.369140625%2C$multiply_0.6164%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/4a01f44ef29c3d1ef56776f34682f9590ce07762759343137efc752b8f27c719static.ffx.io/images/$zoom_0.369140... https://static.ffx.io/images/$zoom_0.369140625%2C$multiply_0.6164%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/4a01f44ef29c3d1ef56776f34682f9590ce07762759343137efc752b8f27c719 — 200 — 20.7 KiB — 5 ms — h2https://static.ffx.io/images/$zoom_0.73828125%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/1b116e0356b0686c62ec8aaa90b7e509bf2ed9dfd7a35d8ca4c938bde907ebb0static.ffx.io/images/$zoom_0.738281... https://static.ffx.io/images/$zoom_0.73828125%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/1b116e0356b0686c62ec8aaa90b7e509bf2ed9dfd7a35d8ca4c938bde907ebb0 — 200 — 10.3 KiB — 8 ms — h2https://www.theage.com.au/hashed-assets/react.b62d5c7c34372d0f8c52.chunk.jswww.theage.com.au/hashed-assets/rea... https://www.theage.com.au/hashed-assets/react.b62d5c7c34372d0f8c52.chunk.js — 200 — 41.1 KiB — 11 ms — h2https://www.theage.com.au/hashed-assets/vendorCommon.93e230b8076a50c9e4d0.chunk.jswww.theage.com.au/hashed-assets/ven... https://www.theage.com.au/hashed-assets/vendorCommon.93e230b8076a50c9e4d0.chunk.js — 200 — 219.5 KiB — 27 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 973 ms LCP 1.8 shttps://theage.com.au// https://theage.com.au/ — 308 — 178 B — 18 ms — h2https://www.theage.com.au/www.theage.com.au/ https://www.theage.com.au/ — 200 — 173.3 KiB — 25 ms — h2https://www.theage.com.au/afx_prid/2023.10.16.1/auth/ps/p202310161.js?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67www.theage.com.au/afx_prid/2023.10.... https://www.theage.com.au/afx_prid/2023.10.16.1/auth/ps/p202310161.js?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67 — 200 — 22.2 KiB — 678 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.6 KiB — 80 ms — h3https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Italic.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Italic.woff2 — 200 — 44.2 KiB — 27 ms — h2https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Regular.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Regular.woff2 — 200 — 41.4 KiB — 41 ms — h2https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Semibold.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-Semibold.woff2 — 200 — 27.6 KiB — 28 ms — h2https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-SemiboldItalic.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/abril-titling/AbrilTitling-SemiboldItalic.woff2 — 200 — 29.1 KiB — 37 ms — h2https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Bold.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Bold.woff2 — 200 — 51.0 KiB — 35 ms — h2https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Regular.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/pt-sans/PTSans-Regular.woff2 — 200 — 49.2 KiB — 36 ms — h2https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Bold.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Bold.woff2 — 200 — 32.1 KiB — 45 ms — h2https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Regular.woff2www.theage.com.au/assets/static/fon... https://www.theage.com.au/assets/static/fonts/pt-serif/PTSerif-Regular.woff2 — 200 — 36.4 KiB — 62 ms — h2https://www.theage.com.au/assets/static/views/assets/AbrilTitling-Semibold.woff2www.theage.com.au/assets/static/vie... https://www.theage.com.au/assets/static/views/assets/AbrilTitling-Semibold.woff2 — 200 — 28.1 KiB — 76 ms — h2https://www.theage.com.au/assets/static/views/assets/PTSans-Regular.woff2www.theage.com.au/assets/static/vie... https://www.theage.com.au/assets/static/views/assets/PTSans-Regular.woff2 — 200 — 49.6 KiB — 76 ms — h2https://www.theage.com.au/hashed-assets/18ed8b05.woff2www.theage.com.au/hashed-assets/18e... https://www.theage.com.au/hashed-assets/18ed8b05.woff2 — 200 — 43.8 KiB — 45 ms — h2https://www.theage.com.au/hashed-assets/1d3f499b.woff2www.theage.com.au/hashed-assets/1d3... https://www.theage.com.au/hashed-assets/1d3f499b.woff2 — 200 — 35.4 KiB — 63 ms — h2https://www.theage.com.au/hashed-assets/449e5d44.woff2www.theage.com.au/hashed-assets/449... https://www.theage.com.au/hashed-assets/449e5d44.woff2 — 200 — 41.1 KiB — 73 ms — h2https://www.theage.com.au/hashed-assets/5968cc8e.woff2www.theage.com.au/hashed-assets/596... https://www.theage.com.au/hashed-assets/5968cc8e.woff2 — 200 — 27.1 KiB — 54 ms — h2https://www.theage.com.au/hashed-assets/7f972a57.woff2www.theage.com.au/hashed-assets/7f9... https://www.theage.com.au/hashed-assets/7f972a57.woff2 — 200 — 50.9 KiB — 64 ms — h2https://www.theage.com.au/hashed-assets/b39ef744.woff2www.theage.com.au/hashed-assets/b39... https://www.theage.com.au/hashed-assets/b39ef744.woff2 — 200 — 31.3 KiB — 38 ms — h2https://www.theage.com.au/hashed-assets/f2f472d3.woff2www.theage.com.au/hashed-assets/f2f... https://www.theage.com.au/hashed-assets/f2f472d3.woff2 — 200 — 48.6 KiB — 72 ms — h2https://www.theage.com.au/hashed-assets/feb4c371.woff2www.theage.com.au/hashed-assets/feb... https://www.theage.com.au/hashed-assets/feb4c371.woff2 — 200 — 28.9 KiB — 72 ms — h2https://adkit.9pub.io/2.8.0adkit.9pub.io/2.8.0 https://adkit.9pub.io/2.8.0 — 200 — 18.3 KiB — 61 ms — http/1.1https://static.ffx.io/images/$zoom_1.5750000000000002%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/33193502f93f9f738797df18a4d47a6d51359bc4static.ffx.io/images/$zoom_1.575000... https://static.ffx.io/images/$zoom_1.5750000000000002%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/33193502f93f9f738797df18a4d47a6d51359bc4 — 200 — 5.8 KiB — 54 ms — h2https://static.ffx.io/images/$zoom_0.1008%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_96%2C$y_0/t_crop_custom/q_86%2Cf_auto/002773cd78a65da0fbe8453d3076924316982510static.ffx.io/images/$zoom_0.1008%2... https://static.ffx.io/images/$zoom_0.1008%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_96%2C$y_0/t_crop_custom/q_86%2Cf_auto/002773cd78a65da0fbe8453d3076924316982510 — 200 — 5.9 KiB — 54 ms — h2https://static.ffx.io/images/$zoom_0.6318726114649682%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_272%2C$y_11/t_crop_custom/q_86%2Ce_sharpen:60%2Cf_auto/129f2852bb3794eee651d655ef6507f31413dd138c7e8f850b62c2ca8a064a10static.ffx.io/images/$zoom_0.631872... https://static.ffx.io/images/$zoom_0.6318726114649682%2C$multiply_0.1905%2C$ratio_1%2C$width_378%2C$x_272%2C$y_11/t_crop_custom/q_86%2Ce_sharpen:60%2Cf_auto/129f2852bb3794eee651d655ef6507f31413dd138c7e8f850b62c2ca8a064a10 — 200 — 5.6 KiB — 14 ms — h2https://static.ffx.io/images/$zoom_0.369140625%2C$multiply_0.6164%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/4a01f44ef29c3d1ef56776f34682f9590ce07762759343137efc752b8f27c719static.ffx.io/images/$zoom_0.369140... https://static.ffx.io/images/$zoom_0.369140625%2C$multiply_0.6164%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/4a01f44ef29c3d1ef56776f34682f9590ce07762759343137efc752b8f27c719 — 200 — 20.7 KiB — 5 ms — h2https://static.ffx.io/images/$zoom_0.73828125%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/1b116e0356b0686c62ec8aaa90b7e509bf2ed9dfd7a35d8ca4c938bde907ebb0static.ffx.io/images/$zoom_0.738281... https://static.ffx.io/images/$zoom_0.73828125%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/1b116e0356b0686c62ec8aaa90b7e509bf2ed9dfd7a35d8ca4c938bde907ebb0 — 200 — 10.3 KiB — 8 ms — h2https://www.theage.com.au/hashed-assets/react.b62d5c7c34372d0f8c52.chunk.jswww.theage.com.au/hashed-assets/rea... https://www.theage.com.au/hashed-assets/react.b62d5c7c34372d0f8c52.chunk.js — 200 — 41.1 KiB — 11 ms — h2https://www.theage.com.au/hashed-assets/vendorCommon.93e230b8076a50c9e4d0.chunk.jswww.theage.com.au/hashed-assets/ven... https://www.theage.com.au/hashed-assets/vendorCommon.93e230b8076a50c9e4d0.chunk.js — 200 — 219.5 KiB — 27 ms — h2https://www.theage.com.au/hashed-assets/client.8b8678668a7ffe81fb2e.chunk.jswww.theage.com.au/hashed-assets/cli... https://www.theage.com.au/hashed-assets/client.8b8678668a7ffe81fb2e.chunk.js — 200 — 273.9 KiB — 19 ms — h2https://www.theage.com.au/hashed-assets/manifest.8a5aa0b12d4157feed8d.jswww.theage.com.au/hashed-assets/man... https://www.theage.com.au/hashed-assets/manifest.8a5aa0b12d4157feed8d.js — 200 — 4.1 KiB — 5 ms — h2https://alib.nine.com.au/alib.nine.com.au/ https://alib.nine.com.au/ — 200 — 33.9 KiB — 41 ms — http/1.1https://static.ffx.io/images/$zoom_0.5423056701770039%2C$multiply_0.3399%2C$ratio_1.5%2C$width_756%2C$x_763%2C$y_203/t_crop_custom/q_86%2Cf_auto/7f0355098c6827ff1512d5998a0336866add7b3fstatic.ffx.io/images/$zoom_0.542305... https://static.ffx.io/images/$zoom_0.5423056701770039%2C$multiply_0.3399%2C$ratio_1.5%2C$width_756%2C$x_763%2C$y_203/t_crop_custom/q_86%2Cf_auto/7f0355098c6827ff1512d5998a0336866add7b3f — 200 — 10.4 KiB — 8 ms — h2https://static.ffx.io/images/$zoom_0.1375%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/797964766e1b34bc2c7d8342024cbdf4070d150cstatic.ffx.io/images/$zoom_0.1375%2... https://static.ffx.io/images/$zoom_0.1375%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/797964766e1b34bc2c7d8342024cbdf4070d150c — 200 — 10.8 KiB — 9 ms — h2https://static.ffx.io/images/$width_40%2C$height_40/t_crop_fill/q_86%2Cf_auto/ca676d97c10c34b527b4322b33ca3a909cfc9b51static.ffx.io/images/$width_40%2C$h... https://static.ffx.io/images/$width_40%2C$height_40/t_crop_fill/q_86%2Cf_auto/ca676d97c10c34b527b4322b33ca3a909cfc9b51 — 200 — 1.4 KiB — 4 ms — h2https://static.ffx.io/images/$zoom_0.24323694840477852%2C$multiply_0.6164%2C$ratio_1.5%2C$width_756%2C$x_216%2C$y_25/t_crop_custom/q_86%2Cf_auto/2f874a137d8edd36247a2797d80e4b55f28e8245static.ffx.io/images/$zoom_0.243236... https://static.ffx.io/images/$zoom_0.24323694840477852%2C$multiply_0.6164%2C$ratio_1.5%2C$width_756%2C$x_216%2C$y_25/t_crop_custom/q_86%2Cf_auto/2f874a137d8edd36247a2797d80e4b55f28e8245 — 200 — 15.9 KiB — 6 ms — h2https://static.ffx.io/images/$zoom_0.1023%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/327dc20e179b944ab08cf408cd1fb67a9fbf1a16static.ffx.io/images/$zoom_0.1023%2... https://static.ffx.io/images/$zoom_0.1023%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/327dc20e179b944ab08cf408cd1fb67a9fbf1a16 — 200 — 7.1 KiB — 5 ms — h2https://static.ffx.io/images/$width_40%2C$height_40/t_crop_fill/q_86%2Cf_auto/bc237ac459b0d7debd632d74f0632437e9fd61a7static.ffx.io/images/$width_40%2C$h... https://static.ffx.io/images/$width_40%2C$height_40/t_crop_fill/q_86%2Cf_auto/bc237ac459b0d7debd632d74f0632437e9fd61a7 — 200 — 1.2 KiB — 4 ms — h2https://static.ffx.io/images/$zoom_0.07667%2C$multiply_0.7063%2C$ratio_1%2C$width_378%2C$x_69%2C$y_0/t_crop_custom/q_86%2Cf_auto/327dc20e179b944ab08cf408cd1fb67a9fbf1a16static.ffx.io/images/$zoom_0.07667%... https://static.ffx.io/images/$zoom_0.07667%2C$multiply_0.7063%2C$ratio_1%2C$width_378%2C$x_69%2C$y_0/t_crop_custom/q_86%2Cf_auto/327dc20e179b944ab08cf408cd1fb67a9fbf1a16 — 200 — 12.7 KiB — 6 ms — h2https://static.ffx.io/images/$zoom_0.09644%2C$multiply_0.7063%2C$ratio_1%2C$width_378%2C$x_85%2C$y_0/t_crop_custom/q_86%2Cf_auto/d6699f4fbea2668bb8280bc2b6544e201eee9b2dstatic.ffx.io/images/$zoom_0.09644%... https://static.ffx.io/images/$zoom_0.09644%2C$multiply_0.7063%2C$ratio_1%2C$width_378%2C$x_85%2C$y_0/t_crop_custom/q_86%2Cf_auto/d6699f4fbea2668bb8280bc2b6544e201eee9b2d — 200 — 27.2 KiB — 6 ms — h2https://static.ffx.io/images/$zoom_0.1634%2C$multiply_0.7063%2C$ratio_1%2C$width_378%2C$x_52%2C$y_241/t_crop_custom/q_86%2Cf_auto/0622db721b64c904f1fff6daa552771faf81891estatic.ffx.io/images/$zoom_0.1634%2... https://static.ffx.io/images/$zoom_0.1634%2C$multiply_0.7063%2C$ratio_1%2C$width_378%2C$x_52%2C$y_241/t_crop_custom/q_86%2Cf_auto/0622db721b64c904f1fff6daa552771faf81891e — 200 — 17.2 KiB — 5 ms — h2https://static.ffx.io/images/$zoom_0.0945%2C$multiply_0.7063%2C$ratio_1%2C$width_378%2C$x_57%2C$y_0/t_crop_custom/q_86%2Cf_auto/6c3da1adde83dfc19bb4629638c06693cf1160f1static.ffx.io/images/$zoom_0.0945%2... https://static.ffx.io/images/$zoom_0.0945%2C$multiply_0.7063%2C$ratio_1%2C$width_378%2C$x_57%2C$y_0/t_crop_custom/q_86%2Cf_auto/6c3da1adde83dfc19bb4629638c06693cf1160f1 — 200 — 18.6 KiB — 6 ms — h2https://static.ffx.io/images/$zoom_0.3564356435643564%2C$multiply_0.3532%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/9847c5b9660126a272aabf49a97cce2edd543283static.ffx.io/images/$zoom_0.356435... https://static.ffx.io/images/$zoom_0.3564356435643564%2C$multiply_0.3532%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/9847c5b9660126a272aabf49a97cce2edd543283 — 200 — 14.2 KiB — 5 ms — h2https://static.ffx.io/images/$zoom_0.4725%2C$multiply_0.3532%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/37abaf89a358e088a6741a66448c340fa06e768cstatic.ffx.io/images/$zoom_0.4725%2... https://static.ffx.io/images/$zoom_0.4725%2C$multiply_0.3532%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/37abaf89a358e088a6741a66448c340fa06e768c — 200 — 20.9 KiB — 6 ms — h2https://static.ffx.io/images/$zoom_0.17433414043583534%2C$multiply_0.3532%2C$ratio_1.5%2C$width_756%2C$x_12%2C$y_0/t_crop_custom/q_86%2Cf_auto/4f7a3010e97c2eacca355492c1008a7edf8dfc5dstatic.ffx.io/images/$zoom_0.174334... https://static.ffx.io/images/$zoom_0.17433414043583534%2C$multiply_0.3532%2C$ratio_1.5%2C$width_756%2C$x_12%2C$y_0/t_crop_custom/q_86%2Cf_auto/4f7a3010e97c2eacca355492c1008a7edf8dfc5d — 200 — 21.1 KiB — 6 ms — h2https://static.ffx.io/images/$zoom_0.15278900565885206%2C$multiply_0.3532%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/9e7be4ed85c8f1cef4680276f36fc2ea0839b315static.ffx.io/images/$zoom_0.152789... https://static.ffx.io/images/$zoom_0.15278900565885206%2C$multiply_0.3532%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/9e7be4ed85c8f1cef4680276f36fc2ea0839b315 — 200 — 20.9 KiB — 5 ms — h2https://www.theage.com.au/afx_prid/2026.4.14.1/auth/rcd/?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67www.theage.com.au/afx_prid/2026.4.1... https://www.theage.com.au/afx_prid/2026.4.14.1/auth/rcd/?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67 — 200 — 375 B — 187 ms — h2https://d2uhnetoehh304.cloudfront.net/2.18.2/sp.jsd2uhnetoehh304.cloudfront.net/2.18.... https://d2uhnetoehh304.cloudfront.net/2.18.2/sp.js — 200 — 26.9 KiB — 35 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TCMZ2X6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TCMZ2X6 — 200 — 174.1 KiB — 109 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NBPHP7TX&l=dataLayerGA4www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NBPHP7TX&l=dataLayerGA4 — 200 — 172.6 KiB — 86 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 48 ms — h2https://afx.adfixus.com/afx_prid/2026.4.14.1/auth/prexgtpc/?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67afx.adfixus.com/afx_prid/2026.4.14.... https://afx.adfixus.com/afx_prid/2026.4.14.1/auth/prexgtpc/?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67 — 200 — 854 B — 523 ms — h2https://www.theage.com.au/hashed-assets/681e455a.svgwww.theage.com.au/hashed-assets/681... https://www.theage.com.au/hashed-assets/681e455a.svg — 200 — 18.3 KiB — 16 ms — h2https://www.theage.com.au/hashed-assets/554ddb76.svgwww.theage.com.au/hashed-assets/554... https://www.theage.com.au/hashed-assets/554ddb76.svg — 200 — 3.0 KiB — 21 ms — h2https://www.theage.com.au/hashed-assets/e0b8c473.svgwww.theage.com.au/hashed-assets/e0b... https://www.theage.com.au/hashed-assets/e0b8c473.svg — 200 — 352 B — 21 ms — h2https://www.theage.com.au/hashed-assets/9eface39.svgwww.theage.com.au/hashed-assets/9ef... https://www.theage.com.au/hashed-assets/9eface39.svg — 200 — 419 B — 10 ms — h2https://www.theage.com.au/hashed-assets/ba543f25.svgwww.theage.com.au/hashed-assets/ba5... https://www.theage.com.au/hashed-assets/ba543f25.svg — 200 — 389 B — 20 ms — h2https://www.theage.com.au/hashed-assets/33733a07.svgwww.theage.com.au/hashed-assets/337... https://www.theage.com.au/hashed-assets/33733a07.svg — 200 — 814 B — 29 ms — h2https://www.theage.com.au/hashed-assets/f47f0b54.svgwww.theage.com.au/hashed-assets/f47... https://www.theage.com.au/hashed-assets/f47f0b54.svg — 200 — 339 B — 14 ms — h2https://www.theage.com.au/hashed-assets/5c671b2c.svgwww.theage.com.au/hashed-assets/5c6... https://www.theage.com.au/hashed-assets/5c671b2c.svg — 200 — 980 B — 19 ms — h2https://www.theage.com.au/hashed-assets/e6c96413.svgwww.theage.com.au/hashed-assets/e6c... https://www.theage.com.au/hashed-assets/e6c96413.svg — 200 — 376 B — 21 ms — h2https://static.ffx.io/images/$zoom_0.21291379537544475%2C$multiply_0.4603%2C$ratio_1.5%2C$width_756%2C$x_225%2C$y_117/t_crop_custom/q_86%2Cf_auto/21593078c7862306082f40f259fa69b2d890ed7astatic.ffx.io/images/$zoom_0.212913... https://static.ffx.io/images/$zoom_0.21291379537544475%2C$multiply_0.4603%2C$ratio_1.5%2C$width_756%2C$x_225%2C$y_117/t_crop_custom/q_86%2Cf_auto/21593078c7862306082f40f259fa69b2d890ed7a — 200 — 10.9 KiB — 56 ms — h2https://static.ffx.io/images/$zoom_0.369140625%2C$multiply_0.2169%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/fa264c5bf6f21167f18564f4799c774569023dcb09decb09d7523a285d29cd5dstatic.ffx.io/images/$zoom_0.369140... https://static.ffx.io/images/$zoom_0.369140625%2C$multiply_0.2169%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/fa264c5bf6f21167f18564f4799c774569023dcb09decb09d7523a285d29cd5d — 200 — 7.1 KiB — 28 ms — h2https://static.ffx.io/images/$zoom_0.189%2C$multiply_0.6164%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/687b55279ac051d4edff4bd990e66bcdc8ac47fastatic.ffx.io/images/$zoom_0.189%2C... https://static.ffx.io/images/$zoom_0.189%2C$multiply_0.6164%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/687b55279ac051d4edff4bd990e66bcdc8ac47fa — 200 — 60.3 KiB — 38 ms — h2https://static.ffx.io/images/$zoom_0.39375%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_181/t_crop_custom/q_86%2Cf_auto/2e0c9a99de68ba8acb79ef31dde0b9c73d9b7773e64f013a5abf2558afaf2927static.ffx.io/images/$zoom_0.39375%... https://static.ffx.io/images/$zoom_0.39375%2C$multiply_0.2407%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_181/t_crop_custom/q_86%2Cf_auto/2e0c9a99de68ba8acb79ef31dde0b9c73d9b7773e64f013a5abf2558afaf2927 — 200 — 11.0 KiB — 31 ms — h2https://static.ffx.io/images/$zoom_0.3564356435643564%2C$multiply_0.4603%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/9847c5b9660126a272aabf49a97cce2edd543283static.ffx.io/images/$zoom_0.356435... https://static.ffx.io/images/$zoom_0.3564356435643564%2C$multiply_0.4603%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/9847c5b9660126a272aabf49a97cce2edd543283 — 200 — 20.4 KiB — 29 ms — h2https://static.ffx.io/images/$zoom_0.1894%2C$multiply_0.2169%2C$ratio_1.5%2C$width_756%2C$x_164%2C$y_50/t_crop_custom/q_86%2Cf_auto/885f2df0e0f17b269f7af471209489079f5413adstatic.ffx.io/images/$zoom_0.1894%2... https://static.ffx.io/images/$zoom_0.1894%2C$multiply_0.2169%2C$ratio_1.5%2C$width_756%2C$x_164%2C$y_50/t_crop_custom/q_86%2Cf_auto/885f2df0e0f17b269f7af471209489079f5413ad — 200 — 9.3 KiB — 41 ms — h2https://static.ffx.io/images/$zoom_0.16374269005847952%2C$multiply_0.4431%2C$ratio_1.5%2C$width_756%2C$x_70%2C$y_0/t_crop_custom/q_86%2Cf_auto/ea18beb13e28be09473652a516db734a19301c4cstatic.ffx.io/images/$zoom_0.163742... https://static.ffx.io/images/$zoom_0.16374269005847952%2C$multiply_0.4431%2C$ratio_1.5%2C$width_756%2C$x_70%2C$y_0/t_crop_custom/q_86%2Cf_auto/ea18beb13e28be09473652a516db734a19301c4c — 200 — 12.0 KiB — 37 ms — h2https://static.ffx.io/images/$zoom_0.2724324324324324%2C$multiply_0.1905%2C$ratio_1.5%2C$width_756%2C$x_71%2C$y_0/t_crop_custom/q_86%2Cf_auto/7508457832d4a4c65d069283205d940b333f9110static.ffx.io/images/$zoom_0.272432... https://static.ffx.io/images/$zoom_0.2724324324324324%2C$multiply_0.1905%2C$ratio_1.5%2C$width_756%2C$x_71%2C$y_0/t_crop_custom/q_86%2Cf_auto/7508457832d4a4c65d069283205d940b333f9110 — 200 — 9.0 KiB — 46 ms — h2https://static.ffx.io/images/$zoom_0.0875%2C$multiply_0.1905%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/1034dd48ef416889393b93ddd6e75dbe6de6e09fstatic.ffx.io/images/$zoom_0.0875%2... https://static.ffx.io/images/$zoom_0.0875%2C$multiply_0.1905%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/1034dd48ef416889393b93ddd6e75dbe6de6e09f — 200 — 8.1 KiB — 45 ms — h2https://static.ffx.io/images/$width_40%2C$height_40/t_crop_fill/q_86%2Cf_auto/af3bd5ee8a51e2dd1f3f528e430b7a84840ac73estatic.ffx.io/images/$width_40%2C$h... https://static.ffx.io/images/$width_40%2C$height_40/t_crop_fill/q_86%2Cf_auto/af3bd5ee8a51e2dd1f3f528e430b7a84840ac73e — 200 — 1.8 KiB — 25 ms — h2https://www.theage.com.au/hashed-assets/7e02820b.svgwww.theage.com.au/hashed-assets/7e0... https://www.theage.com.au/hashed-assets/7e02820b.svg — 200 — 2.2 KiB — 6 ms — h2https://www.theage.com.au/hashed-assets/bf81618c.svgwww.theage.com.au/hashed-assets/bf8... https://www.theage.com.au/hashed-assets/bf81618c.svg — 200 — 976 B — 7 ms — h2https://www.theage.com.au/hashed-assets/4bc5e341.svgwww.theage.com.au/hashed-assets/4bc... https://www.theage.com.au/hashed-assets/4bc5e341.svg — 200 — 510 B — 15 ms — h2https://www.theage.com.au/hashed-assets/315d82dd.svgwww.theage.com.au/hashed-assets/315... https://www.theage.com.au/hashed-assets/315d82dd.svg — 200 — 414 B — 17 ms — h2https://www.theage.com.au/hashed-assets/196cf22c.svgwww.theage.com.au/hashed-assets/196... https://www.theage.com.au/hashed-assets/196cf22c.svg — 200 — 1.0 KiB — 11 ms — h2https://www.theage.com.au/hashed-assets/d37db777.svgwww.theage.com.au/hashed-assets/d37... https://www.theage.com.au/hashed-assets/d37db777.svg — 200 — 340 B — 10 ms — h2https://www.theage.com.au/hashed-assets/svg/43ba12102e1a2ff77443301685fcda23.sprite.svgwww.theage.com.au/hashed-assets/svg... https://www.theage.com.au/hashed-assets/svg/43ba12102e1a2ff77443301685fcda23.sprite.svg — 200 — 187.9 KiB — 13 ms — h2https://www.theage.com.au/hashed-assets/Homepage.1a0d3f569e92ec759b7f.chunk.jswww.theage.com.au/hashed-assets/Hom... https://www.theage.com.au/hashed-assets/Homepage.1a0d3f569e92ec759b7f.chunk.js — 200 — 82.1 KiB — 13 ms — h2https://afx.adfixus.com/afx_prid/2026.4.14.1/auth/prnwgtpc/?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67afx.adfixus.com/afx_prid/2026.4.14.... https://afx.adfixus.com/afx_prid/2026.4.14.1/auth/prnwgtpc/?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67 — 200 — 384 B — 185 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYwAAAGKCAYAAAAfYHZXAAAABGdBTUEAA1teXP8meAAAQABJREFUe…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYwAAAGKCAYAAAAfYHZXAAAABGdBTUEAA1teXP8meAAAQABJREFUe… — 200 — 0 B — 0 ms — datadata:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAARIAAAEtCAYAAADEG+9bAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB…data:img/png;base64,iVBORw0KGgoAAAA... data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAARIAAAEtCAYAAADEG+9bAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB… — 200 — 35.6 KiB — 9 ms — datahttps://www.theage.com.au/hashed-assets/Asset.7358082344d58cb68366.chunk.jswww.theage.com.au/hashed-assets/Ass... https://www.theage.com.au/hashed-assets/Asset.7358082344d58cb68366.chunk.js — 200 — 232.3 KiB — 14 ms — h2https://cdn.tinypass.com/api/tinypass.min.jscdn.tinypass.com/api/tinypass.min.j... https://cdn.tinypass.com/api/tinypass.min.js — 200 — 132.7 KiB — 53 ms — h3https://www.theage.com.au/afx_prid/2026.4.14.1/auth/pct/?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67www.theage.com.au/afx_prid/2026.4.1... https://www.theage.com.au/afx_prid/2026.4.14.1/auth/pct/?lcsid=D3377D70-045F-4C2C-B07F-C88533E87E67 — 200 — 410 B — 257 ms — h2https://news.google.com/swg/js/v1/swg.jsnews.google.com/swg/js/v1/swg.js https://news.google.com/swg/js/v1/swg.js — 200 — 71.3 KiB — 44 ms — h2https://api.theage.com.au/graphql?query=query%20MemberAndSubscriptionsDetailsQuery%20%7B%20memberDetails%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20member%20%7B%20profile%20%7B%20displayName%20email%20membershipId%20requiredToVerify%20shortID%20type%20verified%20id%20%7D%20%7D%20%7D%20memberExternalSubscriptionProviders%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20providers%20%7B%20purchaseSource%20%7D%20%7D%20memberSubscriptionDetails%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20subscription%20%7B%20entitlements%20plans%20%7D%20%7D%20%7D%20&variables=%7B%7Dapi.theage.com.au/graphql?query=que... https://api.theage.com.au/graphql?query=query%20MemberAndSubscriptionsDetailsQuery%20%7B%20memberDetails%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20member%20%7B%20profile%20%7B%20displayName%20email%20membershipId%20requiredToVerify%20shortID%20type%20verified%20id%20%7D%20%7D%20%7D%20memberExternalSubscriptionProviders%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20providers%20%7B%20purchaseSource%20%7D%20%7D%20memberSubscriptionDetails%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20subscription%20%7B%20entitlements%20plans%20%7D%20%7D%20%7D%20&variables=%7B%7D — 200 — 0 B — 23 ms — h2https://api.theage.com.au/graphql?query=query%20MostPopularQuery(%20%24assetType%3A%20String%20%24brand%3A%20String!%20%24primaryCategory%3A%20String%20%24count%3A%20Int%20%24subCategory%3A%20String%20%24tags%3A%20%5BString!%5D%20)%20%7B%20popular%3A%20mostPopularStories(assetType%3A%20%24assetType%2C%20brand%3A%20%24brand%2C%20category%3A%20%24primaryCategory%2C%20count%3A%20%24count%2C%20subCategory%3A%20%24subCategory%2C%20tags%3A%20%24tags)%20%7B%20...AssetFragmentFragment_assetDataWithTag%20id%20%7D%20%7D%20fragment%20AssetFragmentFragment_assetDataWithTag%20on%20Asset%20%7B%20...AssetFragmentFragment_assetData%20tags%20%7B%20primaryTag%20%7B%20...AssetFragment_tagFragment%20id%20%7D%20%7D%20%7D%20fragment%20AssetFragmentFragment_assetData%20on%20Asset%20%7B%20id%20asset%20%7B%20about%20byline%20duration%20headlines%20%7B%20headline%20%7D%20live%20totalImages%20%7D%20extensions%20label%20urls%20%7B%20canonical%20%7B%20path%20brand%20%7D%20external%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20featuredImages%20%7B%20landscape16x9%20%7B%20...ImageFragment%20%7D%20landscape3x2%20%7B%20...ImageFragment%20%7D%20portrait2x3%20%7B%20...ImageFragment%20%7D%20square1x1%20%7B%20...ImageFragment%20%7D%20%7D%20assetType%20dates%20%7B%20modified%20published%20%7D%20sponsor%20%7B%20name%20%7D%20%7D%20fragment%20AssetFragment_tagFragment%20on%20AssetTagDetails%20%7B%20displayName%20urls%20%7B%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20fragment%20ImageFragment%20on%20Image%20%7B%20data%20%7B%20animated%20aspect%20autocrop%20cropWidth%20id%20mimeType%20offsetX%20offsetY%20zoom%20%7D%20%7D%20&variables=%7B%22brand%22%3A%22theage%22%2C%22count%22%3A9%2C%22primaryCategory%22%3A%22%22%2C%22subCategory%22%3A%22%22%7Dapi.theage.com.au/graphql?query=que... https://api.theage.com.au/graphql?query=query%20MostPopularQuery(%20%24assetType%3A%20String%20%24brand%3A%20String!%20%24primaryCategory%3A%20String%20%24count%3A%20Int%20%24subCategory%3A%20String%20%24tags%3A%20%5BString!%5D%20)%20%7B%20popular%3A%20mostPopularStories(assetType%3A%20%24assetType%2C%20brand%3A%20%24brand%2C%20category%3A%20%24primaryCategory%2C%20count%3A%20%24count%2C%20subCategory%3A%20%24subCategory%2C%20tags%3A%20%24tags)%20%7B%20...AssetFragmentFragment_assetDataWithTag%20id%20%7D%20%7D%20fragment%20AssetFragmentFragment_assetDataWithTag%20on%20Asset%20%7B%20...AssetFragmentFragment_assetData%20tags%20%7B%20primaryTag%20%7B%20...AssetFragment_tagFragment%20id%20%7D%20%7D%20%7D%20fragment%20AssetFragmentFragment_assetData%20on%20Asset%20%7B%20id%20asset%20%7B%20about%20byline%20duration%20headlines%20%7B%20headline%20%7D%20live%20totalImages%20%7D%20extensions%20label%20urls%20%7B%20canonical%20%7B%20path%20brand%20%7D%20external%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20featuredImages%20%7B%20landscape16x9%20%7B%20...ImageFragment%20%7D%20landscape3x2%20%7B%20...ImageFragment%20%7D%20portrait2x3%20%7B%20...ImageFragment%20%7D%20square1x1%20%7B%20...ImageFragment%20%7D%20%7D%20assetType%20dates%20%7B%20modified%20published%20%7D%20sponsor%20%7B%20name%20%7D%20%7D%20fragment%20AssetFragment_tagFragment%20on%20AssetTagDetails%20%7B%20displayName%20urls%20%7B%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20fragment%20ImageFragment%20on%20Image%20%7B%20data%20%7B%20animated%20aspect%20autocrop%20cropWidth%20id%20mimeType%20offsetX%20offsetY%20zoom%20%7D%20%7D%20&variables=%7B%22brand%22%3A%22theage%22%2C%22count%22%3A9%2C%22primaryCategory%22%3A%22%22%2C%22subCategory%22%3A%22%22%7D — 200 — 0 B — 17 ms — h2https://api.theage.com.au/graphql?query=query%20MemberAndSubscriptionsDetailsQuery%20%7B%20memberDetails%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20member%20%7B%20profile%20%7B%20displayName%20email%20membershipId%20requiredToVerify%20shortID%20type%20verified%20id%20%7D%20%7D%20%7D%20memberExternalSubscriptionProviders%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20providers%20%7B%20purchaseSource%20%7D%20%7D%20memberSubscriptionDetails%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20subscription%20%7B%20entitlements%20plans%20%7D%20%7D%20%7D%20&variables=%7B%7Dapi.theage.com.au/graphql?query=que... https://api.theage.com.au/graphql?query=query%20MemberAndSubscriptionsDetailsQuery%20%7B%20memberDetails%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20member%20%7B%20profile%20%7B%20displayName%20email%20membershipId%20requiredToVerify%20shortID%20type%20verified%20id%20%7D%20%7D%20%7D%20memberExternalSubscriptionProviders%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20providers%20%7B%20purchaseSource%20%7D%20%7D%20memberSubscriptionDetails%20%7B%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20subscription%20%7B%20entitlements%20plans%20%7D%20%7D%20%7D%20&variables=%7B%7D — 200 — 326 B — 193 ms — h2https://api.theage.com.au/graphql?query=query%20MostPopularQuery(%20%24assetType%3A%20String%20%24brand%3A%20String!%20%24primaryCategory%3A%20String%20%24count%3A%20Int%20%24subCategory%3A%20String%20%24tags%3A%20%5BString!%5D%20)%20%7B%20popular%3A%20mostPopularStories(assetType%3A%20%24assetType%2C%20brand%3A%20%24brand%2C%20category%3A%20%24primaryCategory%2C%20count%3A%20%24count%2C%20subCategory%3A%20%24subCategory%2C%20tags%3A%20%24tags)%20%7B%20...AssetFragmentFragment_assetDataWithTag%20id%20%7D%20%7D%20fragment%20AssetFragmentFragment_assetDataWithTag%20on%20Asset%20%7B%20...AssetFragmentFragment_assetData%20tags%20%7B%20primaryTag%20%7B%20...AssetFragment_tagFragment%20id%20%7D%20%7D%20%7D%20fragment%20AssetFragmentFragment_assetData%20on%20Asset%20%7B%20id%20asset%20%7B%20about%20byline%20duration%20headlines%20%7B%20headline%20%7D%20live%20totalImages%20%7D%20extensions%20label%20urls%20%7B%20canonical%20%7B%20path%20brand%20%7D%20external%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20featuredImages%20%7B%20landscape16x9%20%7B%20...ImageFragment%20%7D%20landscape3x2%20%7B%20...ImageFragment%20%7D%20portrait2x3%20%7B%20...ImageFragment%20%7D%20square1x1%20%7B%20...ImageFragment%20%7D%20%7D%20assetType%20dates%20%7B%20modified%20published%20%7D%20sponsor%20%7B%20name%20%7D%20%7D%20fragment%20AssetFragment_tagFragment%20on%20AssetTagDetails%20%7B%20displayName%20urls%20%7B%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20fragment%20ImageFragment%20on%20Image%20%7B%20data%20%7B%20animated%20aspect%20autocrop%20cropWidth%20id%20mimeType%20offsetX%20offsetY%20zoom%20%7D%20%7D%20&variables=%7B%22brand%22%3A%22theage%22%2C%22count%22%3A9%2C%22primaryCategory%22%3A%22%22%2C%22subCategory%22%3A%22%22%7Dapi.theage.com.au/graphql?query=que... https://api.theage.com.au/graphql?query=query%20MostPopularQuery(%20%24assetType%3A%20String%20%24brand%3A%20String!%20%24primaryCategory%3A%20String%20%24count%3A%20Int%20%24subCategory%3A%20String%20%24tags%3A%20%5BString!%5D%20)%20%7B%20popular%3A%20mostPopularStories(assetType%3A%20%24assetType%2C%20brand%3A%20%24brand%2C%20category%3A%20%24primaryCategory%2C%20count%3A%20%24count%2C%20subCategory%3A%20%24subCategory%2C%20tags%3A%20%24tags)%20%7B%20...AssetFragmentFragment_assetDataWithTag%20id%20%7D%20%7D%20fragment%20AssetFragmentFragment_assetDataWithTag%20on%20Asset%20%7B%20...AssetFragmentFragment_assetData%20tags%20%7B%20primaryTag%20%7B%20...AssetFragment_tagFragment%20id%20%7D%20%7D%20%7D%20fragment%20AssetFragmentFragment_assetData%20on%20Asset%20%7B%20id%20asset%20%7B%20about%20byline%20duration%20headlines%20%7B%20headline%20%7D%20live%20totalImages%20%7D%20extensions%20label%20urls%20%7B%20canonical%20%7B%20path%20brand%20%7D%20external%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20featuredImages%20%7B%20landscape16x9%20%7B%20...ImageFragment%20%7D%20landscape3x2%20%7B%20...ImageFragment%20%7D%20portrait2x3%20%7B%20...ImageFragment%20%7D%20square1x1%20%7B%20...ImageFragment%20%7D%20%7D%20assetType%20dates%20%7B%20modified%20published%20%7D%20sponsor%20%7B%20name%20%7D%20%7D%20fragment%20AssetFragment_tagFragment%20on%20AssetTagDetails%20%7B%20displayName%20urls%20%7B%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20fragment%20ImageFragment%20on%20Image%20%7B%20data%20%7B%20animated%20aspect%20autocrop%20cropWidth%20id%20mimeType%20offsetX%20offsetY%20zoom%20%7D%20%7D%20&variables=%7B%22brand%22%3A%22theage%22%2C%22count%22%3A9%2C%22primaryCategory%22%3A%22%22%2C%22subCategory%22%3A%22%22%7D — 200 — 4.3 KiB — 159 ms — h2https://micro.rubiconproject.com/prebid/dynamic/21460.jsmicro.rubiconproject.com/prebid/dyn... https://micro.rubiconproject.com/prebid/dynamic/21460.js — 200 — 131.0 KiB — 49 ms — h2https://api.theage.com.au/api/content/v0/assets/p5zpw9/posts?count=3api.theage.com.au/api/content/v0/as... https://api.theage.com.au/api/content/v0/assets/p5zpw9/posts?count=3 — 200 — 1.8 KiB — 159 ms — h2https://cdn.storifyme.com/static/web-components/storifyme-elements.min.jscdn.storifyme.com/static/web-compon... https://cdn.storifyme.com/static/web-components/storifyme-elements.min.js — 200 — 809 B — 78 ms — h2https://api.theage.com.au/graphql?query=query%20CollectionPageQuery(%20%24shortId%3A%20String!%20)%20%7B%20assetJSON(shortId%3A%20%24shortId)%20%7B%20asset%20%7B%20extensions%20body%20relatedAssets%20%7B%20assets%20%7B%20about%20assetType%20asset%20%7B%20byline%20duration%20live%20totalImages%20wordCount%20%7D%20categories%20dates%20%7B%20created%20firstPublished%20modified%20published%20saved%20timeToTakeDown%20%7D%20headlines%20%7B%20headline%20%7D%20editingState%20extensions%20featuredImages%20%7B%20landscape16x9%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20landscape3x2%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20portrait2x3%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20square1x1%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20%7D%20id%20label%20legalStatus%20publicState%20shortId%20sponsor%20%7B%20name%20%7D%20tags%20%7B%20secondary%20%7B%20...AssetFragment_tagFragment%20id%20%7D%20%7D%20urls%20%7B%20canonical%20%7B%20brand%20path%20%7D%20external%20published%20%7B%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20brisbanetimes%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20%7D%20%7D%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20%7D%20%7D%20fragment%20AssetFragment_tagFragment%20on%20AssetTagDetails%20%7B%20displayName%20urls%20%7B%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20&variables=%7B%22shortId%22%3A%22p5zouq%22%7Dapi.theage.com.au/graphql?query=que... https://api.theage.com.au/graphql?query=query%20CollectionPageQuery(%20%24shortId%3A%20String!%20)%20%7B%20assetJSON(shortId%3A%20%24shortId)%20%7B%20asset%20%7B%20extensions%20body%20relatedAssets%20%7B%20assets%20%7B%20about%20assetType%20asset%20%7B%20byline%20duration%20live%20totalImages%20wordCount%20%7D%20categories%20dates%20%7B%20created%20firstPublished%20modified%20published%20saved%20timeToTakeDown%20%7D%20headlines%20%7B%20headline%20%7D%20editingState%20extensions%20featuredImages%20%7B%20landscape16x9%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20landscape3x2%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20portrait2x3%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20square1x1%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20%7D%20id%20label%20legalStatus%20publicState%20shortId%20sponsor%20%7B%20name%20%7D%20tags%20%7B%20secondary%20%7B%20...AssetFragment_tagFragment%20id%20%7D%20%7D%20urls%20%7B%20canonical%20%7B%20brand%20path%20%7D%20external%20published%20%7B%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20brisbanetimes%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20%7D%20%7D%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20%7D%20%7D%20fragment%20AssetFragment_tagFragment%20on%20AssetTagDetails%20%7B%20displayName%20urls%20%7B%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20&variables=%7B%22shortId%22%3A%22p5zouq%22%7D — 200 — 0 B — 9 ms — h2https://api.theage.com.au/api/content/v0/assets/p5zouqapi.theage.com.au/api/content/v0/as... https://api.theage.com.au/api/content/v0/assets/p5zouq — 200 — 1.5 KiB — 8 ms — h2https://api.theage.com.au/graphql?query=query%20CollectionPageQuery(%20%24shortId%3A%20String!%20)%20%7B%20assetJSON(shortId%3A%20%24shortId)%20%7B%20asset%20%7B%20extensions%20body%20relatedAssets%20%7B%20assets%20%7B%20about%20assetType%20asset%20%7B%20byline%20duration%20live%20totalImages%20wordCount%20%7D%20categories%20dates%20%7B%20created%20firstPublished%20modified%20published%20saved%20timeToTakeDown%20%7D%20headlines%20%7B%20headline%20%7D%20editingState%20extensions%20featuredImages%20%7B%20landscape16x9%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20landscape3x2%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20portrait2x3%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20square1x1%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20%7D%20id%20label%20legalStatus%20publicState%20shortId%20sponsor%20%7B%20name%20%7D%20tags%20%7B%20secondary%20%7B%20...AssetFragment_tagFragment%20id%20%7D%20%7D%20urls%20%7B%20canonical%20%7B%20brand%20path%20%7D%20external%20published%20%7B%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20brisbanetimes%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20%7D%20%7D%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20%7D%20%7D%20fragment%20AssetFragment_tagFragment%20on%20AssetTagDetails%20%7B%20displayName%20urls%20%7B%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20&variables=%7B%22shortId%22%3A%22p5zouq%22%7Dapi.theage.com.au/graphql?query=que... https://api.theage.com.au/graphql?query=query%20CollectionPageQuery(%20%24shortId%3A%20String!%20)%20%7B%20assetJSON(shortId%3A%20%24shortId)%20%7B%20asset%20%7B%20extensions%20body%20relatedAssets%20%7B%20assets%20%7B%20about%20assetType%20asset%20%7B%20byline%20duration%20live%20totalImages%20wordCount%20%7D%20categories%20dates%20%7B%20created%20firstPublished%20modified%20published%20saved%20timeToTakeDown%20%7D%20headlines%20%7B%20headline%20%7D%20editingState%20extensions%20featuredImages%20%7B%20landscape16x9%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20landscape3x2%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20portrait2x3%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20square1x1%20%7B%20data%20%7B%20animated%20aspect%20cropWidth%20mediaId%20offsetX%20offsetY%20source%20zoom%20id%20%7D%20url%20%7D%20%7D%20id%20label%20legalStatus%20publicState%20shortId%20sponsor%20%7B%20name%20%7D%20tags%20%7B%20secondary%20%7B%20...AssetFragment_tagFragment%20id%20%7D%20%7D%20urls%20%7B%20canonical%20%7B%20brand%20path%20%7D%20external%20published%20%7B%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20brisbanetimes%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20%7D%20%7D%20error%20%7B%20message%20type%20%7B%20__typename%20class%20%7D%20%7D%20%7D%20%7D%20fragment%20AssetFragment_tagFragment%20on%20AssetTagDetails%20%7B%20displayName%20urls%20%7B%20published%20%7B%20brisbanetimes%20%7B%20path%20%7D%20smh%20%7B%20path%20%7D%20theage%20%7B%20path%20%7D%20watoday%20%7B%20path%20%7D%20%7D%20%7D%20%7D%20&variables=%7B%22shortId%22%3A%22p5zouq%22%7D — 200 — 3.7 KiB — 19 ms — h2https://api.theage.com.au/graphql?query=query%20AccountPreferencesQuery%20%7B%20account%20%7B%20autoplay%20error%20%7B%20message%20type%20%7D%20id%20%7D%20%7D%20&variables=%7B%7Dapi.theage.com.au/graphql?query=que... https://api.theage.com.au/graphql?query=query%20AccountPreferencesQuery%20%7B%20account%20%7B%20autoplay%20error%20%7B%20message%20type%20%7D%20id%20%7D%20%7D%20&variables=%7B%7D — 200 — 0 B — 20 ms — h2https://api.theage.com.au/graphql?query=query%20AccountPreferencesQuery%20%7B%20account%20%7B%20autoplay%20error%20%7B%20message%20type%20%7D%20id%20%7D%20%7D%20&variables=%7B%7Dapi.theage.com.au/graphql?query=que... https://api.theage.com.au/graphql?query=query%20AccountPreferencesQuery%20%7B%20account%20%7B%20autoplay%20error%20%7B%20message%20type%20%7D%20id%20%7D%20%7D%20&variables=%7B%7D — 200 — 263 B — 169 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964 — 200 — 187.7 KiB — 21 ms — h3https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2t.theage.com.au/com.snowplowanalyti... https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2 — 200 — 0 B — 181 ms — h2https://static.ffx.io/images/$zoom_3.53%2C$multiply_0.5%2C$ratio_1.78%2C$width_1059%2C$x_0%2C$y_0/t_crop_custom/q_86%2Ce_sharpen:60%2Cf_auto/bb8209df323cbcd6ccaeb89a12d67fa091a611c67284bfffb192df00c7cbea99static.ffx.io/images/$zoom_3.53%2C$... https://static.ffx.io/images/$zoom_3.53%2C$multiply_0.5%2C$ratio_1.78%2C$width_1059%2C$x_0%2C$y_0/t_crop_custom/q_86%2Ce_sharpen:60%2Cf_auto/bb8209df323cbcd6ccaeb89a12d67fa091a611c67284bfffb192df00c7cbea99 — 200 — 9.4 KiB — 16 ms — h2https://static.ffx.io/images/$zoom_0.20133155792276966%2C$multiply_0.3122%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/e086dd888e269929efbd5ba90521e5ed39705edcstatic.ffx.io/images/$zoom_0.201331... https://static.ffx.io/images/$zoom_0.20133155792276966%2C$multiply_0.3122%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/e086dd888e269929efbd5ba90521e5ed39705edc — 200 — 14.8 KiB — 15 ms — h2https://static.ffx.io/images/$zoom_0.1194%2C$multiply_0.3122%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_91/t_crop_custom/q_86%2Cf_auto/d924558e021ec91520fe12d6a03d0e1dde2b5c48static.ffx.io/images/$zoom_0.1194%2... https://static.ffx.io/images/$zoom_0.1194%2C$multiply_0.3122%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_91/t_crop_custom/q_86%2Cf_auto/d924558e021ec91520fe12d6a03d0e1dde2b5c48 — 200 — 16.6 KiB — 18 ms — h2https://static.ffx.io/images/$zoom_0.3042%2C$multiply_0.3122%2C$ratio_1.5%2C$width_756%2C$x_180%2C$y_388/t_crop_custom/q_86%2Cf_auto/8068792786eeb362fb6e6a6273ad4866045ea5b39b9ea15a2cd1ea5dd1e33a4estatic.ffx.io/images/$zoom_0.3042%2... https://static.ffx.io/images/$zoom_0.3042%2C$multiply_0.3122%2C$ratio_1.5%2C$width_756%2C$x_180%2C$y_388/t_crop_custom/q_86%2Cf_auto/8068792786eeb362fb6e6a6273ad4866045ea5b39b9ea15a2cd1ea5dd1e33a4e — 200 — 9.3 KiB — 18 ms — h2https://static.ffx.io/images/$zoom_0.125%2C$multiply_0.3122%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/ca33c1e7a51101351b3c3e250935f0a31bbb7105static.ffx.io/images/$zoom_0.125%2C... https://static.ffx.io/images/$zoom_0.125%2C$multiply_0.3122%2C$ratio_1.5%2C$width_756%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/ca33c1e7a51101351b3c3e250935f0a31bbb7105 — 200 — 18.5 KiB — 18 ms — h2https://bat.bing.com/p/action/4010840.jsbat.bing.com/p/action/4010840.js https://bat.bing.com/p/action/4010840.js — 200 — 1.0 KiB — 29 ms — h2https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2t.theage.com.au/com.snowplowanalyti... https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2 — 200 — 19 B — 84 ms — h3https://www.googletagmanager.com/gtag/js?id=G-5PCWNP958H&l=dataLayerGA4&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5PCWNP958H&l=dataLayerGA4&cx=c&gtm=4e64k0h2 — 200 — 165.0 KiB — 68 ms — h2https://www.googletagmanager.com/gtag/js?id=G-123&l=dataLayerGA4&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-123&l=dataLayerGA4&cx=c&gtm=4e64k0h2 — 200 — 136.6 KiB — 68 ms — h2https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.jscdnjs.cloudflare.com/ajax/libs/cryp... https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js — 200 — 14.3 KiB — 36 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 28 ms — h3https://cdn.brandmetrics.com/tag/e3903484-3707-4000-8408-bee7f68e2dd8/THEAGE.jscdn.brandmetrics.com/tag/e3903484-3... https://cdn.brandmetrics.com/tag/e3903484-3707-4000-8408-bee7f68e2dd8/THEAGE.js — 200 — 2.6 KiB — 37 ms — h2https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.3 KiB — 52 ms — h2https://www.google.com/ccm/collect?rcb=1&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.theage.com.au%2F&scrsrc=www.googletagmanager.com&rnd=186824619.1776806020&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&auid=1208275852.1776806020&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0h2v9179176432za200zd9179176432xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776806020213&tfd=2253www.google.com/ccm/collect?rcb=1&fr... https://www.google.com/ccm/collect?rcb=1&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.theage.com.au%2F&scrsrc=www.googletagmanager.com&rnd=186824619.1776806020&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&auid=1208275852.1776806020&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0h2v9179176432za200zd9179176432xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776806020213&tfd=2253 — 200 — 21 B — 140 ms — h3https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 26 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 30 ms — h2https://cdn.evgnet.com/beacon/fairfaxmediapublications/production_theage/scripts/evergage.min.jscdn.evgnet.com/beacon/fairfaxmediap... https://cdn.evgnet.com/beacon/fairfaxmediapublications/production_theage/scripts/evergage.min.js — 200 — 54.5 KiB — 32 ms — h2https://secure-au.imrworldwide.com/v60.jssecure-au.imrworldwide.com/v60.js https://secure-au.imrworldwide.com/v60.js — 301 — 95 B — 147 ms — h2https://cdn-gl.imrworldwide.com/novms/js/2/ggcmb510.jscdn-gl.imrworldwide.com/novms/js/2/... https://cdn-gl.imrworldwide.com/novms/js/2/ggcmb510.js — 200 — 4.8 KiB — 36 ms — h2https://adc-js.nine.com.au/adc.jsadc-js.nine.com.au/adc.js https://adc-js.nine.com.au/adc.js — 200 — 27.3 KiB — 48 ms — h2https://10510523.collect.igodigital.com/collect.js10510523.collect.igodigital.com/col... https://10510523.collect.igodigital.com/collect.js — 200 — 2.4 KiB — 276 ms — h2https://au-script.dotmetrics.net/door.js?d=www.theage.com.au&t=homepageau-script.dotmetrics.net/door.js?d=... https://au-script.dotmetrics.net/door.js?d=www.theage.com.au&t=homepage — 200 — 4.5 KiB — 269 ms — h2https://static.chartbeat.com/js/chartbeat_video.jsstatic.chartbeat.com/js/chartbeat_v... https://static.chartbeat.com/js/chartbeat_video.js — 200 — 24.8 KiB — 11 ms — h2https://pixel.nine.com.au/?advertiser=NineRadioSegments&site_section=theage_Homepagepixel.nine.com.au/?advertiser=NineR... https://pixel.nine.com.au/?advertiser=NineRadioSegments&site_section=theage_Homepage — 200 — 281 B — 236 ms — h2https://secure.adnxs.com/px?id=826668&order_id=theage_home&t=2secure.adnxs.com/px?id=826668&order... https://secure.adnxs.com/px?id=826668&order_id=theage_home&t=2 — 307 — 868 B — 124 ms — h2https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.theage.com.au%2F&scrsrc=www.googletagmanager.com&rnd=186824619.1776806020&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&auid=1208275852.1776806020&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64h1v76236702za200zd76236702xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401~118128922&apve=1&apvf=f&apvc=0&tft=1776806020300&tfd=2339www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.theage.com.au%2F&scrsrc=www.googletagmanager.com&rnd=186824619.1776806020&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&auid=1208275852.1776806020&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64h1v76236702za200zd76236702xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401~118128922&apve=1&apvf=f&apvc=0&tft=1776806020300&tfd=2339 — 200 — 21 B — 60 ms — h3https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2t.theage.com.au/com.snowplowanalyti... https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2 — 200 — 19 B — 67 ms — h3https://static.chartbeat.com/js/subscriptions.jsstatic.chartbeat.com/js/subscriptio... https://static.chartbeat.com/js/subscriptions.js — 200 — 10.8 KiB — 8 ms — h2https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=theage.com.au&domain=theage.com.au&path=%2Fmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=theage.com.au&domain=theage.com.au&path=%2F — 200 — 2.5 KiB — 100 ms — h2https://secure.adnxs.com/bounce?%2Fpx%3Fid%3D826668%26order_id%3Dtheage_home%26t%3D2secure.adnxs.com/bounce?%2Fpx%3Fid%... https://secure.adnxs.com/bounce?%2Fpx%3Fid%3D826668%26order_id%3Dtheage_home%26t%3D2 — 200 — 924 B — 31 ms — h2https://cdn-gl.imrworldwide.com/v60.jscdn-gl.imrworldwide.com/v60.js https://cdn-gl.imrworldwide.com/v60.js — 200 — 7.2 KiB — 6 ms — h2https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2t.theage.com.au/com.snowplowanalyti... https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2 — 200 — 19 B — 69 ms — h3https://news.google.com/swg/js/v1/swg-button.cssnews.google.com/swg/js/v1/swg-butto... https://news.google.com/swg/js/v1/swg-button.css — 200 — 5.2 KiB — 7 ms — h2https://news.google.com/swg/js/v1/loader.svgnews.google.com/swg/js/v1/loader.sv... https://news.google.com/swg/js/v1/loader.svg — 200 — 1.1 KiB — 6 ms — h2https://news.google.com/swg/_/api/v1/publication/theage.com.au/article?locked=false&contentType=OPENnews.google.com/swg/_/api/v1/public... https://news.google.com/swg/_/api/v1/publication/theage.com.au/article?locked=false&contentType=OPEN — 200 — 392 B — 170 ms — h3https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260421cdn.jsdelivr.net/gh/prebid/currency... https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260421 — 200 — 1.5 KiB — 29 ms — h2https://cdn.storifyme.xyz/static/web-components/storifyme-elements-v2.min.jscdn.storifyme.xyz/static/web-compon... https://cdn.storifyme.xyz/static/web-components/storifyme-elements-v2.min.js — 200 — 32.4 KiB — 58 ms — h2https://ib.adnxs.com/ut/v3/prebidib.adnxs.com/ut/v3/prebid https://ib.adnxs.com/ut/v3/prebid — 200 — 22.9 KiB — 233 ms — h2https://tlx.3lift.com/header/auction?lib=prebid&v=10.23.0&referrer=https%3A%2F%2Fwww.theage.com.au%2F&tmax=1500tlx.3lift.com/header/auction?lib=pr... https://tlx.3lift.com/header/auction?lib=prebid&v=10.23.0&referrer=https%3A%2F%2Fwww.theage.com.au%2F&tmax=1500 — 200 — 553 B — 83 ms — h2https://htlb.casalemedia.com/openrtb/pbjs?s=1098925htlb.casalemedia.com/openrtb/pbjs?s... https://htlb.casalemedia.com/openrtb/pbjs?s=1098925 — 200 — 568 B — 227 ms — h3https://prebid.a-mo.net/a/cprebid.a-mo.net/a/c https://prebid.a-mo.net/a/c — 200 — 1.4 KiB — 424 ms — h2https://fastlane-sjc2.rubiconproject.com/a/api/prebid-exchange.json?as=21460-542844&m=banner&s=7fastlane-sjc2.rubiconproject.com/a/... https://fastlane-sjc2.rubiconproject.com/a/api/prebid-exchange.json?as=21460-542844&m=banner&s=7 — 200 — 332 B — 273 ms — h2https://fundingchoicesmessages.google.com/i/133009657?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/133009657?ers=3 — 200 — 69.9 KiB — 100 ms — h2https://nova.collect.igodigital.com/c2/10510523/track_page_view?payload=%7B%22title%22%3A%22Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age%22%2C%22url%22%3A%22https%3A%2F%2Fwww.theage.com.au%2F%22%2C%22referrer%22%3A%22%22%2C%22user_info%22%3A%7B%7D%7Dnova.collect.igodigital.com/c2/1051... https://nova.collect.igodigital.com/c2/10510523/track_page_view?payload=%7B%22title%22%3A%22Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age%22%2C%22url%22%3A%22https%3A%2F%2Fwww.theage.com.au%2F%22%2C%22referrer%22%3A%22%22%2C%22user_info%22%3A%7B%7D%7D — 202 — 797 B — 115 ms — h2https://news.google.com/swg/ui/v1/serviceiframe?_=1776806020812&sut=AZspBvzpGHUj9rV3eXAQ9PeQa1A4TMfKok1zF0L%2BIBY%2Bf28rfown6cCoyaN1%2BGpJHITzleeHZIEUSTodohRBQYMeFGPqmROZDNCrabGxOPpx3lMkq2J5%2FnVO49ZmEBJ7LYUx2fsR&publicationId=theage.com.aunews.google.com/swg/ui/v1/serviceif... https://news.google.com/swg/ui/v1/serviceiframe?_=1776806020812&sut=AZspBvzpGHUj9rV3eXAQ9PeQa1A4TMfKok1zF0L%2BIBY%2Bf28rfown6cCoyaN1%2BGpJHITzleeHZIEUSTodohRBQYMeFGPqmROZDNCrabGxOPpx3lMkq2J5%2FnVO49ZmEBJ7LYUx2fsR&publicationId=theage.com.au — 200 — 7.3 KiB — 1.0 s — h2https://cdn.cxense.com/cx.cce.jscdn.cxense.com/cx.cce.js https://cdn.cxense.com/cx.cce.js — 200 — 6.8 KiB — 34 ms — http/1.1https://c2-au.piano.io/xbuilder/experience/execute?aid=Jt36gy4Tpac2-au.piano.io/xbuilder/experience/... https://c2-au.piano.io/xbuilder/experience/execute?aid=Jt36gy4Tpa — 200 — 2.0 KiB — 204 ms — h3https://bat.bing.com/p/conversions/t/4010840bat.bing.com/p/conversions/t/401084... https://bat.bing.com/p/conversions/t/4010840 — 200 — 1.0 KiB — 112 ms — h2https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1hbopenbid.pubmatic.com/translator?s... https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1 — 204 — 309 B — 333 ms — h2https://bat.bing.com/action/0?ti=4010840&Ver=2&mid=93b1b710-4689-4bd6-aced-d48db6219753&bo=1&sid=f89585103dc611f18c11d390172764be&vid=f89653c03dc611f1b35773ebf306d680&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Latest%20%26%20Breaking%20News%20Melbourne,%20Victoria%20%7C%20The%20Age&p=https%3A%2F%2Fwww.theage.com.au%2F&r=&lt=1396&evt=pageLoad&sv=2&cdb=AQAQ&rn=887704bat.bing.com/action/0?ti=4010840&Ve... https://bat.bing.com/action/0?ti=4010840&Ver=2&mid=93b1b710-4689-4bd6-aced-d48db6219753&bo=1&sid=f89585103dc611f18c11d390172764be&vid=f89653c03dc611f1b35773ebf306d680&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Latest%20%26%20Breaking%20News%20Melbourne,%20Victoria%20%7C%20The%20Age&p=https%3A%2F%2Fwww.theage.com.au%2F&r=&lt=1396&evt=pageLoad&sv=2&cdb=AQAQ&rn=887704 — 204 — 362 B — 32 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-5PCWNP958H&gtm=45je64k0h2v9179911047z89179176432za20gzb9179176432zd9179176432&_p=1776806018728&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=603935581&_eu=EAAAAEA&_geo=1&_rdi=1&are=1&cid=1813936619.1776806021&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=2&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384405&sid=1776806021&sct=1&seg=0&dl=https%3A%2F%2Fwww.theage.com.au%2F&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&_tu=KA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.share_content_platform=&ep.metered_content=&ep.page_max_scroll=&ep.marketing_id=&ep.fingerprint=&ep.responsive_screen_size=&ep.page_url=https%3A%2F%2Fwww.theage.com.au%2F&ep.page_load_time=&epn.event_time=1776806020&ep.event_id=1776806476935_177680674203412&ep.action_source=website&ep.oauth_param=Error%3A%20CryptoJS%20not%20loaded&ep.conversion_time=2026-04-21T21%3A13%3A40.192Z&ep.brand=theage&ep.update_date=&ep.published_date=&ep.author=&ep.publishing_platform=WEB&ep.pageview_id=A4F580FC-8227-41DF-8C00-B1F2B21FDBDC&ep.page_type=Homepage&ep.primary_category=Homepage&ep.sub_category=&ep.authored_platform=&ep.page_id=&ep.event_profile_id=&ep.event_membership_type=visitor&ep.content_source=&ep.page_tag=&ep.page_primary_tag=&ep.nielsen_app_id=P217595B8-BA73-49E3-9031-DE37DED53230&ep.nielsen_asn=theage.com.au-brand%20only&ep.page_template=&ep.article_components=DomainDreamHomes&ep.event_device_id=d29bf79c-009e-48bd-8d98-71cf3a4d6a60&ep.page_name=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&ep.experiment_name=experiment.render-web.keypoints-experiment&ep.experiment_variant=A&ep.external_id=&ep.x-fb-ud-external_id=&ep.x-fb-ud-subscription_id=&up.device_id=d29bf79c-009e-48bd-8d98-71cf3a4d6a60&up.membership_type=visitor&up.profile_id=&tfd=3065www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-5PCWNP958H&gtm=45je64k0h2v9179911047z89179176432za20gzb9179176432zd9179176432&_p=1776806018728&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=603935581&_eu=EAAAAEA&_geo=1&_rdi=1&are=1&cid=1813936619.1776806021&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=2&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384405&sid=1776806021&sct=1&seg=0&dl=https%3A%2F%2Fwww.theage.com.au%2F&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&_tu=KA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.share_content_platform=&ep.metered_content=&ep.page_max_scroll=&ep.marketing_id=&ep.fingerprint=&ep.responsive_screen_size=&ep.page_url=https%3A%2F%2Fwww.theage.com.au%2F&ep.page_load_time=&epn.event_time=1776806020&ep.event_id=1776806476935_177680674203412&ep.action_source=website&ep.oauth_param=Error%3A%20CryptoJS%20not%20loaded&ep.conversion_time=2026-04-21T21%3A13%3A40.192Z&ep.brand=theage&ep.update_date=&ep.published_date=&ep.author=&ep.publishing_platform=WEB&ep.pageview_id=A4F580FC-8227-41DF-8C00-B1F2B21FDBDC&ep.page_type=Homepage&ep.primary_category=Homepage&ep.sub_category=&ep.authored_platform=&ep.page_id=&ep.event_profile_id=&ep.event_membership_type=visitor&ep.content_source=&ep.page_tag=&ep.page_primary_tag=&ep.nielsen_app_id=P217595B8-BA73-49E3-9031-DE37DED53230&ep.nielsen_asn=theage.com.au-brand%20only&ep.page_template=&ep.article_components=DomainDreamHomes&ep.event_device_id=d29bf79c-009e-48bd-8d98-71cf3a4d6a60&ep.page_name=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&ep.experiment_name=experiment.render-web.keypoints-experiment&ep.experiment_variant=A&ep.external_id=&ep.x-fb-ud-external_id=&ep.x-fb-ud-subscription_id=&up.device_id=d29bf79c-009e-48bd-8d98-71cf3a4d6a60&up.membership_type=visitor&up.profile_id=&tfd=3065 — 204 — 550 B — 108 ms — h2https://bat.bing.com/p/conversions/s/0.8.59bat.bing.com/p/conversions/s/0.8.59 https://bat.bing.com/p/conversions/s/0.8.59 — 200 — 15.6 KiB — 51 ms — h2https://buy-au.piano.io/api/v3/anon/template/loadTemplateContext?aid=Jt36gy4Tpabuy-au.piano.io/api/v3/anon/templat... https://buy-au.piano.io/api/v3/anon/template/loadTemplateContext?aid=Jt36gy4Tpa — 200 — 1014 B — 266 ms — h3https://buy-au.piano.io/api/v3/anon/template/loadTemplateContext?aid=Jt36gy4Tpabuy-au.piano.io/api/v3/anon/templat... https://buy-au.piano.io/api/v3/anon/template/loadTemplateContext?aid=Jt36gy4Tpa — 200 — 1.0 KiB — 257 ms — h3https://buy-au.piano.io/checkout/template/cacheableShow.html?aid=Jt36gy4Tpa&templateId=OTK0ACMA1YJE&offerId=fakeOfferId&experienceId=EX194BW2H1OB&iframeId=offer_e599af4ae1d98bf6e460-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.theage.com.au%2F&isConsentManagerEnabled=falsebuy-au.piano.io/checkout/template/c... https://buy-au.piano.io/checkout/template/cacheableShow.html?aid=Jt36gy4Tpa&templateId=OTK0ACMA1YJE&offerId=fakeOfferId&experienceId=EX194BW2H1OB&iframeId=offer_e599af4ae1d98bf6e460-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.theage.com.au%2F&isConsentManagerEnabled=false — 200 — 2.8 KiB — 43 ms — h3https://buy-au.piano.io/checkout/template/cacheableShow.html?aid=Jt36gy4Tpa&templateId=OTK0ACMA1YJE&offerId=fakeOfferId&experienceId=EX194BW2H1OB&iframeId=offer_e599af4ae1d98bf6e460-1&displayMode=inline&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.theage.com.au%2F&isConsentManagerEnabled=falsebuy-au.piano.io/checkout/template/c... https://buy-au.piano.io/checkout/template/cacheableShow.html?aid=Jt36gy4Tpa&templateId=OTK0ACMA1YJE&offerId=fakeOfferId&experienceId=EX194BW2H1OB&iframeId=offer_e599af4ae1d98bf6e460-1&displayMode=inline&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.theage.com.au%2F&isConsentManagerEnabled=false — 200 — 2.7 KiB — 41 ms — h3https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2t.theage.com.au/com.snowplowanalyti... https://t.theage.com.au/com.snowplowanalytics.snowplow/tp2 — 200 — 19 B — 115 ms — h3https://cdn.brandmetrics.com/scripts/bundle/65568.js?sid=a78a6e88-77a4-444b-9617-b75d5a1ea3d0&toploc=www.theage.com.aucdn.brandmetrics.com/scripts/bundle... https://cdn.brandmetrics.com/scripts/bundle/65568.js?sid=a78a6e88-77a4-444b-9617-b75d5a1ea3d0&toploc=www.theage.com.au — 200 — 16.6 KiB — 16 ms — h2https://buy-au.piano.io/widget/dist/template/css/template.bundle.1.0.cssbuy-au.piano.io/widget/dist/templat... https://buy-au.piano.io/widget/dist/template/css/template.bundle.1.0.css — 200 — 5.6 KiB — 41 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 30.3 KiB — 175 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 4.1 KiB — 153 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 34.9 KiB — 199 ms — h3https://survey.survicate.com/workspaces/591780ba03362b29744249c530e3deec/web_surveys.jssurvey.survicate.com/workspaces/591... https://survey.survicate.com/workspaces/591780ba03362b29744249c530e3deec/web_surveys.js — 200 — 7.7 KiB — 245 ms — h2https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 4.5 KiB — 178 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 1.0 KiB — 179 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 2.7 KiB — 177 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 1.5 KiB — 176 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 7.9 KiB — 176 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 1.5 KiB — 176 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 7.4 KiB — 175 ms — h3https://buy-au.piano.io/showtemplate/general/loadTranslationMap?aid=Jt36gy4Tpa&version=1710409893000&language=en_USbuy-au.piano.io/showtemplate/genera... https://buy-au.piano.io/showtemplate/general/loadTranslationMap?aid=Jt36gy4Tpa&version=1710409893000&language=en_US — 200 — 10.9 KiB — 81 ms — h3https://buy-au.piano.io/ng/common/i18n/platform-translation-map_en_US.js?version=16.760.0buy-au.piano.io/ng/common/i18n/plat... https://buy-au.piano.io/ng/common/i18n/platform-translation-map_en_US.js?version=16.760.0 — 200 — 14.4 KiB — 124 ms — h3https://buy-au.piano.io/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.760.0buy-au.piano.io/_sam/H4sIAAAAAAAA_z... https://buy-au.piano.io/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.760.0 — 200 — 44.4 KiB — 141 ms — h3https://www.smh.com.au/subscription/assets/css/theage.csswww.smh.com.au/subscription/assets/... https://www.smh.com.au/subscription/assets/css/theage.css — 200 — 317.0 KiB — 240 ms — h2https://buy-au.piano.io/widget/dist/template/css/template.bundle.1.0.cssbuy-au.piano.io/widget/dist/templat... https://buy-au.piano.io/widget/dist/template/css/template.bundle.1.0.css — 200 — 0 B — 116 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 0 B — 198 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 0 B — 176 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 0 B — 204 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 0 B — 178 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 0 B — 204 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 0 B — 199 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 0 B — 200 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 0 B — 204 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 0 B — 204 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 0 B — 203 ms — h3https://12393262.fls.doubleclick.net/activityi;src=12393262;type=age0;cat=allpa0;u1=https://www.theage.com.au/;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=9595358251535.605?12393262.fls.doubleclick.net/activi... https://12393262.fls.doubleclick.net/activityi;src=12393262;type=age0;cat=allpa0;u1=https://www.theage.com.au/;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=9595358251535.605? — 302 — 648 B — 156 ms — h2https://buy-au.piano.io/showtemplate/general/loadTranslationMap?aid=Jt36gy4Tpa&version=1710409893000&language=en_USbuy-au.piano.io/showtemplate/genera... https://buy-au.piano.io/showtemplate/general/loadTranslationMap?aid=Jt36gy4Tpa&version=1710409893000&language=en_US — 200 — 0 B — 113 ms — h3https://buy-au.piano.io/ng/common/i18n/platform-translation-map_en_US.js?version=16.760.0buy-au.piano.io/ng/common/i18n/plat... https://buy-au.piano.io/ng/common/i18n/platform-translation-map_en_US.js?version=16.760.0 — 200 — 0 B — 186 ms — h3https://buy-au.piano.io/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.760.0buy-au.piano.io/_sam/H4sIAAAAAAAA_z... https://buy-au.piano.io/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.760.0 — 200 — 0 B — 201 ms — h3https://www.smh.com.au/subscription/assets/css/theage.csswww.smh.com.au/subscription/assets/... https://www.smh.com.au/subscription/assets/css/theage.css — 200 — 0 B — 235 ms — h2https://bat.bing.com/p/conversions/c/bbat.bing.com/p/conversions/c/b https://bat.bing.com/p/conversions/c/b — 204 — 212 B — 157 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-6639541&l=dataLayerGA4&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-6639541&l=dataLayerGA4&cx=c&gtm=4e64k0h2 — 200 — 131.0 KiB — 103 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-1039121470&l=dataLayerGA4&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-1039121470&l=dataLayerGA4&cx=c&gtm=4e64k0h2 — 200 — 143.4 KiB — 104 ms — h3https://12393262.fls.doubleclick.net/activityi;dc_pre=CNOm853u_5MDFf0wRAgdUQEE8w;src=12393262;type=age0;cat=allpa0;u1=https://www.theage.com.au/;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=9595358251535.605?12393262.fls.doubleclick.net/activi... https://12393262.fls.doubleclick.net/activityi;dc_pre=CNOm853u_5MDFf0wRAgdUQEE8w;src=12393262;type=age0;cat=allpa0;u1=https://www.theage.com.au/;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=9595358251535.605? — 200 — 579 B — 79 ms — h2https://pipe-theage.theage.com.au/g/collect?v=2&tid=G-123&gtm=45je64k0h2z89179176432za20gzb9179176432zd9179176432&_p=1776806018728&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=3675864&_fplc=0&are=1&cid=1813936619.1776806021&ec_mode=c&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=US-CA&sst.tft=1776806018728&sst.lpc=216943443&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=1&tag_exp=0~115938466~115938469~117266401&uid=&sid=1776806021&sct=1&seg=0&dl=https%3A%2F%2Fwww.theage.com.au%2F&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&_tu=LA&en=page_view&_fv=1&_ss=1&ep.brand=theage&ep.update_date=&ep.published_date=&ep.author=&ep.publishing_platform=WEB&ep.pageview_id=A4F580FC-8227-41DF-8C00-B1F2B21FDBDC&ep.page_type=Homepage&ep.primary_category=Homepage&ep.sub_category=&ep.authored_platform=&ep.page_id=&ep.event_profile_id=&ep.event_membership_type=visitor&ep.share_content_platform=&ep.content_source=&ep.page_tag=&ep.page_primary_tag=&ep.metered_content=&ep.nielsen_app_id=P217595B8-BA73-49E3-9031-DE37DED53230&ep.nielsen_asn=theage.com.au-brand%20only&ep.page_template=&ep.article_components=DomainDreamHomes&ep.page_max_scroll=&ep.event_device_id=d29bf79c-009e-48bd-8d98-71cf3a4d6a60&ep.marketing_id=&ep.fingerprint=&ep.responsive_screen_size=&ep.page_url=https%3A%2F%2Fwww.theage.com.au%2F&ep.page_name=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&ep.page_load_time=&ep.experiment_name=experiment.render-web.keypoints-experiment&ep.experiment_variant=A&epn.event_time=1776806020&ep.external_id=&ep.event_id=1776806476935_177680674203412&ep.action_source=website&ep.x-fb-ud-external_id=&ep.x-fb-ud-subscription_id=&ep.oauth_param=Error%3A%20CryptoJS%20not%20loaded&ep.conversion_time=2026-04-21T21%3A13%3A40.203Z&up.device_id=d29bf79c-009e-48bd-8d98-71cf3a4d6a60&up.membership_type=visitor&up.profile_id=&tfd=3475&richsstssepipe-theage.theage.com.au/g/collect... https://pipe-theage.theage.com.au/g/collect?v=2&tid=G-123&gtm=45je64k0h2z89179176432za20gzb9179176432zd9179176432&_p=1776806018728&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=3675864&_fplc=0&are=1&cid=1813936619.1776806021&ec_mode=c&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=US-CA&sst.tft=1776806018728&sst.lpc=216943443&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=1&tag_exp=0~115938466~115938469~117266401&uid=&sid=1776806021&sct=1&seg=0&dl=https%3A%2F%2Fwww.theage.com.au%2F&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&_tu=LA&en=page_view&_fv=1&_ss=1&ep.brand=theage&ep.update_date=&ep.published_date=&ep.author=&ep.publishing_platform=WEB&ep.pageview_id=A4F580FC-8227-41DF-8C00-B1F2B21FDBDC&ep.page_type=Homepage&ep.primary_category=Homepage&ep.sub_category=&ep.authored_platform=&ep.page_id=&ep.event_profile_id=&ep.event_membership_type=visitor&ep.share_content_platform=&ep.content_source=&ep.page_tag=&ep.page_primary_tag=&ep.metered_content=&ep.nielsen_app_id=P217595B8-BA73-49E3-9031-DE37DED53230&ep.nielsen_asn=theage.com.au-brand%20only&ep.page_template=&ep.article_components=DomainDreamHomes&ep.page_max_scroll=&ep.event_device_id=d29bf79c-009e-48bd-8d98-71cf3a4d6a60&ep.marketing_id=&ep.fingerprint=&ep.responsive_screen_size=&ep.page_url=https%3A%2F%2Fwww.theage.com.au%2F&ep.page_name=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&ep.page_load_time=&ep.experiment_name=experiment.render-web.keypoints-experiment&ep.experiment_variant=A&epn.event_time=1776806020&ep.external_id=&ep.event_id=1776806476935_177680674203412&ep.action_source=website&ep.x-fb-ud-external_id=&ep.x-fb-ud-subscription_id=&ep.oauth_param=Error%3A%20CryptoJS%20not%20loaded&ep.conversion_time=2026-04-21T21%3A13%3A40.203Z&up.device_id=d29bf79c-009e-48bd-8d98-71cf3a4d6a60&up.membership_type=visitor&up.profile_id=&tfd=3475&richsstsse — 200 — 390 B — 20.2 s — h2https://pipe-theage.theage.com.au/g/collect?v=2&tid=G-123&gtm=45je64k0h2z89179176432za20gzb9179176432zd9179176432&_p=1776806018728&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=3675864&_eu=AAAAAAQ&_fplc=0&are=1&cid=1813936619.1776806021&ec_mode=c&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=US-CA&sst.tft=1776806018728&sst.lpc=216943443&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=2&tag_exp=0~115938466~115938469~117266401&uid=&sid=1776806021&sct=1&seg=0&dl=https%3A%2F%2Fwww.theage.com.au%2F&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&_tu=BA&tfd=3488&richsstssepipe-theage.theage.com.au/g/collect... https://pipe-theage.theage.com.au/g/collect?v=2&tid=G-123&gtm=45je64k0h2z89179176432za20gzb9179176432zd9179176432&_p=1776806018728&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=3675864&_eu=AAAAAAQ&_fplc=0&are=1&cid=1813936619.1776806021&ec_mode=c&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=US-CA&sst.tft=1776806018728&sst.lpc=216943443&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=2&tag_exp=0~115938466~115938469~117266401&uid=&sid=1776806021&sct=1&seg=0&dl=https%3A%2F%2Fwww.theage.com.au%2F&dt=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&_tu=BA&tfd=3488&richsstsse — 200 — 497 B — 375 ms — h2https://pipe-theage.theage.com.au/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fwww.theage.com.au&1p=1pipe-theage.theage.com.au/_/service... https://pipe-theage.theage.com.au/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fwww.theage.com.au&1p=1 — 200 — 1.9 KiB — 97 ms — h2https://pixels.spotify.com/v1/config/1fec42abc91144e0841bd441b4eca448pixels.spotify.com/v1/config/1fec42... https://pixels.spotify.com/v1/config/1fec42abc91144e0841bd441b4eca448 — 200 — 381 B — 110 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=3524833005263681945;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NKOutDtpJTWoZ75b0FVYH4wIjGhbOIyqCYmiA;_dc_time=1776806021;dc_pre=CNOm853u_5MDFf0wRAgdUQEE8w;src=12393262;type=age0;cat=allpa0;u1=https://www.theage.com.au/;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=9595358251535.605?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=3524833005263681945;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NKOutDtpJTWoZ75b0FVYH4wIjGhbOIyqCYmiA;_dc_time=1776806021;dc_pre=CNOm853u_5MDFf0wRAgdUQEE8w;src=12393262;type=age0;cat=allpa0;u1=https://www.theage.com.au/;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=9595358251535.605? — 200 — 63 B — 320 ms — h3data:font/woff2;base64, d09GMgABAAAAAMG0ABMAAAABsgQAAMFGAAIAxQAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGk4…data:font/woff2;base64, d09GMgABAAA... data:font/woff2;base64, d09GMgABAAAAAMG0ABMAAAABsgQAAMFGAAIAxQAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGk4… — 200 — 48.4 KiB — 16 ms — datahttps://buy-au.piano.io/widget/dist/template/css/img/fail-icon.pngbuy-au.piano.io/widget/dist/templat... https://buy-au.piano.io/widget/dist/template/css/img/fail-icon.png — 200 — 2.7 KiB — 22 ms — h3https://connect.facebook.net/signals/config/987117307987958?v=2.9.303&r=stable&domain=www.theage.com.au&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/987117307987958?v=2.9.303&r=stable&domain=www.theage.com.au&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.7 KiB — 15 ms — h3https://cdn-gl.imrworldwide.com/novms/js/2/configs/glcfg510.jscdn-gl.imrworldwide.com/novms/js/2/... https://cdn-gl.imrworldwide.com/novms/js/2/configs/glcfg510.js — 200 — 1.2 KiB — 11 ms — h2https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=HWAfFPlKwV50r&v=A&ml=m&sl=CXgq8y&e=-1mabping.chartbeat.net/ping/mab?h=th... https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=HWAfFPlKwV50r&v=A&ml=m&sl=CXgq8y&e=-1 — 200 — 200 B — 300 ms — h2https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=jcYwetWhSvSWm&v=C&ml=m&sl=BK-9O6&e=-1mabping.chartbeat.net/ping/mab?h=th... https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=jcYwetWhSvSWm&v=C&ml=m&sl=BK-9O6&e=-1 — 200 — 201 B — 247 ms — h2https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=SEgAQ0Snbvgit&v=B&ml=m&sl=DbMi1D&e=-1mabping.chartbeat.net/ping/mab?h=th... https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=SEgAQ0Snbvgit&v=B&ml=m&sl=DbMi1D&e=-1 — 200 — 200 B — 297 ms — h2https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=KfyrPXqrrNjvc&v=C&ml=m&sl=Cpvdw9&e=-1mabping.chartbeat.net/ping/mab?h=th... https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=KfyrPXqrrNjvc&v=C&ml=m&sl=Cpvdw9&e=-1 — 200 — 200 B — 247 ms — h2https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=SoSqKZS0aXkW1&v=A&ml=m&sl=COWzDi&e=-1mabping.chartbeat.net/ping/mab?h=th... https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=SoSqKZS0aXkW1&v=A&ml=m&sl=COWzDi&e=-1 — 200 — 200 B — 249 ms — h2https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=YlJXBi5gRwvjG&v=A&ml=m&sl=rlVM-&e=-1mabping.chartbeat.net/ping/mab?h=th... https://mabping.chartbeat.net/ping/mab?h=theage.com.au&p=%2F&d=theage.com.au&u=_Jh-DDlIfemC8XbdT&c=0&V=150&x=YlJXBi5gRwvjG&v=A&ml=m&sl=rlVM-&e=-1 — 200 — 200 B — 294 ms — h2https://ping.chartbeat.net/ping?h=theage.com.au&p=%2F&u=_Jh-DDlIfemC8XbdT&d=theage.com.au&g=42370&g0=Homepage%2C&g1=No%20Author&g4=Homepage&n=1&f=00001&c=0&x=0&m=0&y=14730&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.theage.com.au%2F&b=3709&t=6g7pECnamzhDtLev6CGaQuzDRUH04&V=150&i=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&tz=0&_acct=anon&sn=1&sv=SnpE9BvZemjCj4Wm7CIppDCDeN80I&sr=external&sd=1&im=067b2fff&_ping.chartbeat.net/ping?h=theage.co... https://ping.chartbeat.net/ping?h=theage.com.au&p=%2F&u=_Jh-DDlIfemC8XbdT&d=theage.com.au&g=42370&g0=Homepage%2C&g1=No%20Author&g4=Homepage&n=1&f=00001&c=0&x=0&m=0&y=14730&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.theage.com.au%2F&b=3709&t=6g7pECnamzhDtLev6CGaQuzDRUH04&V=150&i=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&tz=0&_acct=anon&sn=1&sv=SnpE9BvZemjCj4Wm7CIppDCDeN80I&sr=external&sd=1&im=067b2fff&_ — 200 — 201 B — 251 ms — h2https://surveys-static-prd.survicate-cdn.com/fonts/fonts.csssurveys-static-prd.survicate-cdn.co... https://surveys-static-prd.survicate-cdn.com/fonts/fonts.css — 200 — 1.9 KiB — 57 ms — h2https://surveys-static-prd.survicate-cdn.com/widget_core-28.23.14.jssurveys-static-prd.survicate-cdn.co... https://surveys-static-prd.survicate-cdn.com/widget_core-28.23.14.js — 200 — 161.2 KiB — 111 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 91 ms — h2https://secure-gl.imrworldwide.com/storageframe.htmlsecure-gl.imrworldwide.com/storagef... https://secure-gl.imrworldwide.com/storageframe.html — 200 — 4.5 KiB — 71 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 583 B — 864 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=2704476&time=1776806021749&url=https%3A%2F%2Fwww.theage.com.au%2F&conversionId=18621554&eventId=1776806476935_177680674203417&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=2704476&time=1776806021749&url=https%3A%2F%2Fwww.theage.com.au%2F&conversionId=18621554&eventId=1776806476935_177680674203417&tm=gtmv2 — 200 — 789 B — 141 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2704476&time=1776806021749&li_adsId=fedb0257-d6b7-4730-bfd1-8485a4d8fc9b&conversionId=18621554&url=https%3A%2F%2Fwww.theage.com.au%2F&tm=gtmv2&eventId=1776806476935_177680674203417px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2704476&time=1776806021749&li_adsId=fedb0257-d6b7-4730-bfd1-8485a4d8fc9b&conversionId=18621554&url=https%3A%2F%2Fwww.theage.com.au%2F&tm=gtmv2&eventId=1776806476935_177680674203417 — 302 — 710 B — 232 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 88 B — 120 ms — h3https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/ss/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AADggBkAgA/d=1/ed=1/rs=ABXTjI53j7bTuLeXru-A4DA_Ky0Xp6fipw/m=serviceiframeview,_b,_tpwww.gstatic.com/_/mss/boq-subscribe... https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/ss/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AADggBkAgA/d=1/ed=1/rs=ABXTjI53j7bTuLeXru-A4DA_Ky0Xp6fipw/m=serviceiframeview,_b,_tp — 200 — 1.0 KiB — 31 ms — h2https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/am=AAAAgBk/d=1/excm=_b,_tp,serviceiframeview/ed=1/dg=0/wt=2/ujg=1/rs=ABXTjI6jNjYuyU9Mmgv0vyXEcKfOLvsI1Q/dti=1/m=_b,_tpwww.gstatic.com/_/mss/boq-subscribe... https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/am=AAAAgBk/d=1/excm=_b,_tp,serviceiframeview/ed=1/dg=0/wt=2/ujg=1/rs=ABXTjI6jNjYuyU9Mmgv0vyXEcKfOLvsI1Q/dti=1/m=_b,_tp — 200 — 63.5 KiB — 39 ms — h2https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=_b,_tp/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=W93Wdcwww.gstatic.com/_/mss/boq-subscribe... https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=_b,_tp/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=W93Wdc — 200 — 52.3 KiB — 32 ms — h2https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=W93Wdc,_b,_tp/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=Wt6vjf,hhhU8,FCpbqb,ws9Tlc,WhJNkwww.gstatic.com/_/mss/boq-subscribe... https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=W93Wdc,_b,_tp/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=Wt6vjf,hhhU8,FCpbqb,ws9Tlc,WhJNk — 200 — 1.9 KiB — 31 ms — h2https://ad.doubleclick.net/activity;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=1208275852.1776806020;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.1;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;~oref=https%3A%2F%2Fwww.theage.com.au%2F?ad.doubleclick.net/activity;src=663... https://ad.doubleclick.net/activity;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=1208275852.1776806020;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.1;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;~oref=https%3A%2F%2Fwww.theage.com.au%2F? — 302 — 22 B — 485 ms — h3https://6639541.fls.doubleclick.net/activityi;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=1208275852.1776806020;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.1;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;_dc_test=1;~oref=https%3A%2F%2Fwww.theage.com.au%2F?6639541.fls.doubleclick.net/activit... https://6639541.fls.doubleclick.net/activityi;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=1208275852.1776806020;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.1;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;_dc_test=1;~oref=https%3A%2F%2Fwww.theage.com.au%2F? — 302 — 526 B — 80 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2704476&time=1776806021749&li_adsId=fedb0257-d6b7-4730-bfd1-8485a4d8fc9b&conversionId=18621554&url=https%3A%2F%2Fwww.theage.com.au%2F&tm=gtmv2&eventId=1776806476935_177680674203417&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2704476&time=1776806021749&li_adsId=fedb0257-d6b7-4730-bfd1-8485a4d8fc9b&conversionId=18621554&url=https%3A%2F%2Fwww.theage.com.au%2F&tm=gtmv2&eventId=1776806476935_177680674203417&cookiesTest=true — 200 — 429 B — 36 ms — h2https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=FCpbqb,W93Wdc,WhJNk,Wt6vjf,_b,_tp,hhhU8,ws9Tlc/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=LEikZewww.gstatic.com/_/mss/boq-subscribe... https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=FCpbqb,W93Wdc,WhJNk,Wt6vjf,_b,_tp,hhhU8,ws9Tlc/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=LEikZe — 200 — 186 B — 6 ms — h3https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=FCpbqb,LEikZe,W93Wdc,WhJNk,Wt6vjf,_b,_tp,hhhU8,ws9Tlc/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=P6sQOcwww.gstatic.com/_/mss/boq-subscribe... https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=FCpbqb,LEikZe,W93Wdc,WhJNk,Wt6vjf,_b,_tp,hhhU8,ws9Tlc/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=P6sQOc — 200 — 1.1 KiB — 10 ms — h3https://ad.doubleclick.net/activity;dc_pre=CLeTnp7u_5MDFdnl5wMdMlU82Q;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=1208275852.1776806020;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.1;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;~oref=https%3A%2F%2Fwww.theage.com.au%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CLeTnp7u_5MDFdnl5wMdMlU82Q;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=1208275852.1776806020;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.1;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;~oref=https%3A%2F%2Fwww.theage.com.au%2F? — 200 — 64 B — 31 ms — h3https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=FCpbqb,LEikZe,P6sQOc,W93Wdc,WhJNk,Wt6vjf,_b,_tp,hhhU8,ws9Tlc/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=p3hmRc,LvGhrf,RqjULdwww.gstatic.com/_/mss/boq-subscribe... https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=FCpbqb,LEikZe,P6sQOc,W93Wdc,WhJNk,Wt6vjf,_b,_tp,hhhU8,ws9Tlc/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=p3hmRc,LvGhrf,RqjULd — 200 — 8.1 KiB — 9 ms — h3https://6639541.fls.doubleclick.net/activityi;dc_pre=CLzbnp7u_5MDFR6b7gEdYRAf7A;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=1208275852.1776806020;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.1;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;_dc_test=1;~oref=https%3A%2F%2Fwww.theage.com.au%2F?6639541.fls.doubleclick.net/activit... https://6639541.fls.doubleclick.net/activityi;dc_pre=CLzbnp7u_5MDFR6b7gEdYRAf7A;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=1208275852.1776806020;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.1;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;_dc_test=1;~oref=https%3A%2F%2Fwww.theage.com.au%2F? — 200 — 787 B — 41 ms — h3https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=FCpbqb,LEikZe,LvGhrf,P6sQOc,RqjULd,W93Wdc,WhJNk,Wt6vjf,_b,_tp,hhhU8,p3hmRc,ws9Tlc/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=O6y8ed,aW3pY,n73qwf,UUJqVe,IZT63,YYmHzb,e5qFLc,pw70Gc,KUM7Z,O1Gjze,MpJwZc,PrPYRd,XVMNvd,duFQFc,QIhFr,xQtZb,SdcwHb,wmnU7d,hc6Ubd,SpsfSb,Z5uLle,MdUzUe,zbML3cwww.gstatic.com/_/mss/boq-subscribe... https://www.gstatic.com/_/mss/boq-subscribewithgoogle/_/js/k=boq-subscribewithgoogle.SubscribewithgoogleClientUi.en_US.k2SQhf8SFso.2018.O/ck=boq-subscribewithgoogle.SubscribewithgoogleClientUi.IlC8jnoIY2k.L.B1.O/am=AAAAgBk/d=1/exm=FCpbqb,LEikZe,LvGhrf,P6sQOc,RqjULd,W93Wdc,WhJNk,Wt6vjf,_b,_tp,hhhU8,p3hmRc,ws9Tlc/excm=_b,_tp,serviceiframeview/ed=1/wt=2/ujg=1/rs=ABXTjI4zFVccss-lBwBpZvYNApajxfDIaQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:SdcwHb;Me32dd:MEeYgc;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:QIhFr;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;pXdRYb:MdUzUe;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:duFQFc/dti=1/m=O6y8ed,aW3pY,n73qwf,UUJqVe,IZT63,YYmHzb,e5qFLc,pw70Gc,KUM7Z,O1Gjze,MpJwZc,PrPYRd,XVMNvd,duFQFc,QIhFr,xQtZb,SdcwHb,wmnU7d,hc6Ubd,SpsfSb,Z5uLle,MdUzUe,zbML3c — 200 — 47.1 KiB — 30 ms — h3https://www.googleadservices.com/pagead/conversion.jswww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion.js — 200 — 23.5 KiB — 62 ms — h3https://adservice.google.com/ddm/fls/z/dc_pre=CLzbnp7u_5MDFR6b7gEdYRAf7A;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=*;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.*;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;_dc_test=1;~oref=https%3A%2F%2Fwww.theage.com.au%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CLzbnp7u_5MDFR6b7gEdYRAf7A;src=6639541;type=landing;cat=au_ag0;rcb=15;ord=4409274557601;npa=0;auiddc=*;u6=undefined;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115938466~115938468~117266401~117384406~118167058;epver=2;em=tv.*;dc_random=1776806021_rzw3R03PAis00UgNmNTEvzh5kg8gZeqGsg;_dc_test=1;~oref=https%3A%2F%2Fwww.theage.com.au%2F — 200 — 63 B — 62 ms — h3https://www.facebook.com/tr/?id=987117307987958&ev=PageView&dl=https%3A%2F%2Fwww.theage.com.au%2F&rl=&if=false&ts=1776806022167&cd[share_content_platform]=&cd[metered_content]=&cd[page_max_scroll]=&cd[marketing_id]=&cd[fingerprint]=&cd[responsive_screen_size]=&cd[page_url]=https%3A%2F%2Fwww.theage.com.au%2F&cd[page_load_time]=&cd[event_time]=1776806020&cd[event_id]=1776806476935_17768067420343&cd[action_source]=website&cd[first_party_collection]=true&cd[oauth_param]=Error%3A%20CryptoJS%20not%20loaded&cd[conversion_time]=2026-04-21T21%3A13%3A40.144Z&cd[user_properties]=%7B%7D&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.2.1776806022147.610173008739683638&ler=empty&cdl=API_unavailable&pmd[title]=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&pmd[locale]=en_US&pmd[description]=The%20Age%20has%20the%20latest%20local%20news%20on%20Melbourne%2C%20Victoria.%20Read%20National%20News%20from%20Australia%2C%20World%20News%2C%20Business%20News%20and%20Breaking%20News%20stories.&pmd[keywords]=&plt=1396.7000000476837&mft[microdata]=%5B%7B%22source%22%3A%22json_ld%22%2C%22data%22%3A%7B%22objects%22%3A%7B%22product%22%3A%5B%7B%22fields%22%3A%7B%22productId%22%3A%5B%22theage.com.au%3Awebonly%22%5D%2C%22name%22%3A%5B%22The%20Age%22%5D%7D%7D%5D%7D%7D%7D%5D&mft[version]=7deaf9800d69b075ec3e9904de083941&it=1776806021567&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=98711730798... https://www.facebook.com/tr/?id=987117307987958&ev=PageView&dl=https%3A%2F%2Fwww.theage.com.au%2F&rl=&if=false&ts=1776806022167&cd[share_content_platform]=&cd[metered_content]=&cd[page_max_scroll]=&cd[marketing_id]=&cd[fingerprint]=&cd[responsive_screen_size]=&cd[page_url]=https%3A%2F%2Fwww.theage.com.au%2F&cd[page_load_time]=&cd[event_time]=1776806020&cd[event_id]=1776806476935_17768067420343&cd[action_source]=website&cd[first_party_collection]=true&cd[oauth_param]=Error%3A%20CryptoJS%20not%20loaded&cd[conversion_time]=2026-04-21T21%3A13%3A40.144Z&cd[user_properties]=%7B%7D&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.2.1776806022147.610173008739683638&ler=empty&cdl=API_unavailable&pmd[title]=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&pmd[locale]=en_US&pmd[description]=The%20Age%20has%20the%20latest%20local%20news%20on%20Melbourne%2C%20Victoria.%20Read%20National%20News%20from%20Australia%2C%20World%20News%2C%20Business%20News%20and%20Breaking%20News%20stories.&pmd[keywords]=&plt=1396.7000000476837&mft[microdata]=%5B%7B%22source%22%3A%22json_ld%22%2C%22data%22%3A%7B%22objects%22%3A%7B%22product%22%3A%5B%7B%22fields%22%3A%7B%22productId%22%3A%5B%22theage.com.au%3Awebonly%22%5D%2C%22name%22%3A%5B%22The%20Age%22%5D%7D%7D%5D%7D%7D%7D%5D&mft[version]=7deaf9800d69b075ec3e9904de083941&it=1776806021567&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GET — 200 — 19 B — 40 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=987117307987958&ev=PageView&dl=https%3A%2F%2Fwww.theage.com.au%2F&rl=&if=false&ts=1776806022167&cd[share_content_platform]=&cd[metered_content]=&cd[page_max_scroll]=&cd[marketing_id]=&cd[fingerprint]=&cd[responsive_screen_size]=&cd[page_url]=https%3A%2F%2Fwww.theage.com.au%2F&cd[page_load_time]=&cd[event_time]=1776806020&cd[event_id]=1776806476935_17768067420343&cd[action_source]=website&cd[first_party_collection]=true&cd[oauth_param]=Error%3A%20CryptoJS%20not%20loaded&cd[conversion_time]=2026-04-21T21%3A13%3A40.144Z&cd[user_properties]=%7B%7D&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.2.1776806022147.610173008739683638&ler=empty&cdl=API_unavailable&pmd[title]=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&pmd[locale]=en_US&pmd[description]=The%20Age%20has%20the%20latest%20local%20news%20on%20Melbourne%2C%20Victoria.%20Read%20National%20News%20from%20Australia%2C%20World%20News%2C%20Business%20News%20and%20Breaking%20News%20stories.&pmd[keywords]=&plt=1396.7000000476837&mft[microdata]=%5B%7B%22source%22%3A%22json_ld%22%2C%22data%22%3A%7B%22objects%22%3A%7B%22product%22%3A%5B%7B%22fields%22%3A%7B%22productId%22%3A%5B%22theage.com.au%3Awebonly%22%5D%2C%22name%22%3A%5B%22The%20Age%22%5D%7D%7D%5D%7D%7D%7D%5D&mft[version]=7deaf9800d69b075ec3e9904de083941&it=1776806021567&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=987117307987958&ev=PageView&dl=https%3A%2F%2Fwww.theage.com.au%2F&rl=&if=false&ts=1776806022167&cd[share_content_platform]=&cd[metered_content]=&cd[page_max_scroll]=&cd[marketing_id]=&cd[fingerprint]=&cd[responsive_screen_size]=&cd[page_url]=https%3A%2F%2Fwww.theage.com.au%2F&cd[page_load_time]=&cd[event_time]=1776806020&cd[event_id]=1776806476935_17768067420343&cd[action_source]=website&cd[first_party_collection]=true&cd[oauth_param]=Error%3A%20CryptoJS%20not%20loaded&cd[conversion_time]=2026-04-21T21%3A13%3A40.144Z&cd[user_properties]=%7B%7D&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.2.1776806022147.610173008739683638&ler=empty&cdl=API_unavailable&pmd[title]=Latest%20%26%20Breaking%20News%20Melbourne%2C%20Victoria%20%7C%20The%20Age&pmd[locale]=en_US&pmd[description]=The%20Age%20has%20the%20latest%20local%20news%20on%20Melbourne%2C%20Victoria.%20Read%20National%20News%20from%20Australia%2C%20World%20News%2C%20Business%20News%20and%20Breaking%20News%20stories.&pmd[keywords]=&plt=1396.7000000476837&mft[microdata]=%5B%7B%22source%22%3A%22json_ld%22%2C%22data%22%3A%7B%22objects%22%3A%7B%22product%22%3A%5B%7B%22fields%22%3A%7B%22productId%22%3A%5B%22theage.com.au%3Awebonly%22%5D%2C%22name%22%3A%5B%22The%20Age%22%5D%7D%7D%5D%7D%7D%7D%5D&mft[version]=7deaf9800d69b075ec3e9904de083941&it=1776806021567&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGET — 200 — 197 B — 153 ms — h3https://cdn-gl.imrworldwide.com/conf/P217595B8-BA73-49E3-9031-DE37DED53230.jscdn-gl.imrworldwide.com/conf/P21759... https://cdn-gl.imrworldwide.com/conf/P217595B8-BA73-49E3-9031-DE37DED53230.js — 200 — 7.4 KiB — 9 ms — h2https://au-script.dotmetrics.net/hit.gif?id=12790&url=https%3A%2F%2Fwww.theage.com.au%2F&dom=www.theage.com.au&r=1776806022206&pvs=1&ecid=edca8f83-6dc2-4bbe-b5f4-345af50affdc&c=true&tzOffset=0&doorUrl=http%3a%2f%2fau-script.dotmetrics.net%2fdoor.js%3fd%3dwww.theage.com.au%26t%3dhomepage&dfph=&ver=362au-script.dotmetrics.net/hit.gif?id... https://au-script.dotmetrics.net/hit.gif?id=12790&url=https%3A%2F%2Fwww.theage.com.au%2F&dom=www.theage.com.au&r=1776806022206&pvs=1&ecid=edca8f83-6dc2-4bbe-b5f4-345af50affdc&c=true&tzOffset=0&doorUrl=http%3a%2f%2fau-script.dotmetrics.net%2fdoor.js%3fd%3dwww.theage.com.au%26t%3dhomepage&dfph=&ver=362 — 200 — 705 B — 204 ms — h2https://rm-script.dotmetrics.net/hit.gif?id=12790&url=https%3A%2F%2Fwww.theage.com.au%2F&dom=www.theage.com.au&r=1776806022206&pvs=1&pvid=edca8f83-6dc2-4bbe-b5f4-345af50affdc&c=true&tzOffset=0rm-script.dotmetrics.net/hit.gif?id... https://rm-script.dotmetrics.net/hit.gif?id=12790&url=https%3A%2F%2Fwww.theage.com.au%2F&dom=www.theage.com.au&r=1776806022206&pvs=1&pvid=edca8f83-6dc2-4bbe-b5f4-345af50affdc&c=true&tzOffset=0 — 200 — 1.2 KiB — 37 ms — h2https://storifyme.xyz/widgets/the-age-8613895/widget/custom/9492?account=the-age-8613895storifyme.xyz/widgets/the-age-86138... https://storifyme.xyz/widgets/the-age-8613895/widget/custom/9492?account=the-age-8613895 — 200 — 11.0 KiB — 250 ms — h3https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 16 ms — http/1.1https://www.googleadservices.com/pagead/conversion/829662393/?random=1776806022237&cv=9&fst=1776806022237&num=1&npa=1&label=6dG1CKWl3YUYELnJzosD&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465926%2C512247838%2C658953496&u_h=600&u_w=800&ig=1&auid=1208275852.1776806020&frm=2&url=https%3A%2F%2F6639541.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCLzbnp7u_5MDFR6b7gEdYRAf7A%3Bsrc%3D6639541%3Btype%3Dlanding%3Bcat%3Dau_ag0%3Brcb%3D15%3Bord%3D4409274557601%3Bnpa%3D0%3Bauiddc%3D1208275852.1776806020%3Bu6%3Dundefined%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot-A.Brand%253B24.0.0.0%257CChromium%253B146.0.7680.164%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3Buser_data_mode%3Da%3B_tu%3DKFA%3Bgtm%3D45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea%3Bgcd%3D13l3l3l3l1l1%3Bdma%3D0%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938468~117266401~117384406~118167058%3Bepver&ref=https%3A%2F%2Fwww.theage.com.au%2F&top=https%3A%2F%2Fwww.theage.com.au%2F&capi=1&hn=www.googleadservices.com&rfmt=3&fmt=4www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/829662393/?random=1776806022237&cv=9&fst=1776806022237&num=1&npa=1&label=6dG1CKWl3YUYELnJzosD&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465926%2C512247838%2C658953496&u_h=600&u_w=800&ig=1&auid=1208275852.1776806020&frm=2&url=https%3A%2F%2F6639541.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCLzbnp7u_5MDFR6b7gEdYRAf7A%3Bsrc%3D6639541%3Btype%3Dlanding%3Bcat%3Dau_ag0%3Brcb%3D15%3Bord%3D4409274557601%3Bnpa%3D0%3Bauiddc%3D1208275852.1776806020%3Bu6%3Dundefined%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot-A.Brand%253B24.0.0.0%257CChromium%253B146.0.7680.164%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3Buser_data_mode%3Da%3B_tu%3DKFA%3Bgtm%3D45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea%3Bgcd%3D13l3l3l3l1l1%3Bdma%3D0%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938468~117266401~117384406~118167058%3Bepver&ref=https%3A%2F%2Fwww.theage.com.au%2F&top=https%3A%2F%2Fwww.theage.com.au%2F&capi=1&hn=www.googleadservices.com&rfmt=3&fmt=4 — 200 — 2.7 KiB — 56 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg== — 204 — 28 B — 40 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg== — 204 — 28 B — 36 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg== — 204 — 28 B — 30 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/829662393/?random=1748075760&cv=9&fst=1776806022237&num=1&npa=1&label=6dG1CKWl3YUYELnJzosD&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465926%2C512247838%2C658953496&u_h=600&u_w=800&ig=1&auid=1208275852.1776806020&frm=2&url=https%3A%2F%2F6639541.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCLzbnp7u_5MDFR6b7gEdYRAf7A%3Bsrc%3D6639541%3Btype%3Dlanding%3Bcat%3Dau_ag0%3Brcb%3D15%3Bord%3D4409274557601%3Bnpa%3D0%3Bauiddc%3D1208275852.1776806020%3Bu6%3Dundefined%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot-A.Brand%253B24.0.0.0%257CChromium%253B146.0.7680.164%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3Buser_data_mode%3Da%3B_tu%3DKFA%3Bgtm%3D45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea%3Bgcd%3D13l3l3l3l1l1%3Bdma%3D0%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938468~117266401~117384406~118167058%3Bepver&ref=https%3A%2F%2Fwww.theage.com.au%2F&top=https%3A%2F%2Fwww.theage.com.au%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIGV2ZW50LXNvdXJjZVoDCgEBYgQKAgID&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6SaXibTr3f7-lgORKaptQPMKieBnG65yQx-slo-zvtnPQnqe8s89dRoC0bE&pscrd=IhMI29uqnu7_kwMV1k4IBB2jbzEcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiRodHRwczovLzY2Mzk1NDEuZmxzLmRvdWJsZWNsaWNrLm5ldC9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGQwNW13SkZQS21zaFdkWDN6bEJxdE1faFluYmV2MUViWWpON2NOSkJqNWN4c3hhNGRZcEZ3egwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/829662393/?random=1748075760&cv=9&fst=1776806022237&num=1&npa=1&label=6dG1CKWl3YUYELnJzosD&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465926%2C512247838%2C658953496&u_h=600&u_w=800&ig=1&auid=1208275852.1776806020&frm=2&url=https%3A%2F%2F6639541.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCLzbnp7u_5MDFR6b7gEdYRAf7A%3Bsrc%3D6639541%3Btype%3Dlanding%3Bcat%3Dau_ag0%3Brcb%3D15%3Bord%3D4409274557601%3Bnpa%3D0%3Bauiddc%3D1208275852.1776806020%3Bu6%3Dundefined%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot-A.Brand%253B24.0.0.0%257CChromium%253B146.0.7680.164%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3Buser_data_mode%3Da%3B_tu%3DKFA%3Bgtm%3D45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea%3Bgcd%3D13l3l3l3l1l1%3Bdma%3D0%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938468~117266401~117384406~118167058%3Bepver&ref=https%3A%2F%2Fwww.theage.com.au%2F&top=https%3A%2F%2Fwww.theage.com.au%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIGV2ZW50LXNvdXJjZVoDCgEBYgQKAgID&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6SaXibTr3f7-lgORKaptQPMKieBnG65yQx-slo-zvtnPQnqe8s89dRoC0bE&pscrd=IhMI29uqnu7_kwMV1k4IBB2jbzEcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiRodHRwczovLzY2Mzk1NDEuZmxzLmRvdWJsZWNsaWNrLm5ldC9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGQwNW13SkZQS21zaFdkWDN6bEJxdE1faFluYmV2MUViWWpON2NOSkJqNWN4c3hhNGRZcEZ3egwICWIICAAQABgAIAA — 302 — 24 B — 68 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg== — 204 — 28 B — 27 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxXB7GFc0z75FqXA-KVSOmPm_mFfp20Eqr6-FWvzYl3rbMZuOLnbJ4xsyVRGQjShwR3F4HGXoP78a7Y6zyDLo6Wvow7_DMSPqvJPSuKZTa2-8yJ303_YowinhtLpBWqQT1h0QT0f3g==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODA2MDIyLDMzMjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cudGhlYWdlLmNvbS5hdS8iLG51bGwsW1s4LCJEc0tHTi1xcWZyUSJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwyODIyXV1dIl0sWzM1LCIxNzc2ODA2MDIyIl0sWzI2LCIxNCJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjUsIltbOTUzODYxOTBdXSJdLFsyOSwiZmFsc2UiXV1dfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxXB7GFc0z75FqXA-KVSOmPm_mFfp20Eqr6-FWvzYl3rbMZuOLnbJ4xsyVRGQjShwR3F4HGXoP78a7Y6zyDLo6Wvow7_DMSPqvJPSuKZTa2-8yJ303_YowinhtLpBWqQT1h0QT0f3g==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODA2MDIyLDMzMjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cudGhlYWdlLmNvbS5hdS8iLG51bGwsW1s4LCJEc0tHTi1xcWZyUSJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwyODIyXV1dIl0sWzM1LCIxNzc2ODA2MDIyIl0sWzI2LCIxNCJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjUsIltbOTUzODYxOTBdXSJdLFsyOSwiZmFsc2UiXV1d — 200 — 1.2 KiB — 49 ms — h3https://cm.g.doubleclick.net/partnerpixels?gdpr=0&url=https%3A%2F%2Fwww.theage.com.au%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?gdpr=0&url=https%3A%2F%2Fwww.theage.com.au%2F — 200 — 232 B — 50 ms — h2https://www.google.com/pagead/1p-conversion/829662393/?random=1748075760&cv=9&fst=1776806022237&num=1&npa=1&label=6dG1CKWl3YUYELnJzosD&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465926%2C512247838%2C658953496&u_h=600&u_w=800&ig=1&auid=1208275852.1776806020&frm=2&url=https%3A%2F%2F6639541.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCLzbnp7u_5MDFR6b7gEdYRAf7A%3Bsrc%3D6639541%3Btype%3Dlanding%3Bcat%3Dau_ag0%3Brcb%3D15%3Bord%3D4409274557601%3Bnpa%3D0%3Bauiddc%3D1208275852.1776806020%3Bu6%3Dundefined%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot-A.Brand%253B24.0.0.0%257CChromium%253B146.0.7680.164%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3Buser_data_mode%3Da%3B_tu%3DKFA%3Bgtm%3D45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea%3Bgcd%3D13l3l3l3l1l1%3Bdma%3D0%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938468~117266401~117384406~118167058%3Bepver&ref=https%3A%2F%2Fwww.theage.com.au%2F&top=https%3A%2F%2Fwww.theage.com.au%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIGV2ZW50LXNvdXJjZVoDCgEBYgQKAgID&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6SaXibTr3f7-lgORKaptQPMKieBnG65yQx-slo-zvtnPQnqe8s89dRoC0bE&pscrd=IhMI29uqnu7_kwMV1k4IBB2jbzEcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiRodHRwczovLzY2Mzk1NDEuZmxzLmRvdWJsZWNsaWNrLm5ldC9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGQwNW13SkZQS21zaFdkWDN6bEJxdE1faFluYmV2MUViWWpON2NOSkJqNWN4c3hhNGRZcEZ3egwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSsAEABaugfU3AUR2s8cgXPE3UXp3jV26oExKi9PX2L1So-V107dbvlJ-1s5s5mAspc96QiREQDI-KE1ys4AciDYEtMdylKXYSC56QVuwwAwKmtoRBGO0uodszk0rpvg7J9YCrSdIA-nNQBwMrgnf_nVUe1I0z5FK0c8K3E_saLEn6f27_SwNdf3cCtt88LitmtWxQlCWrEnuhNLvCyW31HP3mmTh0-iIYjwn4Z2ot-iOq-w&random=4136224717&resp=GooglemKTybQhCsOwww.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/829662393/?random=1748075760&cv=9&fst=1776806022237&num=1&npa=1&label=6dG1CKWl3YUYELnJzosD&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465926%2C512247838%2C658953496&u_h=600&u_w=800&ig=1&auid=1208275852.1776806020&frm=2&url=https%3A%2F%2F6639541.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCLzbnp7u_5MDFR6b7gEdYRAf7A%3Bsrc%3D6639541%3Btype%3Dlanding%3Bcat%3Dau_ag0%3Brcb%3D15%3Bord%3D4409274557601%3Bnpa%3D0%3Bauiddc%3D1208275852.1776806020%3Bu6%3Dundefined%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot-A.Brand%253B24.0.0.0%257CChromium%253B146.0.7680.164%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3Buser_data_mode%3Da%3B_tu%3DKFA%3Bgtm%3D45fe64k0h2v9181931823z89179176432za20gzb9179176432zd9179176432xea%3Bgcd%3D13l3l3l3l1l1%3Bdma%3D0%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938468~117266401~117384406~118167058%3Bepver&ref=https%3A%2F%2Fwww.theage.com.au%2F&top=https%3A%2F%2Fwww.theage.com.au%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIGV2ZW50LXNvdXJjZVoDCgEBYgQKAgID&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6SaXibTr3f7-lgORKaptQPMKieBnG65yQx-slo-zvtnPQnqe8s89dRoC0bE&pscrd=IhMI29uqnu7_kwMV1k4IBB2jbzEcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiRodHRwczovLzY2Mzk1NDEuZmxzLmRvdWJsZWNsaWNrLm5ldC9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGQwNW13SkZQS21zaFdkWDN6bEJxdE1faFluYmV2MUViWWpON2NOSkJqNWN4c3hhNGRZcEZ3egwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSsAEABaugfU3AUR2s8cgXPE3UXp3jV26oExKi9PX2L1So-V107dbvlJ-1s5s5mAspc96QiREQDI-KE1ys4AciDYEtMdylKXYSC56QVuwwAwKmtoRBGO0uodszk0rpvg7J9YCrSdIA-nNQBwMrgnf_nVUe1I0z5FK0c8K3E_saLEn6f27_SwNdf3cCtt88LitmtWxQlCWrEnuhNLvCyW31HP3mmTh0-iIYjwn4Z2ot-iOq-w&random=4136224717&resp=GooglemKTybQhCsO — 200 — 64 B — 44 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=8193117951137471&correlator=3762101201532532&eid=31097964%2C95386187&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fifs&gdpr=0&iu_parts=133009657%2Ctheage%2Chome&enc_prev_ius=%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2&prev_iu_szs=728x90%7C970x250%2C300x250%7C300x600%2C728x90%7C970x250&ifi=1&dids=adspot-728x90_970x250-pos1-des~adspot-300x250_300x600-pos2-de~adspot-728x90_970x250-pos3-des&adfs=138339364~3350787553~2301898505&sfv=1-0-45&sc=1&cookie_enabled=1&abxe=1&dt=1776806022382&lmt=1776806022&adxs=311%2C922%2C311&adys=0%2C1258%2C4633&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C1%7C2&ucis=1%7C2%7C3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.theage.com.au%2F&vis=1&psz=1350x90%7C333x90%7C1128x90&msz=1350x0%7C333x0%7C1128x0&fws=4%2C4%2C4&ohw=1350%2C1350%2C1350&dlt=1776806018005&idt=2581&prev_scp=pos%3D1%26foldposition%3Dabove%26src_ad_id%3Dadspot-728x90_970x250-pos1-desktop%26sticky%3Dtrue%26stickDepth%3D144%26refreshEnabled%3Dtrue%26refreshInterval%3D30000%7Cpos%3D2%26foldposition%3Dabove%26src_ad_id%3Dadspot-300x250_300x600-pos2-desktop%26refreshEnabled%3Dtrue%26refreshInterval%3D30000%7Cpos%3D3%26foldposition%3Dabove%26src_ad_id%3Dadspot-728x90_970x250-pos3-desktop%26refreshEnabled%3Dtrue%26refreshInterval%3D30000&cust_params=pagelevel01%3Dtheage%26pagelevel02%3Dhome%26pagetype%3Dhome%26inskinviewable%3Dfalse%26hasFocus%3Dtrue%26csub%3Dvisitor%26brms%3Dtrue%26brvs%3Dtrue%26deployEnv%3Dproduction%26swgt%3Dna%26adKitVersion%3D2.8.0%26sysEnv%3Ddesktop%26tag%3D&adks=1481909300%2C2740151444%2C4100592052&frm=20&eoidce=1&gblpids=%2F133009657%2Ftheage%2Fhome%23adspot-728x90_970x250-pos1-desktop~%2F133009657%2Ftheage%2Fhome%23adspot-300x250_300x600-pos2-desktop~%2F133009657%2Ftheage%2Fhome%23adspot-728x90_970x250-pos3-desktop&pb_szs=728x90%7C970x250~300x250%7C300x600~728x90%7C970x250&pgls=CAk.securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=8193117951137471&correlator=3762101201532532&eid=31097964%2C95386187&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fifs&gdpr=0&iu_parts=133009657%2Ctheage%2Chome&enc_prev_ius=%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2&prev_iu_szs=728x90%7C970x250%2C300x250%7C300x600%2C728x90%7C970x250&ifi=1&dids=adspot-728x90_970x250-pos1-des~adspot-300x250_300x600-pos2-de~adspot-728x90_970x250-pos3-des&adfs=138339364~3350787553~2301898505&sfv=1-0-45&sc=1&cookie_enabled=1&abxe=1&dt=1776806022382&lmt=1776806022&adxs=311%2C922%2C311&adys=0%2C1258%2C4633&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C1%7C2&ucis=1%7C2%7C3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.theage.com.au%2F&vis=1&psz=1350x90%7C333x90%7C1128x90&msz=1350x0%7C333x0%7C1128x0&fws=4%2C4%2C4&ohw=1350%2C1350%2C1350&dlt=1776806018005&idt=2581&prev_scp=pos%3D1%26foldposition%3Dabove%26src_ad_id%3Dadspot-728x90_970x250-pos1-desktop%26sticky%3Dtrue%26stickDepth%3D144%26refreshEnabled%3Dtrue%26refreshInterval%3D30000%7Cpos%3D2%26foldposition%3Dabove%26src_ad_id%3Dadspot-300x250_300x600-pos2-desktop%26refreshEnabled%3Dtrue%26refreshInterval%3D30000%7Cpos%3D3%26foldposition%3Dabove%26src_ad_id%3Dadspot-728x90_970x250-pos3-desktop%26refreshEnabled%3Dtrue%26refreshInterval%3D30000&cust_params=pagelevel01%3Dtheage%26pagelevel02%3Dhome%26pagetype%3Dhome%26inskinviewable%3Dfalse%26hasFocus%3Dtrue%26csub%3Dvisitor%26brms%3Dtrue%26brvs%3Dtrue%26deployEnv%3Dproduction%26swgt%3Dna%26adKitVersion%3D2.8.0%26sysEnv%3Ddesktop%26tag%3D&adks=1481909300%2C2740151444%2C4100592052&frm=20&eoidce=1&gblpids=%2F133009657%2Ftheage%2Fhome%23adspot-728x90_970x250-pos1-desktop~%2F133009657%2Ftheage%2Fhome%23adspot-300x250_300x600-pos2-desktop~%2F133009657%2Ftheage%2Fhome%23adspot-728x90_970x250-pos3-desktop&pb_szs=728x90%7C970x250~300x250%7C300x600~728x90%7C970x250&pgls=CAk. — 200 — 510 B — 601 ms — h3https://f9be0e1cd69cddeeaabe6b6fee09af2c.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.htmlf9be0e1cd69cddeeaabe6b6fee09af2c.sa... https://f9be0e1cd69cddeeaabe6b6fee09af2c.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 65 ms — h3https://news.google.com/swg/_/SubscribewithgoogleClientUi/data/batchexecute?rpcids=SlvRf&source-path=%2Fswg%2Fui%2Fv1%2Fserviceiframe&f.sid=660981164536729404&bl=boq_subscribewithgoogleclientserver_20260419.09_p0&hl=en-US&soc-app=673&soc-platform=1&soc-device=1&_reqid=76423&rt=cnews.google.com/swg/_/Subscribewith... https://news.google.com/swg/_/SubscribewithgoogleClientUi/data/batchexecute?rpcids=SlvRf&source-path=%2Fswg%2Fui%2Fv1%2Fserviceiframe&f.sid=660981164536729404&bl=boq_subscribewithgoogleclientserver_20260419.09_p0&hl=en-US&soc-app=673&soc-platform=1&soc-device=1&_reqid=76423&rt=c — 200 — 343 B — 137 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 331 ms — h3https://au-script.dotmetrics.net/Scripts/script.js?v=362au-script.dotmetrics.net/Scripts/sc... https://au-script.dotmetrics.net/Scripts/script.js?v=362 — 200 — 28.5 KiB — 207 ms — h2https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.jscdn-gl.imrworldwide.com/novms/js/2/... https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js — 200 — 73.4 KiB — 21 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxUZKsDmC1zG3YiV-p-L475IP5ro4p8vfDelhYY__xb9EwElCqKVD6LCKIID3tSzRuvFwOcGmyJSzLOHEaGthUNp3xufpmAKRJC9aNAQEX_HReS4vDbzk_z54dXwzQnOXfmaxhSRIQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUZKsDmC1zG3YiV-p-L475IP5ro4p8vfDelhYY__xb9EwElCqKVD6LCKIID3tSzRuvFwOcGmyJSzLOHEaGthUNp3xufpmAKRJC9aNAQEX_HReS4vDbzk_z54dXwzQnOXfmaxhSRIQ== — 204 — 28 B — 32 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxXjfAeOBIvohw6yyWQpjTUPlXFPD7m0-9BSRcwLyV9fbDVGF7JOSwex5cv8fV8_tpqytIzd0uFRHCOC1uJQpza6Xc3FgrYGnewf4OIdJxBau962oSJInYrUEU5r5KPqkJla3nvX8g==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODA2MDIyLDY5MzAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsOV0sbnVsbCwyLG51bGwsImVuIl0sImh0dHBzOi8vd3d3LnRoZWFnZS5jb20uYXUvIixudWxsLFtbOCwiRHNLR04tcXFmclEiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMjgyMl1dXSJdLFszNSwiMTc3NjgwNjAyMiJdLFsyNiwiMTQiXSxbMTksIjIiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1Mzg2MTkwXV0iXSxbMjksImZhbHNlIl1dXQfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxXjfAeOBIvohw6yyWQpjTUPlXFPD7m0-9BSRcwLyV9fbDVGF7JOSwex5cv8fV8_tpqytIzd0uFRHCOC1uJQpza6Xc3FgrYGnewf4OIdJxBau962oSJInYrUEU5r5KPqkJla3nvX8g==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODA2MDIyLDY5MzAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsOV0sbnVsbCwyLG51bGwsImVuIl0sImh0dHBzOi8vd3d3LnRoZWFnZS5jb20uYXUvIixudWxsLFtbOCwiRHNLR04tcXFmclEiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMjgyMl1dXSJdLFszNSwiMTc3NjgwNjAyMiJdLFsyNiwiMTQiXSxbMTksIjIiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1Mzg2MTkwXV0iXSxbMjksImZhbHNlIl1dXQ — 200 — 4.3 KiB — 40 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 118 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 111 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 113 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 97 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 155 B — 102 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 155 B — 96 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 155 B — 95 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 155 B — 85 ms — h3https://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_311131981750994388587_AbrilTitling-Regular.woffcdn.storifyme.xyz/accounts/the-age-... https://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_311131981750994388587_AbrilTitling-Regular.woff — 200 — 57.5 KiB — 38 ms — h2blob:https://www.theage.com.au/7cfca9dd-a82c-4a6e-8ce1-4fb0b29cdcdawww.theage.com.au/7cfca9dd-a82c-4a6... blob:https://www.theage.com.au/7cfca9dd-a82c-4a6e-8ce1-4fb0b29cdcda — 200 — -1 B — 126 ms — blobhttps://cdn-gl.imrworldwide.com/novms/html/ls.htmlcdn-gl.imrworldwide.com/novms/html/... https://cdn-gl.imrworldwide.com/novms/html/ls.html — 200 — 3.9 KiB — 23 ms — h2https://cdn.cxense.com/sp1.htmlcdn.cxense.com/sp1.html https://cdn.cxense.com/sp1.html — 200 — 887 B — 22 ms — http/1.1https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 14 ms — http/1.1https://p1cluster.cxense.com/p1.jsp1cluster.cxense.com/p1.js https://p1cluster.cxense.com/p1.js — 200 — 536 B — 224 ms — h2https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,P217595B8-BA73-49E3-9031-DE37DED53230&sessionId=0gbbv2yorc8lklimohg8qnhkxuq7b1776806022&c16=sdkv,bj.6.0.0&uoo=&fp_id=yfkuvnqa8c8rzlptzvtzopztenpba1776806022&fp_cr_tm=1776806022946&fp_acc_tm=1776806022946&fp_emm_tm=1776806022946&ve_id=&c30=bldv,6.0.0.747&uid2=&uid2_token=&hem_sha256=&hem_sha1=&hem_md5=&hem_unknown=&sdd=&retry=0secure-dcr.imrworldwide.com/cgi-bin... https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,P217595B8-BA73-49E3-9031-DE37DED53230&sessionId=0gbbv2yorc8lklimohg8qnhkxuq7b1776806022&c16=sdkv,bj.6.0.0&uoo=&fp_id=yfkuvnqa8c8rzlptzvtzopztenpba1776806022&fp_cr_tm=1776806022946&fp_acc_tm=1776806022946&fp_emm_tm=1776806022946&ve_id=&c30=bldv,6.0.0.747&uid2=&uid2_token=&hem_sha256=&hem_sha1=&hem_md5=&hem_unknown=&sdd=&retry=0 — 200 — 549 B — 80 ms — h2https://0gbbv2yorc8lklimohg8qnhkxuq7b1776806022.nuid.imrworldwide.com/0gbbv2yorc8lklimohg8qnhkxuq7b177680... https://0gbbv2yorc8lklimohg8qnhkxuq7b1776806022.nuid.imrworldwide.com/ — 200 — 351 B — 32 ms — h2https://au-script.dotmetrics.net/SiteEvent.dotmetrics?r=1776806023190&v=eyJpZCI6MTI3OTAsImZsIjp0cnVlLCJkb20iOiJ3d3cudGhlYWdlLmNvbS5hdSIsImxzbyI6bnVsbCwidXJsIjoiaHR0cHM6Ly93d3cudGhlYWdlLmNvbS5hdS8iLCJydXJsIjoiIiwiZWNpZCI6ImVkY2E4ZjgzLTZkYzItNGJiZS1iNWY0LTM0NWFmNTBhZmZkYyIsImRjIjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwidmVyIjozNjIsImRmcGgiOiIiLCJ0ek9mZnNldCI6MCwib3NzIjp0cnVlLCJvc2VzIjp0cnVlfQ%3D%3Dau-script.dotmetrics.net/SiteEvent.... https://au-script.dotmetrics.net/SiteEvent.dotmetrics?r=1776806023190&v=eyJpZCI6MTI3OTAsImZsIjp0cnVlLCJkb20iOiJ3d3cudGhlYWdlLmNvbS5hdSIsImxzbyI6bnVsbCwidXJsIjoiaHR0cHM6Ly93d3cudGhlYWdlLmNvbS5hdS8iLCJydXJsIjoiIiwiZWNpZCI6ImVkY2E4ZjgzLTZkYzItNGJiZS1iNWY0LTM0NWFmNTBhZmZkYyIsImRjIjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwidmVyIjozNjIsImRmcGgiOiIiLCJ0ek9mZnNldCI6MCwib3NzIjp0cnVlLCJvc2VzIjp0cnVlfQ%3D%3D — 200 — 1002 B — 195 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 7 ms — h3https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo94ffp6ozec5sz7&sid=5856171101562569191&loc=https%3A%2F%2Fwww.theage.com.au%2F&new=1&arf=0&ltm=1776806022677&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo94fhnpizf6d59h&ckp=mo94ffp6eu31en2b&glb=&cp_userState=anon&cst=2o1htmbp94ezayu83n5n3sd9ecomcluster.cxense.com/Repo/rep.gif?... https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo94ffp6ozec5sz7&sid=5856171101562569191&loc=https%3A%2F%2Fwww.theage.com.au%2F&new=1&arf=0&ltm=1776806022677&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo94fhnpizf6d59h&ckp=mo94ffp6eu31en2b&glb=&cp_userState=anon&cst=2o1htmbp94ezayu83n5n3sd9e — 200 — 413 B — 82 ms — h2https://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_504200721750994512469_PTSerif-Bold.woffcdn.storifyme.xyz/accounts/the-age-... https://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_504200721750994512469_PTSerif-Bold.woff — 200 — 38.4 KiB — 18 ms — h2https://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_592469371750994501009_PTSans-Bold.woffcdn.storifyme.xyz/accounts/the-age-... https://cdn.storifyme.xyz/accounts/the-age-8613895/assets/f-font_592469371750994501009_PTSans-Bold.woff — 200 — 63.4 KiB — 18 ms — h2https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo94ffp6eu31en2b%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%222o1htmbp94ezayu83n5n3sd9e%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%222o1htmbp94ezayu83n5n3sd9e%22%7D%5D%7D&callback=cXJsonpCB1id.cxense.com/public/user/id?json=%... https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo94ffp6eu31en2b%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%222o1htmbp94ezayu83n5n3sd9e%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%222o1htmbp94ezayu83n5n3sd9e%22%7D%5D%7D&callback=cXJsonpCB1 — 200 — 610 B — 226 ms — h2https://adc.nine.com.au/?snowplow_id=9029e5ef-cb71-4e93-bf98-738bcb37b85fadc.nine.com.au/?snowplow_id=9029e5... https://adc.nine.com.au/?snowplow_id=9029e5ef-cb71-4e93-bf98-738bcb37b85f — 200 — 549 B — 262 ms — h2https://znawqoh5e46wdazt0-nineresearch.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_0D1RDMYOnHU4HDEznawqoh5e46wdazt0-nineresearch.site... https://znawqoh5e46wdazt0-nineresearch.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_0D1RDMYOnHU4HDE — 200 — 4.6 KiB — 42 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604200101&st=env&sjk=8193117951137471ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604200101&st=env&sjk=8193117951137471 — 200 — 13.2 KiB — 72 ms — h3https://www.theage.com.au/assets/static/favicons/theage.icowww.theage.com.au/assets/static/fav... https://www.theage.com.au/assets/static/favicons/theage.ico — 200 — 1.8 KiB — 8 ms — h2https://www.theage.com.au/assets/static/favicons/theage.icowww.theage.com.au/assets/static/fav... https://www.theage.com.au/assets/static/favicons/theage.ico — 200 — 0 B — 6 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.theage.com.ausiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.theage.com.au — 200 — 18.6 KiB — 25 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.theage.com.ausiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.theage.com.au — 200 — 35.9 KiB — 25 ms — h2https://fundingchoicesmessages.google.com/f/AGSKWxXQerzgYWSH9BtamA2NfO5NjlKUggt_ESgBHCZtcYPTVhW0uXErpZCHyx2GmXi_JSBnYetNa6DqV-WVSh134vzA6A78vcDjcZSEgK40sUkgbNwZq6GLzYwEeohotiWVKxSeU5uThk7yVwOavYONh2SWWW50yqLYLXhp6oJxdwSuL4s_9keoC4jshsel/_/adruptive./showindex-ad-=adtech_/tagadv_/ad-400.fundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxXQerzgYWSH9BtamA2NfO5NjlKUggt_ESgBHCZtcYPTVhW0uXErpZCHyx2GmXi_JSBnYetNa6DqV-WVSh134vzA6A78vcDjcZSEgK40sUkgbNwZq6GLzYwEeohotiWVKxSeU5uThk7yVwOavYONh2SWWW50yqLYLXhp6oJxdwSuL4s_9keoC4jshsel/_/adruptive./showindex-ad-=adtech_/tagadv_/ad-400. — 200 — 109 B — 31 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?fcd=truepagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?fcd=true — 200 — 54.1 KiB — 56 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg== — 204 — 28 B — 24 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 53 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_0D1RDMYOnHU4HDE&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=websiteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_0D1RDMYOnHU4HDE&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web — 200 — 234 B — 90 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg== — 204 — 28 B — 38 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg== — 204 — 28 B — 43 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXv9k1fvTJZ2-ltRyWeYud6SvGnvwtoDXSkJNLXRMz0Ev2eSJ4aGxvTv6d163zznejcXGIuUBVUi_ibWuYaTpBHFYK9FyrMQBZBwb-fr6zY41-5Z0gSy177EKdq-zjZ2gyLfnj4Jg== — 204 — 28 B — 37 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxXoL-3tbkobcV4Ov6IA8IcIZ09DSEIW3eR6dKH60Qkc94UF_foWQ1uPpPuBDb5I4dxFdT9Crpyw0I1MlFvZEvho34It0-8x2Fsbf9wx13fUxVOU5-2ckjCFE3N7voRWCXYE_lFTdQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODA2MDIzLDc4OTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsOSw2XSxudWxsLDIsbnVsbCwiZW4iLG51bGwsbnVsbCxudWxsLG51bGwsbnVsbCwxXSwiaHR0cHM6Ly93d3cudGhlYWdlLmNvbS5hdS8iLG51bGwsW1s4LCJEc0tHTi1xcWZyUSJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwyODIyXV1dIl0sWzM1LCIxNzc2ODA2MDIyIl0sWzI2LCIxNCJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjUsIltbOTUzODYxOTBdXSJdLFsyOSwiZmFsc2UiXV1dfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxXoL-3tbkobcV4Ov6IA8IcIZ09DSEIW3eR6dKH60Qkc94UF_foWQ1uPpPuBDb5I4dxFdT9Crpyw0I1MlFvZEvho34It0-8x2Fsbf9wx13fUxVOU5-2ckjCFE3N7voRWCXYE_lFTdQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODA2MDIzLDc4OTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsOSw2XSxudWxsLDIsbnVsbCwiZW4iLG51bGwsbnVsbCxudWxsLG51bGwsbnVsbCwxXSwiaHR0cHM6Ly93d3cudGhlYWdlLmNvbS5hdS8iLG51bGwsW1s4LCJEc0tHTi1xcWZyUSJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwyODIyXV1dIl0sWzM1LCIxNzc2ODA2MDIyIl0sWzI2LCIxNCJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjUsIltbOTUzODYxOTBdXSJdLFsyOSwiZmFsc2UiXV1d — 200 — 1.6 KiB — 39 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 31 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 569 B — 32 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVpB0QpaPCXiBOfmijwyBx5cm0UoFvRZM-MNZiITBD60FjZV6-LKCBGwOaZy8hTDqSm8qa5KTmGZoZKccvr-TNMMHNLiWwmc7T7Ly4EUH96f8wWpApvRmwKFLaZfH7ElM5oq1sAUQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVpB0QpaPCXiBOfmijwyBx5cm0UoFvRZM-MNZiITBD60FjZV6-LKCBGwOaZy8hTDqSm8qa5KTmGZoZKccvr-TNMMHNLiWwmc7T7Ly4EUH96f8wWpApvRmwKFLaZfH7ElM5oq1sAUQ== — 204 — 28 B — 26 ms — h3https://pagead2.googlesyndication.com/bg/f5QAlvtNIG4WVQkBqopU_UJKye32LJV4C0JimSvBZxA.jspagead2.googlesyndication.com/bg/f5... https://pagead2.googlesyndication.com/bg/f5QAlvtNIG4WVQkBqopU_UJKye32LJV4C0JimSvBZxA.js — 200 — 21.8 KiB — 35 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604200101&jk=8193117951137471&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604200101&jk=8193117951137471&rc= — 204 — 17 B — 45 ms — h3https://ep2.adtrafficquality.google/generate_204?SwBYfQep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?SwBYfQ — 204 — 40 B — 4 ms — h2https://buy-au.piano.io/api/v3/anon/assets/sdk-runtime-config.js?aid=Jt36gy4Tpabuy-au.piano.io/api/v3/anon/assets/... https://buy-au.piano.io/api/v3/anon/assets/sdk-runtime-config.js?aid=Jt36gy4Tpa — 200 — 840 B — 19 ms — h3https://js-sec.indexww.com/um/ixmatch.htmljs-sec.indexww.com/um/ixmatch.html https://js-sec.indexww.com/um/ixmatch.html — 200 — 1.6 KiB — 84 ms — h2https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=158309ads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=158309 — 200 — 7.6 KiB — 87 ms — h2https://eb2.3lift.com/sync?eb2.3lift.com/sync? https://eb2.3lift.com/sync? — 302 — 206 B — 227 ms — h2https://usw1-sync.a-mo.net/isyn?__st=iframe&gdpr=0&gdpr_consent=&us_privacy=1---&_e=TVAxRSyF2fJsshztOCsc1Mhl2ENN4zWLTLcX_upkfTYW6Rq51MHoXiUl7Pwg0c_Oce_MPXl9D-AQBgzHROmAynqoKrxprlZKZvBGUSklASNk7TZwu936GNGFwtX742BlCuTpPwdmmiFrdSfvVoTX43H_2pROh9RcvxQwyM05Mv04Gx-qeBJkA0ShCO7LedeYAnRQGkUbwbY5AVORxupYuYXeDUEOHDm3et7TVEmSQgBsd4WS-VqChEjzsH8b6PhZFA6VHvyrJPmEj9uTct0DgTt7BbXsvWLAfJN8LR9m-cMB_joaApvLcF7kBydzS5xYuw5STPBERRm9GlyLP8y8K2SYmyVfhXt6ZZuT_-idp7ck9c72ST2QCdraxj9J2fU0e_j-29x7bJWPFQmEf8x4484wcp1hCisUusw1-sync.a-mo.net/isyn?__st=iframe... https://usw1-sync.a-mo.net/isyn?__st=iframe&gdpr=0&gdpr_consent=&us_privacy=1---&_e=TVAxRSyF2fJsshztOCsc1Mhl2ENN4zWLTLcX_upkfTYW6Rq51MHoXiUl7Pwg0c_Oce_MPXl9D-AQBgzHROmAynqoKrxprlZKZvBGUSklASNk7TZwu936GNGFwtX742BlCuTpPwdmmiFrdSfvVoTX43H_2pROh9RcvxQwyM05Mv04Gx-qeBJkA0ShCO7LedeYAnRQGkUbwbY5AVORxupYuYXeDUEOHDm3et7TVEmSQgBsd4WS-VqChEjzsH8b6PhZFA6VHvyrJPmEj9uTct0DgTt7BbXsvWLAfJN8LR9m-cMB_joaApvLcF7kBydzS5xYuw5STPBERRm9GlyLP8y8K2SYmyVfhXt6ZZuT_-idp7ck9c72ST2QCdraxj9J2fU0e_j-29x7bJWPFQmEf8x4484wcp1hCisU — 200 — 1.3 KiB — 98 ms — h2https://acdn.adnxs.com/dmp/async_usersync.htmlacdn.adnxs.com/dmp/async_usersync.h... https://acdn.adnxs.com/dmp/async_usersync.html — 200 — 17.2 KiB — 58 ms — http/1.1https://ut.pubmatic.com/geo?pubid=158309ut.pubmatic.com/geo?pubid=158309 https://ut.pubmatic.com/geo?pubid=158309 — 200 — 137 B — 31 ms — h2https://a.amxrtb.com/js/cframe.jsa.amxrtb.com/js/cframe.js https://a.amxrtb.com/js/cframe.js — 200 — 5.1 KiB — 31 ms — h2https://ib.adnxs.com/async_usersync?cbfn=queuePixelsib.adnxs.com/async_usersync?cbfn=qu... https://ib.adnxs.com/async_usersync?cbfn=queuePixels — 200 — 677 B — 57 ms — h2https://eb2.3lift.com/sync?ld=1eb2.3lift.com/sync?ld=1 https://eb2.3lift.com/sync?ld=1 — 200 — 94 B — 70 ms — h2https://id.a-mx.com/sync?tao=1&&uid=7a370285-bf58-4619-971c-0f50067889eaid.a-mx.com/sync?tao=1&&uid=7a37028... https://id.a-mx.com/sync?tao=1&&uid=7a370285-bf58-4619-971c-0f50067889ea — 200 — 921 B — 115 ms — h2https://ut.pubmatic.com/geo?pubid=158309ut.pubmatic.com/geo?pubid=158309 https://ut.pubmatic.com/geo?pubid=158309 — 200 — 0 B — 2 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604200101&jk=8193117951137471&bg=!iIuli-nNAAY2C5OeFgs7AEcBe5WfOK8nFgUIG9QMdDrQH4w6gP4o0T5YPf-7KT3rmw22xtvcYoFxVv-IVavlGOq6TAkoFNrtqh7Vbe_RyJmq3J7vWcwbgAIAAABtUgAAAAZoAQd-ADcRZXhvyX7X5tWmYgnhpFTPHpda2L0br3ybU6Njki8g-mezwje-3_KAvw9A_gyACZdnnInyfenkCgBMSAFDzkPxVdnfOPNMslGjH6NuUZOc4BlwauYYgMAk3utxqb5HOuX3TK57yN91TFhAI9_NjRrk9t70rxR1wChPZTecOYkvJ8B0HFUN5JkCqpSiRT-SLGMFX_C95MfbEE8Hpug4o8eytpHo8o4pvSXO56hrkJc1iUYlVpwM0muWGg8PYSSOXR0uW9j2W6wsccbN7ah6N2RC9ex7ZUAgRs7V78FGN8jI_LbYo24ckurGhnTOVb1LTdJikeTFa3aIZJuz55Tu3Z-MVvlVnvhtR7SYzxHe81brbceOMJcD3rLPRvVFk-H-SQn1-AcpZYPMzMyYucLIg9t58--zgdC13-26rjxQATXXatF-ZQDqAajKH7n2r0ehSuTrsCLuuSTcLrOmzp3BUP6yqQqWuYjjKodJlOCJ-fL5M77dBA1RmCgtyYNHJROCrkMdtpVy97Rd5KJ9WnRSHTKGWiW2EoKaivld0wEskrFOfK_wvp29_RP-N1Seaxy-K9-cO821wGUn_qGC6tMyLJiX504FF2Kr_7dG9hQXHniJ_2-JB2ChazrIyoImdtyJUGRQFlQj3zeuCuYZrXSStoaXSr5zJstUJBDpm--6TR_dwkmNq4q29jy-uyznm7f5xxSJfSeVrT3fqW-0zDUEm0C4f4rV6Ve010N6MkTKjZ79vu49RkbSjKnBQfDr4BuE3prjQQKRAki7_XPcA_2G6yUBFfPnaDrc0jzrqwHIz8hJcJu8BTd1XE3oX7kcqVRJVxRrXsHb7ogbyHAspsMFmw_pP19PDMJ-qv9SbYBHP5xVMCkFvNM6mG76J9X2Ubq-GMRXuxpCILAVBbUt7oD5PvLWqn04wc518cOoNRDuZuJrxoNeSlRDxw779CAjhBof5BOhjvFulP8sncSC5Wwf5SVhDo74D6kkR2UovaKUMn-A2Nb44Evb5lGHPnIkc_GeIMp7QmN3Zh-FBRwzhYL7NptyQRHLKH8OLgr0sYRarkuhQcpZ1eGxnB8GrD8JnUzI6RwR21Mep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604200101&jk=8193117951137471&bg=!iIuli-nNAAY2C5OeFgs7AEcBe5WfOK8nFgUIG9QMdDrQH4w6gP4o0T5YPf-7KT3rmw22xtvcYoFxVv-IVavlGOq6TAkoFNrtqh7Vbe_RyJmq3J7vWcwbgAIAAABtUgAAAAZoAQd-ADcRZXhvyX7X5tWmYgnhpFTPHpda2L0br3ybU6Njki8g-mezwje-3_KAvw9A_gyACZdnnInyfenkCgBMSAFDzkPxVdnfOPNMslGjH6NuUZOc4BlwauYYgMAk3utxqb5HOuX3TK57yN91TFhAI9_NjRrk9t70rxR1wChPZTecOYkvJ8B0HFUN5JkCqpSiRT-SLGMFX_C95MfbEE8Hpug4o8eytpHo8o4pvSXO56hrkJc1iUYlVpwM0muWGg8PYSSOXR0uW9j2W6wsccbN7ah6N2RC9ex7ZUAgRs7V78FGN8jI_LbYo24ckurGhnTOVb1LTdJikeTFa3aIZJuz55Tu3Z-MVvlVnvhtR7SYzxHe81brbceOMJcD3rLPRvVFk-H-SQn1-AcpZYPMzMyYucLIg9t58--zgdC13-26rjxQATXXatF-ZQDqAajKH7n2r0ehSuTrsCLuuSTcLrOmzp3BUP6yqQqWuYjjKodJlOCJ-fL5M77dBA1RmCgtyYNHJROCrkMdtpVy97Rd5KJ9WnRSHTKGWiW2EoKaivld0wEskrFOfK_wvp29_RP-N1Seaxy-K9-cO821wGUn_qGC6tMyLJiX504FF2Kr_7dG9hQXHniJ_2-JB2ChazrIyoImdtyJUGRQFlQj3zeuCuYZrXSStoaXSr5zJstUJBDpm--6TR_dwkmNq4q29jy-uyznm7f5xxSJfSeVrT3fqW-0zDUEm0C4f4rV6Ve010N6MkTKjZ79vu49RkbSjKnBQfDr4BuE3prjQQKRAki7_XPcA_2G6yUBFfPnaDrc0jzrqwHIz8hJcJu8BTd1XE3oX7kcqVRJVxRrXsHb7ogbyHAspsMFmw_pP19PDMJ-qv9SbYBHP5xVMCkFvNM6mG76J9X2Ubq-GMRXuxpCILAVBbUt7oD5PvLWqn04wc518cOoNRDuZuJrxoNeSlRDxw779CAjhBof5BOhjvFulP8sncSC5Wwf5SVhDo74D6kkR2UovaKUMn-A2Nb44Evb5lGHPnIkc_GeIMp7QmN3Zh-FBRwzhYL7NptyQRHLKH8OLgr0sYRarkuhQcpZ1eGxnB8GrD8JnUzI6RwR21M — 204 — 17 B — 45 ms — h3https://id.rtb.mx/rum?uid=7a370285-bf58-4619-971c-0f50067889ea&d=1776806024682id.rtb.mx/rum?uid=7a370285-bf58-461... https://id.rtb.mx/rum?uid=7a370285-bf58-4619-971c-0f50067889ea&d=1776806024682 — 204 — 717 B — 53 ms — h2https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=au-302812&ch=au-302812_b12_theage.com.au-brand%20only_S&asn=theage.com.au-brand%20only&fp_id=yfkuvnqa8c8rzlptzvtzopztenpba1776806022&fp_cr_tm=1776806022946&fp_acc_tm=1776806022946&fp_emm_tm=1776806022946&ve_id=&sessionId=0gbbv2yorc8lklimohg8qnhkxuq7b1776806022&prv=1&c6=vc,b12&ca=NA&c13=asid,P217595B8-BA73-49E3-9031-DE37DED53230&c32=segA,NA&c33=segB,The%20Age%20-%20Homepage&c34=segC,NA&c15=apn,theage&sup=1&segment2=&segment1=&forward=0&plugv=&playerv=&ad=0&cr=V&c9=devid,&enc=true&c1=nuid,6nakfxfyunfopkzge7jrdnftyinxt1776806023&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,1776806022941817&c30=bldv,6.0.0.747&st=dcr&c7=osgrp,&c8=devgrp,&c10=plt,&c40=adbid,&c14=osver,NA&c26=dmap,1&dd=&hrd=&wkd=&c35=adrsid,&c36=cref1,&c37=cref2,&c11=agg,1&c12=apv,&c51=adl,0&c52=noad,0&pc=NA&c53=fef,n&c54=oad,&c55=cref3,&c57=adldf,2&ai=Homepage%20Homepage&c3=st,c&c64=starttm,1776806024&adid=Homepage%20Homepage&c58=isLive,false&c59=sesid,&c61=createtm,1776806025&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fwww.theage.com.au%2F&c66=mediaurl,&sdd=&c62=sendTime,1776806025&rnd=991146secure-dcr.imrworldwide.com/cgi-bin... https://secure-dcr.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=au-302812&ch=au-302812_b12_theage.com.au-brand%20only_S&asn=theage.com.au-brand%20only&fp_id=yfkuvnqa8c8rzlptzvtzopztenpba1776806022&fp_cr_tm=1776806022946&fp_acc_tm=1776806022946&fp_emm_tm=1776806022946&ve_id=&sessionId=0gbbv2yorc8lklimohg8qnhkxuq7b1776806022&prv=1&c6=vc,b12&ca=NA&c13=asid,P217595B8-BA73-49E3-9031-DE37DED53230&c32=segA,NA&c33=segB,The%20Age%20-%20Homepage&c34=segC,NA&c15=apn,theage&sup=1&segment2=&segment1=&forward=0&plugv=&playerv=&ad=0&cr=V&c9=devid,&enc=true&c1=nuid,6nakfxfyunfopkzge7jrdnftyinxt1776806023&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,1776806022941817&c30=bldv,6.0.0.747&st=dcr&c7=osgrp,&c8=devgrp,&c10=plt,&c40=adbid,&c14=osver,NA&c26=dmap,1&dd=&hrd=&wkd=&c35=adrsid,&c36=cref1,&c37=cref2,&c11=agg,1&c12=apv,&c51=adl,0&c52=noad,0&pc=NA&c53=fef,n&c54=oad,&c55=cref3,&c57=adldf,2&ai=Homepage%20Homepage&c3=st,c&c64=starttm,1776806024&adid=Homepage%20Homepage&c58=isLive,false&c59=sesid,&c61=createtm,1776806025&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fwww.theage.com.au%2F&c66=mediaurl,&sdd=&c62=sendTime,1776806025&rnd=991146 — 200 — 548 B — 36 ms — h2https://prebid-a.rubiconproject.com/eventprebid-a.rubiconproject.com/event https://prebid-a.rubiconproject.com/event — 204 — 126 B — 100 ms — h2https://ping.chartbeat.net/ping?h=theage.com.au&p=%2F&u=_Jh-DDlIfemC8XbdT&d=theage.com.au&g=42370&g0=Homepage%2C&g1=No%20Author&g4=Homepage&n=1&f=00001&c=0.25&x=0&m=0&y=14600&o=1350&w=940&j=30&R=1&W=0&I=0&E=5&e=5&r=&PA=https%3A%2F%2Fwww.theage.com.au%2F&b=3709&t=6g7pECnamzhDtLev6CGaQuzDRUH04&V=150&tz=0&_acct=anon&sn=2&sv=SnpE9BvZemjCj4Wm7CIppDCDeN80I&sr=external&sd=1&im=067b2fff&_ping.chartbeat.net/ping?h=theage.co... https://ping.chartbeat.net/ping?h=theage.com.au&p=%2F&u=_Jh-DDlIfemC8XbdT&d=theage.com.au&g=42370&g0=Homepage%2C&g1=No%20Author&g4=Homepage&n=1&f=00001&c=0.25&x=0&m=0&y=14600&o=1350&w=940&j=30&R=1&W=0&I=0&E=5&e=5&r=&PA=https%3A%2F%2Fwww.theage.com.au%2F&b=3709&t=6g7pECnamzhDtLev6CGaQuzDRUH04&V=150&tz=0&_acct=anon&sn=2&sv=SnpE9BvZemjCj4Wm7CIppDCDeN80I&sr=external&sd=1&im=067b2fff&_ — 200 — 200 B — 70 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 8688ms · 2473KB · A$56/mo
www.theage.com.au
Other
Costly
Execution 4704ms
Transfer 173 KB
Monthly Cost A$30/mo
Unattributable
Other
Costly
Execution 736ms
Transfer 0 KB
Monthly Cost A$5/mo
www.theage.com.au
Other
Costly
Execution 428ms
Transfer 82 KB
Unused 34%
Monthly Cost A$3/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 354ms
Transfer 188 KB
Unused 54%
Monthly Cost A$2/mo
surveys-static-prd.survicate-cdn.com
Other
Costly
Execution 262ms
Transfer 161 KB
Unused 48%
Monthly Cost A$2/mo
Google Tag Manager
Tag Manager
Costly
Execution 259ms
Transfer 173 KB
Unused 34%
Monthly Cost A$2/mo
cdn.storifyme.xyz
Other
Costly
Execution 258ms
Transfer 32 KB
Monthly Cost A$2/mo
fundingchoicesmessages.google.com
Other
Costly
Execution 205ms
Transfer 70 KB
Unused 53%
Monthly Cost A$1/mo
cdn.tinypass.com
Other
Optional
Execution 199ms
Transfer 133 KB
Unused 53%
Monthly Cost A$1/mo
www.theage.com.au
Other
Optional
Execution 183ms
Transfer 274 KB
Unused 40%
Monthly Cost A$1/mo
cdn.cxense.com
Other
Optional
Execution 170ms
Transfer 38 KB
Unused 58%
Monthly Cost A$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 155ms
Transfer 137 KB
Unused 45%
Monthly Cost A$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 125ms
Transfer 174 KB
Unused 38%
Monthly Cost A$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 104ms
Transfer 165 KB
Unused 39%
Monthly Cost A$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 100ms
Transfer 131 KB
Unused 46%
Monthly Cost A$1/mo
Facebook Pixel
Advertising
Optional
Execution 73ms
Transfer 97 KB
Unused 35%
Monthly Cost A$0/mo
cdn.evgnet.com
Other
Optional
Execution 67ms
Transfer 55 KB
Unused 50%
Monthly Cost A$0/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 143 KB
Unused 57%
Monthly Cost A$0/mo
Facebook Pixel
Advertising
Optional
Execution 65ms
Transfer 45 KB
Monthly Cost A$0/mo
news.google.com
Other
Optional
Execution 62ms
Transfer 71 KB
Unused 53%
Monthly Cost A$0/mo
micro.rubiconproject.com
Other
Optional
Execution 59ms
Transfer 131 KB
Unused 32%
Monthly Cost A$0/mo
cdn-gl.imrworldwide.com
Other
Optional
Execution 55ms
Transfer 1 KB
Monthly Cost A$0/mo

These scripts may cost more than they're worth

  • www.theage.com.au adds 4704ms and costs ~A$30/month
  • Unattributable adds 736ms and costs ~A$5/month
  • www.theage.com.au adds 428ms and costs ~A$3/month
  • securepubads.g.doubleclick.net adds 354ms and costs ~A$2/month
  • surveys-static-prd.survicate-cdn.com adds 262ms and costs ~A$2/month
  • Google Tag Manager adds 259ms and costs ~A$2/month
  • cdn.storifyme.xyz adds 258ms and costs ~A$2/month
  • fundingchoicesmessages.google.com adds 205ms and costs ~A$1/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.theage.com.au takes 4704ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 736ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.theage.com.au takes 428ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

securepubads.g.doubleclick.net takes 354ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

54% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

surveys-static-prd.survicate-cdn.com takes 262ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 259ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

cdn.storifyme.xyz takes 258ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

fundingchoicesmessages.google.com takes 205ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

53% of fundingchoicesmessages.google.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

53% of cdn.tinypass.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

58% of cdn.cxense.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

57% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

53% of news.google.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback