Performance
· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.54 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.53 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.226
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.98 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.
18.79 s
Page Load Progression
FPage Weight BudgetAction5.8 MB transferred, 150 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction80% third-party, 0 ms blockingFIX
FJS Execution CostAction7198ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.abc.net.au/news-web/_next/static/chunks/framework-4a602498427f98ac.js | 1800ms | 1509ms | 19ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-NZ6NQM6F | 1407ms | 1249ms | 75ms | 3rd |
| https://www.abc.net.au/ | 1085ms | 70ms | 7ms | 1st |
| Unattributable | 728ms | 9ms | 0ms | 3rd |
| https://login.abc.net.au/js/gigya.js?apikey=3_fA1lYde7bHFw4kAQ_VLT37l-OacxV6xOkYAn0KOPFjrXyrlrovPpV1toELQLABDp | 517ms | 442ms | 65ms | 3rd |
| https://www.abc.net.au/news-web/_next/static/chunks/pages/index-7c4e201de3ff7196.js | 456ms | 455ms | 0ms | 1st |
| https://www.abc.net.au/news-web/_next/static/chunks/pages/_app-ee0c3be25bf60a06.js | 371ms | 157ms | 36ms | 1st |
| https://login.abc.net.au/js/sso.htm?APIKey=3_DHeg1ce5-HbfRNLEbQs6kLcA5kfRcyCq-3o7EJJgM8qCyMJzLQeqGmgeiuQJzD8b&ssoSegment=&version=latest&build=1535&flavor=base&sourceKey=3_fA1lYde7bHFw4kAQ_VLT37l-OacxV6xOkYAn0KOPFjrXyrlrovPpV1toELQLABDp | 207ms | 198ms | 0ms | 3rd |
| https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.abc.net.au | 106ms | 69ms | 35ms | 3rd |
| https://www.abc.net.au/news-web/_next/static/chunks/main-f8430302b7586c39.js | 102ms | 89ms | 12ms | 1st |
Showing top 10 of 16 scripts
FJS BundlesAction61 scripts, 545 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://login.abc.net.au/js/gigya.js?apikey=3_fA1lYde7bHFw4kAQ_VLT37l-OacxV6xOkYAn0KOPFjrXyrlrovPpV1toELQLABDp | 239 KB | 137 KB (58%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NZ6NQM6F | 185 KB | 72 KB (39%) | ✓ | 3rd |
| https://www.abc.net.au/news-web/_next/static/chunks/464a22fe-d8a7a6e9ffdfc9c4.js | 98 KB | 63 KB (65%) | ✓ | 1st |
| https://www.abc.net.au/news-web/_next/static/chunks/pages/_app-ee0c3be25bf60a06.js | 137 KB | 62 KB (45%) | ✓ | 1st |
| https://www.abc.net.au/news-web/_next/static/chunks/de806afc-ff86fb48e79c66ff.js | 38 KB | 36 KB (97%) | ✓ | 1st |
| https://www.abc.net.au/news-web/_next/static/chunks/773-68a625ac968832e2.js | 51 KB | 32 KB (65%) | ✓ | 1st |
| https://www.abc.net.au/news-web/_next/static/chunks/main-f8430302b7586c39.js | 48 KB | 28 KB (60%) | ✓ | 1st |
| https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.abc.net.au | 36 KB | 27 KB (77%) | ✓ | 3rd |
| https://www.abc.net.au/news-web/_next/static/chunks/7314-92fe9a6e72882682.js | 46 KB | 23 KB (51%) | ✓ | 1st |
| https://www.abc.net.au/news-web/_next/static/chunks/framework-4a602498427f98ac.js | 59 KB | 22 KB (37%) | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
BImage Optimization59 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (78 KB)PASS
Web fonts
5
78 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints48 hints, 0 missing preconnectsPASS
Current Resource Hints
48 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=34 (34 seconds)PASS
public, max-age=34
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 34 | Cache for 34 seconds |
Network Waterfall150 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 1407ms | 185 KB | 39% | A$24/mo | Costly |
Unattributable Unattributable | Other | 728ms | 0 KB | — | A$13/mo | Costly |
login.abc.net.au login.abc.net.au | Other | 517ms | 239 KB | 58% | A$9/mo | Costly |
login.abc.net.au login.abc.net.au | Other | 207ms | 0 KB | — | A$4/mo | Costly |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 106ms | 36 KB | 77% | A$2/mo | Optional |
static.chartbeat.com static.chartbeat.com | Other | 89ms | 25 KB | — | A$2/mo | Optional |
static.chartbeat.com static.chartbeat.com | Other | 83ms | 10 KB | — | A$1/mo | Optional |
login.abc.net.au login.abc.net.au | Other | 74ms | 0 KB | — | A$1/mo | Optional |
login.abc.net.au login.abc.net.au | Other | 52ms | 0 KB | — | A$1/mo | Optional |
login.abc.net.au login.abc.net.au | Other | 52ms | 0 KB | — | A$1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 1407ms and costs ~A$24/month
- Unattributable adds 728ms and costs ~A$13/month
- login.abc.net.au adds 517ms and costs ~A$9/month
- login.abc.net.au adds 207ms and costs ~A$4/month
46% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Google Tag Manager takes 1407ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 728ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
login.abc.net.au takes 517ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
58% of login.abc.net.au's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
login.abc.net.au takes 207ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
77% of siteintercept.qualtrics.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev