Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 26.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 23.0 MB (12.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
4 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/c8acc78b-01f6-4c6f-acf4-0eac231c2613)<a href="https://beavercheck.com/results/c8acc78b-01f6-4c6f-acf4-0eac231c2613"><img src="https://beavercheck.com/badge?url=https%3A%2F%2F9news.com.au" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2F9news.com.auThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 26.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~35%.
Page takes 26.4s to load
+12% bounceUsers abandon at ~3s — you're 23.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
9 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
152 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
5 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
AUD 550 investment → AUD 4.85/month returns + AUD 50,200,000 risk avoided
AUD 550
5h · 5 findings
AUD 4.85 /mo
~AUD 58 / year
AUD 50,200,000
if kept compliant
AUD 165 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at A$110/hr
Based on Australia rates (A$110/hr)
Start here for the best return on investment
AUD 4,183,338 / month at risk
~AUD 50,200,058 / year if left unfixed
AUD 50,200,000
+19 more
AUD 4.85 /mo
39436.4 MB/mo × 0.123 AUD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.41 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.05 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.095
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.43 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.
40.73 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Monster illicit tobacco haul uncovered in suitcase article.story-block > a.story__link > figure.story__media > img | /a2OPsxeAZriC4FhieBf-YJbUjgI=/687x387/https://prod.static... | 3.7 MiB | 3.4 MiB |
Ballistic missile paraded through Iranian streets article.story-block > a.story__link > figure.story__media > img | /8Mp0CKJalHP1jwdOSbABvQrkANY=/220x124/https://prod.static... | 894.3 KiB | 652.9 KiB |
The container 'fortress' designed to survive the outside world article.story-block > a.story__link > figure.story__media > img | /8yHsdIuU7iksKTDADl_4IBKMHxI=/0x248:1496x1089/687x387/htt... | 457.4 KiB | 414.1 KiB |
Sydney home comes with a free $100k sports car, but there's a catch article.story-block > a.story__link > figure.story__media > img | /uOVW1lyC8EHO1t0yMTurVvJVWiM=/0x123:2499x1528/687x387/htt... | 422.1 KiB | 378.9 KiB |
These photos of Harry and Meghan could land Aussies in hot water article.story-block > a.story__link > figure.story__media > img | /QRoc7IewX2Z42E5JvOwhA-ljEOM=/176x135:1113x663/687x387/ht... | 393.9 KiB | 350.6 KiB |
Port Melbourne brawl arrest vision looper article.story-block > a.story__link > figure.story__media > img | /Uv5U5uX966KGTB_MPT_uabhoK-g=/74x0:525x338/210x158/https:... | 464.7 KiB | 302.1 KiB |
Your Local, Your News div > section._2Jp_ysbE > a > img.p4CElV0r | /uvUK_GwdsIzitcF8M4rLajT2scs=/692x109/https://prod.static... | 140.8 KiB | 128.5 KiB |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /1KiEHTP9nVnfwCV_a0eYd76wFZQ=/11x22:165x138/210x158/https... | 52.3 KiB | 46.9 KiB |
Mild mannered Melbourne coach in charge of global juggernaut article.story-block > a.story__link > figure.story__media > img | /k9jWTNX-Tuj30tq2vJec9s0ktcI=/18x0:1005x555/694x391/https... | 90.4 KiB | 46.3 KiB |
What does the NDIS overhaul mean for you? article.story-block > a.story__link > figure.story__media > img | /4B_j47qhV0yst0ks35-xBh68GWE=/0x0:1254x705/687x387/https:... | 75.7 KiB | 32.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.9news.com.au/assets/main.0348caca.css | 50.6 KiB | 301 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| 9news.com.au/ | 901 ms |
| www.9news.com.au/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.9 s |
| Other | 1.9 s |
| Script Parsing & Compilation | 932 ms |
| Style & Layout | 888 ms |
| Rendering | 286 ms |
| Parse HTML & CSS | 221 ms |
| Garbage Collection | 153 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ca.surveygizmo.com/runtimejs/intercept/intercept.js | 8.3 KiB | 2.5 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.9news.com.au/assets/main.0348caca.css | 50.5 KiB | 44.2 KiB |
| .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0; … } … | 28.1 KiB | 28.0 KiB |
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.1 KiB | 14.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.9news.com.au/assets/main.a9fd1790.js | 1010.0 KiB | 575.5 KiB |
| players.brightcove.net/664969388001/H190EXsjW_default/index.min.js | 347.6 KiB | 256.2 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 130.5 KiB |
| surveys-static-prd.survicate-cdn.com/widget_core-28.23.15.js | 160.2 KiB | 77.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WJZH974B | 119.6 KiB | 67.0 KiB |
| widgets.outbrain.com/outbrain.js | 109.3 KiB | 57.1 KiB |
| share.9cdn.net/share/long_cache/js/tracking/tracking.4.0.516.min.js | 83.2 KiB | 53.7 KiB |
| micro.rubiconproject.com/prebid/dynamic/21460.js | 137.0 KiB | 49.6 KiB |
| cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js | 72.9 KiB | 38.1 KiB |
| fundingchoicesmessages.google.com/i/133009657?ers=3 | 68.8 KiB | 36.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.6 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 27.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
LIVE: Iran seizes two ships, disables a third as ceasefire erodes a.takeover__link > div.takeover__media-wrapper > figure.story__media > img | /dT443HwnODyCHjUxcXKxeFxBC-k=/694x391/https://prod.static... |
Your Local, Your News div > section._2Jp_ysbE > a > img.p4CElV0r | /uvUK_GwdsIzitcF8M4rLajT2scs=/692x109/https://prod.static... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /1KiEHTP9nVnfwCV_a0eYd76wFZQ=/11x22:165x138/210x158/https... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /f5JTqqDVoCd5oXK6uB_poF6vxv4=/240x0:1680x1080/210x158/htt... |
Donald Trump pressured Republican states to redraw their congressional maps. article.story-block > a.story__link > figure.story__media > img | /69CDn1073gE52u19U5pM8FOQZ2I=/174x0:1221x785/210x158/http... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /il-K_DoAD0XJa9cdxHwdb4N01Mc=/210x158/https://prod.static... |
Persian Gulf towards Strait of Hormuz article.story-block > a.story__link > figure.story__media > img | /S5rfIKFXA7rY3716uQO_o5d9pQ0=/57x0:966x682/210x158/https:... |
Man high on mushrooms and dressed as ninja when he attacked neighbours article.story-block > a.story__link > figure.story__media > img | /IUhPsh2O03paatibKSA8DNlThMw=/210x158/https://prod.static... |
A terrifying home invasion and kidnapping has transpired on a suburban street i… article.story-block > a.story__link > figure.story__media > img | /jGztsJF7SRduHswu-P1ukwZqkSE=/960x0:3840x2160/210x158/htt... |
Alicia Gardiner, known for her roles in the television series Offspring and Dea… article.story-block > a.story__link > figure.story__media > img | /c-GnoaMj85DGkBHqys86YP10Sqw=/868x0:3490x1967/210x158/htt... |
Australia's biggest veteran community left divided article.story-block > a.story__link > figure.story__media > img | /lD3PKrvEIFqumaFq4-UW9IAl1yk=/210x158/https://prod.static... |
Minister for Health and Ageing and Minister for Disability and the NDIS Mark Bu… article.story-block > a.story__link > figure.story__media > img | /T3xthQKL60XcPTFHsWwPB1CsZvQ=/0x0:4509x3006/210x158/https... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /NJ41LFTx3DoS7TuFT9OmRoC-lZw=/0x0:1404x936/210x158/https:... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /ygQQsL11wPXRVKvW7hQZ4OCHvnQ=/240x0:1680x1080/210x158/htt... |
Port Melbourne brawl arrest vision looper article.story-block > a.story__link > figure.story__media > img | /Uv5U5uX966KGTB_MPT_uabhoK-g=/74x0:525x338/210x158/https:... |
Regina Arthurell. article.story-block > a.story__link > figure.story__media > img | /P8461hsOEXcR8K1xJHJKI7BbNaA=/386x0:2911x1894/210x158/htt... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /rm8WJkih5rU6VjH8ovQ9TJkghkA=/498x604:1415x1120/210x158/h... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /4hy1fycmnOSXNHB4Q5HJpW7mtBQ=/386x82:1519x933/210x158/htt... |
The lawyer allegedly helped launder money for a criminal syndicate. article.story-block > a.story__link > figure.story__media > img | /la1TVuA1MfNkw1s3i7stBzykMh4=/47x73:1075x844/210x158/http... |
ALBO PETROL CASH article.story-block > a.story__link > figure.story__media > img | /XbBYNHnEBWZ7Uwk8qsgRtoDixgA=/210x158/https://prod.static... |
Toddler killed in Caboolture article.story-block > a.story__link > figure.story__media > img | /7ixNnhcaEvDN-2njiXY1bMKdkD0=/150x0:1770x1080/210x158/htt... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /1ZtCgd-sbc-ZpHiuSkh0Po5QQuI=/78x0:1326x936/210x158/https... |
Robin Jeanne Hoinville-Bartram, 19, and her college friend Anita Cunningham, se… article.story-block > a.story__link > figure.story__media > img | /ZVSLN94MOcdCwQlSu4MGujgwByI=/100x0:1617x1138/210x158/htt... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /XXESIvlk9-_XO0euU5SmtxkM_L4=/389x0:1652x947/210x158/http... |
Ominous warning as US embassy urges citizens to leave Middle Eastern nation article.story-block > a.story__link > figure.story__media > img | /gNhR8_HcAcl0axFS2eYNm6yBCG8=/240x135/https://prod.static... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /5s2NAGhuBV5PSAVS5tmg2sQHG7I=/240x0:1680x1080/240x135/htt... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /fasxw-ZHu-Ti5qNB-hrnbbB-TD8=/11x22:165x138/240x135/https... |
Donald Trump pressured Republican states to redraw their congressional maps. article.story-block > a.story__link > figure.story__media > img | /U_Fcl4N9iV8bD8ZuNjnjTO_U13w=/174x0:1221x785/240x135/http... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /7L_X-Sjcelg7na5kNbxDrK1ottc=/109x0:1286x785/240x135/http... |
Luke said he never intended to mislead anyone with this AI photo, he's jus… article.story-block > a.story__link > figure.story__media > img | /R1-cUhikF3JsZoAvudXtIHhmEfg=/123x50:1188x850/240x135/htt... |
'Domestic terror': The disturbing movement behind cop-killer Dezi Freeman article.story-block > a.story__link > figure.story__media > img | /_SlqEF7UaRW_b4ACJTqSa_SEMVo=/220x124/https://prod.static... |
The graph the government doesn't want you to see about our oil stocks article.story-block > a.story__link > figure.story__media > img | /7PZB_x8tWVXTWaLLQ1iBeE51GAo=/220x124/https://prod.static... |
Why we can continue to call our cheese feta, but fontina will be a no-go article.story-block > a.story__link > figure.story__media > img | /akpDLrOI3ZOqmf9IOHGdGU4G6_c=/0x0:2121x1193/220x124/https... |
Ballistic missile paraded through Iranian streets article.story-block > a.story__link > figure.story__media > img | /8Mp0CKJalHP1jwdOSbABvQrkANY=/220x124/https://prod.static... |
Century-old lighthouse 4km offshore hits the market article.story-block > a.story__link > figure.story__media > img | /hySu5Yx18tBj1aIFUZwHxHYtjlY=/0x289:683x674/220x124/https... |
Ukrainian officials propose naming region after Donald Trump article.story-block > a.story__link > figure.story__media > img | /g5HDuS8U5bOsfMf5rcUdWex8vWI=/220x124/https://prod.static... |
UK to introduce lifelong smoking ban for anyone born after 2008 article.story-block > a.story__link > figure.story__media > img | /ZddPeq8oOnoYmxGxjyc-Zp7uMyM=/220x124/https://prod.static... |
Royals family remember Queen Elizabeth II on what would have been her 100th bir… article.story-block > a.story__link > figure.story__media > img | /1und80QNqmTDsrrVPGtXYhMyc0w=/0x76:3000x1763/220x124/http... |
'Lots of bombs': Trump threatens Iran amid reports of new talks article.story-block > a.story__link > figure.story__media > img | /ryjYqbpksvbrZpu3ks5a4mqXJwE=/0x116:2000x1241/220x124/htt... |
Concerns for $750k star as details emerge over mystery absence article.story-block > a.story__link > figure.story__media > img | /KZfGI5K9RGK7740f4yA2OYCWO_4=/0x69:3000x1756/694x391/http... |
'Comes down to recruitment': Slater pinpoints Dragons' mistakes article.story-block > a.story__link > figure.story__media > img | /oQLSLrFDk4wN9BowSOM01E4eA3o=/0x470:4802x3171/694x391/htt... |
Eddie's plea to AFL after 'embarrassing' Butters fiasco article.story-block > a.story__link > figure.story__media > img | /9-v2FXVHewfU43K2VRSp6Pe0WeE=/0x94:4835x2814/220x124/http... |
Kostecki slams 'malicious' Mostert manoeuvre after clash article.story-block > a.story__link > figure.story__media > img | /WSpQBK6LEDn5YwPAiKDjvHZnroM=/0x49:1080x656/220x124/https... |
Crippling extent of Broncos crisis laid bare by busted 13 article.story-block > a.story__link > figure.story__media > img | /rQIHualnY6BGevzodzTcB01nerU=/220x124/https://prod.static... |
'Devils tax': Alarm over reported $7m offer for Pies forward article.story-block > a.story__link > figure.story__media > img | /pg0xyMY_v_eWJ694N-1IFAND7Sk=/0x127:3652x2181/220x124/htt... |
Nanna's household tips to help save money article.story-block > a.story__link > figure.story__media > img | /sYpPgZjGUhTNdBFbjKnVyixahLE=/0x130:1254x835/220x124/http... |
Aussie surfer's close call with deadly sea creature article.story-block > a.story__link > figure.story__media > img | /4bsS74f45lywSG29yic_36L50GI=/220x124/https://prod.static... |
Today's tax breakdown ahead of Federal Budget article.story-block > a.story__link > figure.story__media > img | /kxJwNUHQWRdSqVfmCWi1fVQB5wc=/0x510:4896x3264/220x124/htt... |
'Time to save other people': Young dad's gift after tragic accident article.story-block > a.story__link > figure.story__media > img | /iksvqU7m3MURNgBhHLOLFL22xeY=/0x0:1920x1080/220x124/https... |
Australia's biggest veteran community left divided article.story-block > a.story__link > figure.story__media > img | /PKL6aWu9G8YPhZyqCHBsvRpJ7OI=/0x0:1920x1080/220x124/https... |
Families living in tents as housing crisis continues article.story-block > a.story__link > figure.story__media > img | /TOeUvbxDFSB3_kmI_2qkfPIlPD0=/220x124/https://prod.static... |
Family demand answers after woman left to die alone following luxury cruise tra… article.story-block > a.story__link > figure.story__media > img | /R5VQITqbbW9S9HK5n1CrLJk5tik=/220x124/https://prod.static... |
Why more and more women feel they are being pushed to freeze their eggs article.story-block > a.story__link > figure.story__media > img | /5wOKwg2uWpOgixVGbIsMXbfQwBU=/220x124/https://prod.static... |
Inside the dangerous looksmaxxing trend taking over young men's feeds article.story-block > a.story__link > figure.story__media > img | /we3NQ2ICqsa-yZbzZRQop22heCA=/220x124/https://prod.static... |
Rich-lister Brad Moran's giant Gold Coast compound up for grabs article.story-block > a.story__link > figure.story__media > img | /XmYpq735ssgqr9Tp585Z5cmYwoI=/0x18:2421x1379/220x124/http... |
Owner ordered to tear down $2.5 million house amid planning feud article.story-block > a.story__link > figure.story__media > img | /etJAR_t9nVt__vKhGC6eC-8qAtk=/324x224:2627x1520/220x124/h... |
Grandmother wins $9m lake house after ignoring husband's warning article.story-block > a.story__link > figure.story__media > img | /sfBHY2SiG6NRFycvzQVO0M_8N30=/0x0:1024x576/220x124/https:... |
Couple arrive home to find nasty note taped to their door article.story-block > a.story__link > figure.story__media > img | /bpkv0nk3-nNKd16l5sHNKXvZS_U=/220x124/https://prod.static... |
The last affordable suburb in Sydney revealed article.story-block > a.story__link > figure.story__media > img | /ku10CdERjdKx7WWhykiX2vZxgCg=/0x168:1620x1079/220x124/htt... |
The unusual reason Peter bought this derelict cottage article.story-block > a.story__link > figure.story__media > img | /OyGUKHuCk0AdaC-qtwwnXuP6qkM=/0x0:2068x1163/220x124/https... |
The Toyota HiLux attracting orders from more than your local council article.story-block > a.story__link > figure.story__media > img | /8Kp4pnDGmlsppMgsl5KPwgcj1mw=/220x124/https://prod.static... |
Limited edition Ford returns to Australia article.story-block > a.story__link > figure.story__media > img | /jU7iNpfF0immj1vLd_AWBdJyBv4=/220x124/https://prod.static... |
The smallest model in Hyundai's dedicated Ioniq electric-vehicle range has debu… article.story-block > a.story__link > figure.story__media > img | /XcNpHp-0rYBYdyiHFmRuw0lOi3g=/220x124/https://prod.static... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Clear ul.forecast__hours > li > div.weather-app__weather-value > i.weather-icon |
Mostly clear ul.forecast__hours > li > div.weather-app__weather-value > i.weather-icon |
Mostly clear ul.forecast__hours > li > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly cloudy ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > section > div.toggle > button div > section > div.toggle > button |
div > div > div.score-strip > button#scoreStripPrev div > div > div.score-strip > button#scoreStripPrev |
div > div > div.score-strip > button#scoreStripNext div > div > div.score-strip > button#scoreStripNext |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section > div.feeds > div.advert > iframe#domainIframe section > div.feeds > div.advert > iframe#domainIframe |
section > div.feeds > div.advert > iframe.autoIframe section > div.feeds > div.advert > iframe.autoIframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.header-wrapper > div.Header__Wrapper-sc-1hbyv72-1 > nav.NetworkNav__Nav-sc-2f4qge-0 > a.NineComAu__NineLogoWrapper-sc-8l2uxh-0 section.header-wrapper > div.Header__Wrapper-sc-1hbyv72-1 > nav.NetworkNav__Nav-sc-2f4qge-0 > a.NineComAu__NineLogoWrapper-sc-8l2uxh-0 |
nav.NetworkNav__Nav-sc-2f4qge-0 > div.LogoNavNetwork__LogoNavWrapperNetwork-ytuj7a-3 > div.LogoNavNetwork__LogosWrapperNetwork-ytuj7a-2 > a.LogoNavNetwork__SiteLogoNetwork-ytuj7a-4 nav.NetworkNav__Nav-sc-2f4qge-0 > div.LogoNavNetwork__LogoNavWrapperNetwork-ytuj7a-3 > div.LogoNavNetwork__LogosWrapperNetwork-ytuj7a-2 > a.LogoNavNetwork__SiteLogoNetwork-ytuj7a-4 |
div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link |
div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link |
div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link |
div.Footer__Container-sc-1uuqnsm-1 > div.Top__Container-p0dwa6-0 > span.Top__Logo-p0dwa6-1 > a.LogoWrapper-sc-7ieug6-0 div.Footer__Container-sc-1uuqnsm-1 > div.Top__Container-p0dwa6-0 > span.Top__Logo-p0dwa6-1 > a.LogoWrapper-sc-7ieug6-0 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
These photos of Harry and Meghan could land Aussies in hot water article.story-block > a.story__link > div.story__details > h3.story__headline |
Ominous warning as US embassy urges citizens to leave Middle Eastern nation article.story-block > a.story__link > div.story__details > h3.story__headline |
'Domestic terror': The disturbing movement behind cop-killer Dezi Freeman article.story-block > a.story__link > div.story__details > h3.story__headline |
Labor figure's accused killer pleads guilty to assaulting another man article.story-block > a.story__link > div.story__details > h3.story__headline |
Ballistic missile paraded through Iranian streets article.story-block > a.story__link > div.story__details > h3.story__headline |
Mild mannered Melbourne coach in charge of global juggernaut article.story-block > a.story__link > div.story__details > h3.story__headline |
Nanna's household tips to help save money article.story-block > a.story__link > div.story__details > h3.story__headline |
'Time to save other people': Young dad's gift after tragic accident article.story-block > a.story__link > div.story__details > h3.story__headline |
Family demand answers after woman left to die alone following luxury cruise tra… article.story-block > a.story__link > div.story__details > h3.story__headline |
Rich-lister Brad Moran's giant Gold Coast compound up for grabs article.story-block > a.story__link > div.story__details > h3.story__headline |
The Toyota HiLux attracting orders from more than your local council article.story-block > a.story__link > div.story__details > h3.story__headline |
9:00am ul.forecast__hours > li > div.weather-app__weather-value > h6.weather-app__weather-value__title |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home
Newsletters
Work with us
Advertise with us
Support
Terms of use
Privacy footer.Footer__Wrapper-sc-1uuqnsm-0 > div.Footer__Container-sc-1uuqnsm-1 > nav.Bottom__Navigation-sc-10vzyfk-0 > ul.Bottom__List-sc-10vzyfk-1 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
NW div.score-strip__content > div > div.score-strip__team > img.score-strip__team__image | wwos.nine.com.au/images/teams-local/rugby/422 | 16 x 16 (1.00) | 253 x 163 (1.55) |
CC div.score-strip__content > div > div.score-strip__team > img.score-strip__team__image | wwos.nine.com.au/images/teams-local/rugby/426 | 16 x 16 (1.00) | 300 x 110 (2.73) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/21460.js line 25, col 84959 |
| Unload event listeners are deprecated and will be removed. | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos3-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos4-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos5-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos6-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos7-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos8-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 451 () | |
www.9news.com.au/assets/main.a9fd1790.js line 683, col 86143 | TypeError: Cannot read properties of null (reading 'setAttribute')
at t.updateIframe (https://www.9news.com.au/assets/main.a9fd1790.js:684:86144)
at t.<anonymous> (https://www.9news.com.au/assets/main.a9fd1790.js:684:86396)
at _ (https://www.9news.com.au/assets/main.a9fd1790.js:684:18465)
at Generator._invoke (https://www.9news.com.au/assets/main.a9fd1790.js:684:18253)
at e.<computed> [as next] (https://www.9news.com.au/assets/main.a9fd1790.js:684:18644)
at r (https://www.9news.com.au/assets/main.a9fd1790.js:33:79100)
at https://www.9news.com.au/assets/main.a9fd1790.js:33:79196 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
139 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.154
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.45 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.
8.02 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Monster illicit tobacco haul uncovered in suitcase article.story-block > a.story__link > figure.story__media > img | /a2OPsxeAZriC4FhieBf-YJbUjgI=/687x387/https://prod.static... | 3.7 MiB | 3.5 MiB |
Ballistic missile paraded through Iranian streets article.story-block > a.story__link > figure.story__media > img | /8Mp0CKJalHP1jwdOSbABvQrkANY=/220x124/https://prod.static... | 894.3 KiB | 652.9 KiB |
The container 'fortress' designed to survive the outside world article.story-block > a.story__link > figure.story__media > img | /8yHsdIuU7iksKTDADl_4IBKMHxI=/0x248:1496x1089/687x387/htt... | 457.4 KiB | 436.7 KiB |
Sydney home comes with a free $100k sports car, but there's a catch article.story-block > a.story__link > figure.story__media > img | /uOVW1lyC8EHO1t0yMTurVvJVWiM=/0x123:2499x1528/687x387/htt... | 422.1 KiB | 401.4 KiB |
These photos of Harry and Meghan could land Aussies in hot water article.story-block > a.story__link > figure.story__media > img | /QRoc7IewX2Z42E5JvOwhA-ljEOM=/176x135:1113x663/687x387/ht... | 393.9 KiB | 373.2 KiB |
Your Local, Your News div > section._2Jp_ysbE > a > img.p4CElV0r | /uvUK_GwdsIzitcF8M4rLajT2scs=/692x109/https://prod.static... | 140.8 KiB | 128.5 KiB |
Port Melbourne brawl arrest vision looper article.story-block > a.story__link > figure.story__media > img | /L2pRqLx0D5VBiDHOx9w1imLUA6E=/74x0:525x338/120x90/https:/... | 144.9 KiB | 72.5 KiB |
Mild mannered Melbourne coach in charge of global juggernaut article.story-block > a.story__link > figure.story__media > img | /k9jWTNX-Tuj30tq2vJec9s0ktcI=/18x0:1005x555/694x391/https... | 90.4 KiB | 63.5 KiB |
What does the NDIS overhaul mean for you? article.story-block > a.story__link > figure.story__media > img | /4B_j47qhV0yst0ks35-xBh68GWE=/0x0:1254x705/687x387/https:... | 75.7 KiB | 55.0 KiB |
Terrain section.forecast > a > div.forecast__anim > img.forecast__layer | data.weatherzone.com.au/maplayers/wz/terrain/terrain_radar_002_960x720.jpg | 139.6 KiB | 27.1 KiB |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /ajYVJKqzNXzUII9ETjvR9d7NRo4=/11x22:165x138/120x90/https:... | 21.8 KiB | 20.0 KiB |
Luke said he never intended to mislead anyone with this AI photo, he's jus… article.story-block > a.story__link > figure.story__media > img | /5MhJqLFqEEG4K9S5oNr0Bv3LxVM=/123x50:1188x850/120x68/http... | 20.0 KiB | 18.7 KiB |
Labor figure's accused killer pleads guilty to assaulting another man article.story-block > a.story__link > figure.story__media > img | /SMPdniW1dJanq1udSYwo436BMv0=/687x387/https://prod.static... | 34.2 KiB | 17.8 KiB |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /yml3R13IFOvX8itFcLFXtO5C1o4=/11x22:165x138/120x68/https:... | 16.9 KiB | 15.5 KiB |
English giant sacks coach after worst run since 1912 article.story-block > a.story__link > figure.story__media > img | /1OG5nyN4vzXQQZLiqozsRIm-fRc=/0x53:1024x629/687x387/https... | 23.9 KiB | 12.5 KiB |
'Time to save other people': Young dad's gift after tragic accident article.story-block > a.story__link > figure.story__media > img | /d3RSLm94b3Y_amXapy5aFOzaraE=/687x387/https://prod.static... | 23.9 KiB | 12.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.9news.com.au/assets/main.0348caca.css | 50.6 KiB | 81 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| 9news.com.au/ | 1.1 s |
| www.9news.com.au/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
NEWS JUST IN
Ominous warning as US embassy urges citizens to leave Middle Easte… div.layout--sticky > div.layout__utility > div.layout__utility__sticky > div | 0.094 |
LIVE UPDATES
LIVE: Iran seizes two ships, disables a third as ceasefire erodes
… div.layout--sticky > div.layout__main > div.layout__inner > div | 0.052 |
| 0.007 | |
Donald Trump's bid to secure power for his party just backfired big time2 hours… div.feeds > div > article.story-block > a.story__link | 0.000 |
We value your privacy. With your consent we use data to do the following: div.fc-dialog-content > div.fc-dialog-scrollable-content > div.fc-header > h1.fc-dialog-headline | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.9news.com.au/assets/main.0348caca.css | 50.5 KiB | 43.5 KiB |
| .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0; … } … | 28.1 KiB | 28.1 KiB |
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.1 KiB | 14.6 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.2 s |
| Other | 416 ms |
| Style & Layout | 297 ms |
| Script Parsing & Compilation | 202 ms |
| Rendering | 97 ms |
| Parse HTML & CSS | 60 ms |
| Garbage Collection | 35 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ca.surveygizmo.com/runtimejs/intercept/intercept.js | 8.3 KiB | 2.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.9news.com.au/assets/main.a9fd1790.js | 1010.0 KiB | 575.8 KiB |
| players.brightcove.net/664969388001/H190EXsjW_default/index.min.js | 347.6 KiB | 256.2 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 129.0 KiB |
| surveys-static-prd.survicate-cdn.com/widget_core-28.23.15.js | 160.1 KiB | 76.9 KiB |
| share.9cdn.net/share/long_cache/js/tracking/tracking.4.0.516.min.js | 117.5 KiB | 75.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WJZH974B | 119.6 KiB | 67.0 KiB |
| widgets.outbrain.com/outbrain.js | 93.3 KiB | 50.3 KiB |
| micro.rubiconproject.com/prebid/dynamic/21460.js | 136.9 KiB | 49.5 KiB |
| cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js | 72.9 KiB | 38.1 KiB |
| fundingchoicesmessages.google.com/i/133009657?ers=3 | 68.8 KiB | 36.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.6 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 27.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
LIVE: Iran seizes two ships, disables a third as ceasefire erodes a.takeover__link > div.takeover__media-wrapper > figure.story__media > img | /dT443HwnODyCHjUxcXKxeFxBC-k=/694x391/https://prod.static... |
Your Local, Your News div > section._2Jp_ysbE > a > img.p4CElV0r | /uvUK_GwdsIzitcF8M4rLajT2scs=/692x109/https://prod.static... |
Eddie's plea to AFL after 'embarrassing' Butters fiasco article.story-block > a.story__link > figure.story__media > img | /9-v2FXVHewfU43K2VRSp6Pe0WeE=/0x94:4835x2814/220x124/http... |
Kostecki slams 'malicious' Mostert manoeuvre after clash article.story-block > a.story__link > figure.story__media > img | /WSpQBK6LEDn5YwPAiKDjvHZnroM=/0x49:1080x656/220x124/https... |
Crippling extent of Broncos crisis laid bare by busted 13 article.story-block > a.story__link > figure.story__media > img | /rQIHualnY6BGevzodzTcB01nerU=/220x124/https://prod.static... |
'Devils tax': Alarm over reported $7m offer for Pies forward article.story-block > a.story__link > figure.story__media > img | /pg0xyMY_v_eWJ694N-1IFAND7Sk=/0x127:3652x2181/220x124/htt... |
'Domestic terror': The disturbing movement behind cop-killer Dezi Freeman article.story-block > a.story__link > figure.story__media > img | /_SlqEF7UaRW_b4ACJTqSa_SEMVo=/220x124/https://prod.static... |
The graph the government doesn't want you to see about our oil stocks article.story-block > a.story__link > figure.story__media > img | /7PZB_x8tWVXTWaLLQ1iBeE51GAo=/220x124/https://prod.static... |
Why we can continue to call our cheese feta, but fontina will be a no-go article.story-block > a.story__link > figure.story__media > img | /akpDLrOI3ZOqmf9IOHGdGU4G6_c=/0x0:2121x1193/220x124/https... |
Ballistic missile paraded through Iranian streets article.story-block > a.story__link > figure.story__media > img | /8Mp0CKJalHP1jwdOSbABvQrkANY=/220x124/https://prod.static... |
Century-old lighthouse 4km offshore hits the market article.story-block > a.story__link > figure.story__media > img | /hySu5Yx18tBj1aIFUZwHxHYtjlY=/0x289:683x674/220x124/https... |
Ukrainian officials propose naming region after Donald Trump article.story-block > a.story__link > figure.story__media > img | /g5HDuS8U5bOsfMf5rcUdWex8vWI=/220x124/https://prod.static... |
UK to introduce lifelong smoking ban for anyone born after 2008 article.story-block > a.story__link > figure.story__media > img | /ZddPeq8oOnoYmxGxjyc-Zp7uMyM=/220x124/https://prod.static... |
Royals family remember Queen Elizabeth II on what would have been her 100th bir… article.story-block > a.story__link > figure.story__media > img | /1und80QNqmTDsrrVPGtXYhMyc0w=/0x76:3000x1763/220x124/http... |
'Lots of bombs': Trump threatens Iran amid reports of new talks article.story-block > a.story__link > figure.story__media > img | /ryjYqbpksvbrZpu3ks5a4mqXJwE=/0x116:2000x1241/220x124/htt... |
Nanna's household tips to help save money article.story-block > a.story__link > figure.story__media > img | /sYpPgZjGUhTNdBFbjKnVyixahLE=/0x130:1254x835/220x124/http... |
Aussie surfer's close call with deadly sea creature article.story-block > a.story__link > figure.story__media > img | /4bsS74f45lywSG29yic_36L50GI=/220x124/https://prod.static... |
Today's tax breakdown ahead of Federal Budget article.story-block > a.story__link > figure.story__media > img | /kxJwNUHQWRdSqVfmCWi1fVQB5wc=/0x510:4896x3264/220x124/htt... |
'Time to save other people': Young dad's gift after tragic accident article.story-block > a.story__link > figure.story__media > img | /iksvqU7m3MURNgBhHLOLFL22xeY=/0x0:1920x1080/220x124/https... |
Australia's biggest veteran community left divided article.story-block > a.story__link > figure.story__media > img | /PKL6aWu9G8YPhZyqCHBsvRpJ7OI=/0x0:1920x1080/220x124/https... |
Families living in tents as housing crisis continues article.story-block > a.story__link > figure.story__media > img | /TOeUvbxDFSB3_kmI_2qkfPIlPD0=/220x124/https://prod.static... |
Family demand answers after woman left to die alone following luxury cruise tra… article.story-block > a.story__link > figure.story__media > img | /R5VQITqbbW9S9HK5n1CrLJk5tik=/220x124/https://prod.static... |
Why more and more women feel they are being pushed to freeze their eggs article.story-block > a.story__link > figure.story__media > img | /5wOKwg2uWpOgixVGbIsMXbfQwBU=/220x124/https://prod.static... |
Inside the dangerous looksmaxxing trend taking over young men's feeds article.story-block > a.story__link > figure.story__media > img | /we3NQ2ICqsa-yZbzZRQop22heCA=/220x124/https://prod.static... |
Rich-lister Brad Moran's giant Gold Coast compound up for grabs article.story-block > a.story__link > figure.story__media > img | /XmYpq735ssgqr9Tp585Z5cmYwoI=/0x18:2421x1379/220x124/http... |
Owner ordered to tear down $2.5 million house amid planning feud article.story-block > a.story__link > figure.story__media > img | /etJAR_t9nVt__vKhGC6eC-8qAtk=/324x224:2627x1520/220x124/h... |
Grandmother wins $9m lake house after ignoring husband's warning article.story-block > a.story__link > figure.story__media > img | /sfBHY2SiG6NRFycvzQVO0M_8N30=/0x0:1024x576/220x124/https:... |
Couple arrive home to find nasty note taped to their door article.story-block > a.story__link > figure.story__media > img | /bpkv0nk3-nNKd16l5sHNKXvZS_U=/220x124/https://prod.static... |
The last affordable suburb in Sydney revealed article.story-block > a.story__link > figure.story__media > img | /ku10CdERjdKx7WWhykiX2vZxgCg=/0x168:1620x1079/220x124/htt... |
The unusual reason Peter bought this derelict cottage article.story-block > a.story__link > figure.story__media > img | /OyGUKHuCk0AdaC-qtwwnXuP6qkM=/0x0:2068x1163/220x124/https... |
The Toyota HiLux attracting orders from more than your local council article.story-block > a.story__link > figure.story__media > img | /8Kp4pnDGmlsppMgsl5KPwgcj1mw=/220x124/https://prod.static... |
Limited edition Ford returns to Australia article.story-block > a.story__link > figure.story__media > img | /jU7iNpfF0immj1vLd_AWBdJyBv4=/220x124/https://prod.static... |
The smallest model in Hyundai's dedicated Ioniq electric-vehicle range has debu… article.story-block > a.story__link > figure.story__media > img | /XcNpHp-0rYBYdyiHFmRuw0lOi3g=/220x124/https://prod.static... |
Concerns for $750k star as details emerge over mystery absence article.story-block > a.story__link > figure.story__media > img | /KZfGI5K9RGK7740f4yA2OYCWO_4=/0x69:3000x1756/694x391/http... |
'Comes down to recruitment': Slater pinpoints Dragons' mistakes article.story-block > a.story__link > figure.story__media > img | /oQLSLrFDk4wN9BowSOM01E4eA3o=/0x470:4802x3171/694x391/htt... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /ajYVJKqzNXzUII9ETjvR9d7NRo4=/11x22:165x138/120x90/https:... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /R3S14J0xNuAsZ1jn0pi43ThKgZ8=/240x0:1680x1080/120x90/http... |
Donald Trump pressured Republican states to redraw their congressional maps. article.story-block > a.story__link > figure.story__media > img | /A6ySjAv5uYqeKLO-Xq3Aw0mUlEY=/174x0:1221x785/120x90/https... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /_Dkgz1q7jHFITd3pL0AK4oKMLQ8=/120x90/https://prod.static9... |
Persian Gulf towards Strait of Hormuz article.story-block > a.story__link > figure.story__media > img | /WsgnNC3T00N-TAF_RbHjJwm5gF8=/57x0:966x682/120x90/https:/... |
Man high on mushrooms and dressed as ninja when he attacked neighbours article.story-block > a.story__link > figure.story__media > img | /Hlu-jM80XWkxGEcPmdWXSJ_p_P0=/120x90/https://prod.static9... |
A terrifying home invasion and kidnapping has transpired on a suburban street i… article.story-block > a.story__link > figure.story__media > img | /pT8wSfaDQj8gDgFEpFyiFXxZECo=/960x0:3840x2160/120x90/http... |
Alicia Gardiner, known for her roles in the television series Offspring and Dea… article.story-block > a.story__link > figure.story__media > img | /tgsWvMhH4zAO1h1lRyEy8DzWdgI=/868x0:3490x1967/120x90/http... |
Australia's biggest veteran community left divided article.story-block > a.story__link > figure.story__media > img | /sc23pDAVUI8P68uCvlyX3ZCeXLc=/120x90/https://prod.static9... |
Minister for Health and Ageing and Minister for Disability and the NDIS Mark Bu… article.story-block > a.story__link > figure.story__media > img | /wFVrTzDRqQbrzxAAU4xrXHxyH1M=/0x0:4509x3006/120x90/https:... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /g-kjZClofrLn68vBAHMyU3r5XgQ=/0x0:1404x936/120x90/https:/... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /E-kAcUhDVt_YtPpSsgqFIv5TWc0=/240x0:1680x1080/120x90/http... |
Port Melbourne brawl arrest vision looper article.story-block > a.story__link > figure.story__media > img | /L2pRqLx0D5VBiDHOx9w1imLUA6E=/74x0:525x338/120x90/https:/... |
Regina Arthurell. article.story-block > a.story__link > figure.story__media > img | /FVrOJNI63MetUcT-bD4rKUGdcps=/386x0:2911x1894/120x90/http... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /y-SwKlDm-Kb7oXYwJmIoERT5124=/498x604:1415x1120/120x90/ht... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /CaPzgBPpTSipKHzFWJkfUbbxfDM=/386x82:1519x933/120x90/http... |
The lawyer allegedly helped launder money for a criminal syndicate. article.story-block > a.story__link > figure.story__media > img | /9B2npOArrQ73V8uL7tc5mZmsAsE=/47x73:1075x844/120x90/https... |
ALBO PETROL CASH article.story-block > a.story__link > figure.story__media > img | /FA5P2jZoHrQPW8NSg1cMz8LVgcw=/120x90/https://prod.static9... |
Toddler killed in Caboolture article.story-block > a.story__link > figure.story__media > img | /2wKB5HMu5kD1D_V5_-sTEODRdsM=/150x0:1770x1080/120x90/http... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /ak52ISMNKB-cviql3zp-1kfS550=/78x0:1326x936/120x90/https:... |
Robin Jeanne Hoinville-Bartram, 19, and her college friend Anita Cunningham, se… article.story-block > a.story__link > figure.story__media > img | /EQ4Z2Xb_CYs1uNdwpO1SLinMv64=/100x0:1617x1138/120x90/http... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /Hwq5VaA7qYz7U6A6AK4UPv-Zl1s=/389x0:1652x947/120x90/https... |
Ominous warning as US embassy urges citizens to leave Middle Eastern nation article.story-block > a.story__link > figure.story__media > img | /cJOI3FOb9LCxGCv6LdnU_DwIhRQ=/120x68/https://prod.static9... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /STBUTPDNt40KSiskv0fFiH5UiYs=/240x0:1680x1080/120x68/http... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /yml3R13IFOvX8itFcLFXtO5C1o4=/11x22:165x138/120x68/https:... |
Donald Trump pressured Republican states to redraw their congressional maps. article.story-block > a.story__link > figure.story__media > img | /PmqwRSTfk9umLUQdq59-tciwz48=/174x0:1221x785/120x68/https... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /XKsX-DjY1smozTz9ix3xbdNj-s8=/109x0:1286x785/120x68/https... |
Luke said he never intended to mislead anyone with this AI photo, he's jus… article.story-block > a.story__link > figure.story__media > img | /5MhJqLFqEEG4K9S5oNr0Bv3LxVM=/123x50:1188x850/120x68/http... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Clear ul.forecast__hours > li > div.weather-app__weather-value > i.weather-icon |
Mostly clear ul.forecast__hours > li > div.weather-app__weather-value > i.weather-icon |
Mostly clear ul.forecast__hours > li > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly cloudy ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > div.score-strip > button#scoreStripPrev div > div > div.score-strip > button#scoreStripPrev |
div > div > div.score-strip > button#scoreStripNext div > div > div.score-strip > button#scoreStripNext |
div > section > div.toggle > button div > section > div.toggle > button |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section > div.feeds > div.advert > iframe#domainIframe section > div.feeds > div.advert > iframe#domainIframe |
section > div.feeds > div.advert > iframe.autoIframe section > div.feeds > div.advert > iframe.autoIframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.header-wrapper > div.Header__Wrapper-sc-1hbyv72-1 > nav.NetworkNav__Nav-sc-2f4qge-0 > a.NineComAu__NineLogoWrapper-sc-8l2uxh-0 section.header-wrapper > div.Header__Wrapper-sc-1hbyv72-1 > nav.NetworkNav__Nav-sc-2f4qge-0 > a.NineComAu__NineLogoWrapper-sc-8l2uxh-0 |
nav.NetworkNav__Nav-sc-2f4qge-0 > div.LogoNavNetwork__LogoNavWrapperNetwork-ytuj7a-3 > div.LogoNavNetwork__LogosWrapperNetwork-ytuj7a-2 > a.LogoNavNetwork__SiteLogoNetwork-ytuj7a-4 nav.NetworkNav__Nav-sc-2f4qge-0 > div.LogoNavNetwork__LogoNavWrapperNetwork-ytuj7a-3 > div.LogoNavNetwork__LogosWrapperNetwork-ytuj7a-2 > a.LogoNavNetwork__SiteLogoNetwork-ytuj7a-4 |
nav.Header__SiteNav-sc-1hbyv72-2 > div.LogoNavSite__LogoNavWrapperSite-j632pu-3 > div.LogoNavSite__LogosWrapperSite-j632pu-2 > a.LogoNavSite__SiteLogoSite-j632pu-4 nav.Header__SiteNav-sc-1hbyv72-2 > div.LogoNavSite__LogoNavWrapperSite-j632pu-3 > div.LogoNavSite__LogosWrapperSite-j632pu-2 > a.LogoNavSite__SiteLogoSite-j632pu-4 |
div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link |
div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link |
div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link |
div.Footer__Container-sc-1uuqnsm-1 > div.Top__Container-p0dwa6-0 > span.Top__Logo-p0dwa6-1 > a.LogoWrapper-sc-7ieug6-0 div.Footer__Container-sc-1uuqnsm-1 > div.Top__Container-p0dwa6-0 > span.Top__Logo-p0dwa6-1 > a.LogoWrapper-sc-7ieug6-0 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
These photos of Harry and Meghan could land Aussies in hot water article.story-block > a.story__link > div.story__details > h3.story__headline |
'Domestic terror': The disturbing movement behind cop-killer Dezi Freeman article.story-block > a.story__link > div.story__details > h3.story__headline |
Labor figure's accused killer pleads guilty to assaulting another man article.story-block > a.story__link > div.story__details > h3.story__headline |
Ballistic missile paraded through Iranian streets article.story-block > a.story__link > div.story__details > h3.story__headline |
Mild mannered Melbourne coach in charge of global juggernaut article.story-block > a.story__link > div.story__details > h3.story__headline |
Nanna's household tips to help save money article.story-block > a.story__link > div.story__details > h3.story__headline |
'Time to save other people': Young dad's gift after tragic accident article.story-block > a.story__link > div.story__details > h3.story__headline |
Family demand answers after woman left to die alone following luxury cruise tra… article.story-block > a.story__link > div.story__details > h3.story__headline |
Rich-lister Brad Moran's giant Gold Coast compound up for grabs article.story-block > a.story__link > div.story__details > h3.story__headline |
The Toyota HiLux attracting orders from more than your local council article.story-block > a.story__link > div.story__details > h3.story__headline |
9:00am ul.forecast__hours > li > div.weather-app__weather-value > h6.weather-app__weather-value__title |
Ominous warning as US embassy urges citizens to leave Middle Eastern nation article.story-block > a.story__link > div.story__details > h3.story__headline |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
National
Latest
Politics
World
Videos
Live
Today Show
ACA
60 Minutes
Sport
Weat… section.header-wrapper > div.Header__Wrapper-sc-1hbyv72-1 > nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 |
Home
Newsletters
Work with us
Advertise with us
Support
Terms of use
Privacy footer.Footer__Wrapper-sc-1uuqnsm-0 > div.Footer__Container-sc-1uuqnsm-1 > nav.Bottom__Navigation-sc-10vzyfk-0 > ul.Bottom__List-sc-10vzyfk-1 |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
National nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
Latest nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
Politics nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
World nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
Videos nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
Live nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
Today Show nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
ACA nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
60 Minutes nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
Sport nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
Weather nav.Header__SiteNav-sc-1hbyv72-2 > ul.Header__SiteHeaderNavItems-sc-1hbyv72-0 > div.NavItems__NavItemsWrapper-sc-1g15fql-0 > li.NavItem__ListItemNavItem-wwjk1c-0 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Politics header.section-header > ul.section-header__subsections > li > a |
Crime header.section-header > ul.section-header__subsections > li > a |
Tech header.section-header > ul.section-header__subsections > li > a |
Emergencies header.section-header > ul.section-header__subsections > li > a |
US header.section-header > ul.section-header__subsections > li > a |
Asia header.section-header > ul.section-header__subsections > li > a |
NZ header.section-header > ul.section-header__subsections > li > a |
UK header.section-header > ul.section-header__subsections > li > a |
Europe header.section-header > ul.section-header__subsections > li > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
NW div.score-strip__content > div > div.score-strip__team > img.score-strip__team__image | wwos.nine.com.au/images/teams-local/rugby/422 | 16 x 16 (1.00) | 253 x 163 (1.55) |
CC div.score-strip__content > div > div.score-strip__team > img.score-strip__team__image | wwos.nine.com.au/images/teams-local/rugby/426 | 16 x 16 (1.00) | 300 x 110 (2.73) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/21460.js line 25, col 84959 |
| Unload event listeners are deprecated and will be removed. | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... line 18, col 413289 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-desktop-medium-pos5-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... line 18, col 413289 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-desktop-medium-pos7-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... line 18, col 413289 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-desktop-medium-pos8-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 451 () | |
www.9news.com.au/assets/main.a9fd1790.js line 683, col 86143 | TypeError: Cannot read properties of null (reading 'setAttribute')
at t.updateIframe (https://www.9news.com.au/assets/main.a9fd1790.js:684:86144)
at t.<anonymous> (https://www.9news.com.au/assets/main.a9fd1790.js:684:86396)
at _ (https://www.9news.com.au/assets/main.a9fd1790.js:684:18465)
at Generator._invoke (https://www.9news.com.au/assets/main.a9fd1790.js:684:18253)
at e.<computed> [as next] (https://www.9news.com.au/assets/main.a9fd1790.js:684:18644)
at r (https://www.9news.com.au/assets/main.a9fd1790.js:33:79100)
at https://www.9news.com.au/assets/main.a9fd1790.js:33:79196 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback