Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 8.1s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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 14.1 MB (5.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/47e703cc-f3a6-437f-9023-f3dc9abb41ba)<a href="https://beavercheck.com/results/47e703cc-f3a6-437f-9023-f3dc9abb41ba"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftheaustralian.com.au" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftheaustralian.com.auThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 8.1s 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.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 8.1s to load
+12% bounceUsers abandon at ~3s — you're 5.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
AUD 550 investment → AUD 7,934/month returns + AUD 50,200,000 risk avoided
AUD 550
5h · 5 findings
AUD 7,934 /mo
~AUD 95,208 / 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,335 / month at risk
~AUD 50,200,026 / year if left unfixed
AUD 50,200,000
+6 more
AUD 2.15 /mo
17506.1 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.
3.59 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.14 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.090
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.03 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.
35.79 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.
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.
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 | |
|---|---|---|---|
Vegetable growers sound food supply alarm article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/54fc5abeacc6242a7330a7f329b18aea?width=1024 | 234.4 KiB | 180.4 KiB |
Geoff Chambers div.storyblock_byline > div.byline_image > div.responsive-img > img.responsive-img_img | resources.news.com.au/author-profiles/a8d9b559-1dd4-476f-88d2-eb8b04f50e23.png | 99.6 KiB | 97.5 KiB |
The scammers, thieves, and abusers working inside $50bn NDIS article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/e1d08bde9ceac20ffec49ce3f7a53ded?width=1024 | 132.6 KiB | 78.6 KiB |
Saul Kavonic div.storyblock_byline > div.byline_image > div.responsive-img > img.responsive-img_img | media.theaustralian.com.au/authors/images/bio/saul_kavonic.png | 68.4 KiB | 65.7 KiB |
Sweeping NDIS changes to cut scheme’s soaring costs article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/636cf42e46b4761dc7da466c4bc644e6?width=1024 | 101.5 KiB | 58.7 KiB |
You can teach people to count … but you cannot make them think article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/49ed993f529e6c1e466f0370c2efc46a?width=1024 | 91.7 KiB | 53.0 KiB |
Banned US sites betting on Aussie politics article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/68480baed474b1e6daaf51bf5d6794a3?width=1024 | 91.0 KiB | 52.6 KiB |
Thermomixes, pilates reformers: $313m spent fighting disability claims article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/5f72dfba10f6401c7f749467b040399e?width=1024 | 62.1 KiB | 35.9 KiB |
Janet Albrechtsen div.storyblock_byline > div.byline_image > div.responsive-img > img.responsive-img_img | media.theaustralian.com.au/authors/images/bio/janet_albrechtsen.png | 24.6 KiB | 21.8 KiB |
BHP enlisted to advise on fuel shortage fix article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/e6e42b92ea42de92514266478f7310c0?width=320 | 24.2 KiB | 18.0 KiB |
Vegetable growers sound food supply alarm article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/54fc5abeacc6242a7330a7f329b18aea?width=320 | 26.0 KiB | 13.5 KiB |
The scammers, thieves, and abusers working inside $50bn NDIS article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/e1d08bde9ceac20ffec49ce3f7a53ded?width=320 | 22.1 KiB | 9.6 KiB |
Banned US sites betting on Aussie politics article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/68480baed474b1e6daaf51bf5d6794a3?width=320 | 18.6 KiB | 6.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.theaustralian.com.au/?nk=e57952393d967453bc38fcd9345c303b-1776808572 | 2.7 s |
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 |
|---|---|---|
| /wp-content/themes/newscorpau-news-dna/dist/stylesheets/c... | 33.3 KiB | 26.9 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
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 | 8.6 s |
| Other | 2.8 s |
| Style & Layout | 1.0 s |
| Script Parsing & Compilation | 885 ms |
| Rendering | 683 ms |
| Garbage Collection | 209 ms |
| Parse HTML & CSS | 159 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .gl-btn{display:inline-block; … } … | 7.8 KiB | 4.9 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 | |
|---|---|
The Australian div.header_logo > div.header_logo_wrapper > a.header_link > img.header_link_image | /wp-content/themes/newscorpau-news-dna/dist/images/logos/... |
The List: Australia's Richest 250 of 2026 revealed div.wp-block-nca-blocks > div.promo-homepage > div.promo-homepage-inner > img | |
A DIFFERENT COUNTRY: A special book from The Australian div.wp-block-nca-blocks > div.promo-homepage > div.promo-homepage-inner > img |
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.
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 |
|---|
LIVE div.m4-l3m_list > article.storyblock > span.storyblock_meta > div.label-pulsating |
23 minutes ago div.m4-l3m_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
7:37 am article.storyblock > div.timeline-container > div.timeline-container-item > div.timeline-container-item-time |
7:06 am article.storyblock > div.timeline-container > div.timeline-container-item > div.timeline-container-item-time |
6:58 am article.storyblock > div.timeline-container > div.timeline-container-item > div.timeline-container-item-time |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.m4-l3m_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
16 minutes ago div.m4-4s_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
EXCLUSIVE div.m4-4s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.m4-4s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.m4-4s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
LIVE div.mosaic_list > article.storyblock > span.storyblock_meta > div.label-pulsating |
EXCLUSIVE div.m5-5mc_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.mosaic_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.mosaic_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.mosaic_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.mosaic_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
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 |
|---|
Trump to extend ceasefire, continue blockade: Iran ‘won’t join talks’ div.mosaic > div.m4-l3m_list > article.storyblock > h3.storyblock_title |
These are opportunities to improve keyboard navigation in your application.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 | tags.news.com.au/prod/prebid/prebid.js line 60, col 1147 |
| AttributionReporting |
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 |
|---|---|
tags.tiqcdn.com/utag/newsltd/taus/prod/utag.sync.js line 1, col 306 | [ERROR][UserMemtype] General error while fetching user data [object Object] |
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Framing 'https://login.newscorpaustralia.com/' violates the following report-only Content Security Policy directive: "frame-ancestors 'self'". The violation has been logged, but no further action has been taken.
| |
Not signed in with the identity provider. | |
Object |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
https://www.theaustralian.com.au/robots.txt |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 105 | ========================== | Syntax not understood |
To appear in search results, crawlers need access to your app.
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.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
288 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.29 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.
7.86 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.
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.
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 | |
|---|---|---|---|
Fresh revelations as suppliers break silence on Bluesfest money woes article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/13b61ca07f539eff667b206f7edf3624?width=1024 | 133.1 KiB | 113.0 KiB |
Geoff Chambers div.storyblock_byline > div.byline_image > div.responsive-img > img.responsive-img_img | resources.news.com.au/author-profiles/a8d9b559-1dd4-476f-88d2-eb8b04f50e23.png | 99.6 KiB | 98.9 KiB |
Pauline Hanson went to prison. Look closely and that explains a lot article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/1b6f0ded7c0f862466f30092da6046bd?width=1024 | 115.5 KiB | 97.4 KiB |
‘Disgrace’: NDIS homes in Labor’s sights article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/8cd709f5e37caa4087bbbe3feeacb1fa?width=1024 | 107.4 KiB | 90.6 KiB |
Saul Kavonic div.storyblock_byline > div.byline_image > div.responsive-img > img.responsive-img_img | media.theaustralian.com.au/authors/images/bio/saul_kavonic.png | 68.4 KiB | 67.5 KiB |
Trump ceasefire extension may lift stocks; Woolies vs. ACCC fight on article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/90417a9f5fe16fb9f526230260c59577?width=650 | 43.0 KiB | 26.3 KiB |
Janet Albrechtsen div.storyblock_byline > div.byline_image > div.responsive-img > img.responsive-img_img | media.theaustralian.com.au/authors/images/bio/janet_albrechtsen.png | 24.6 KiB | 23.7 KiB |
Vegetable growers sound food supply alarm article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/54fc5abeacc6242a7330a7f329b18aea?width=320 | 24.4 KiB | 11.9 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.theaustralian.com.au/?nk=0bde6613ed7940e94e6efbdd7a39afd8-1776808615 | 2.6 s |
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.
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
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 | 3.3 s |
| Other | 2.3 s |
| Rendering | 1.5 s |
| Style & Layout | 504 ms |
| Script Parsing & Compilation | 269 ms |
| Garbage Collection | 124 ms |
| Parse HTML & CSS | 51 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .gl-btn{display:inline-block; … } … | 7.8 KiB | 4.9 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 |
|---|---|---|
| /wp-content/themes/newscorpau-news-dna/dist/stylesheets/c... | 35.3 KiB | 29.0 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 | |
|---|---|
The Australian div.header_logo > div.header_logo_wrapper > a.header_link > img.header_link_image | /wp-content/themes/newscorpau-news-dna/dist/images/logos/... |
The List: Australia's Richest 250 of 2026 revealed div.wp-block-nca-blocks > div.promo-homepage > div.promo-homepage-inner > img | |
A DIFFERENT COUNTRY: A special book from The Australian div.wp-block-nca-blocks > div.promo-homepage > div.promo-homepage-inner > img |
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.
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 |
|---|
LIVE div.m4-l3m_list > article.storyblock > span.storyblock_meta > div.label-pulsating |
23 minutes ago div.m4-l3m_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
7:37 am article.storyblock > div.timeline-container > div.timeline-container-item > div.timeline-container-item-time |
7:06 am article.storyblock > div.timeline-container > div.timeline-container-item > div.timeline-container-item-time |
6:58 am article.storyblock > div.timeline-container > div.timeline-container-item > div.timeline-container-item-time |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.m4-l3m_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
16 minutes ago div.m4-4s_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
EXCLUSIVE div.m4-4s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.m4-4s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.m4-4s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.l1-s_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
LIVE div.mosaic_list > article.storyblock > span.storyblock_meta > div.label-pulsating |
EXCLUSIVE div.m5-5mc_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.mosaic_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.mosaic_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.mosaic_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
EXCLUSIVE div.mosaic_list > article.storyblock > span.storyblock_meta > span.storyblock_label |
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 |
|---|
Trump to extend ceasefire, continue blockade: Iran ‘won’t join talks’ div.mosaic > div.m4-l3m_list > article.storyblock > h3.storyblock_title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Search body.user-anonymous > nav.navigation > form.navigation_search > input.navigation_search-input |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The ceasefire has been extended for an unspecified time, as Donald Trump and JD… div.m4-l3m_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Labor will unveil its long-awaited blueprint on Wednesday, as parents fear for … div.l1-s_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Legal costs have exploded due to NDIS participants staking legal claims over ex… div.l1-s_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
An investigation by The Australian has found the suburbs with the most NDIS san… div.m4-l3m_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australia’s disability scheme has become a hunting ground for criminals, with f… div.l1-s_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Critics who tally story numbers to attack this newspaper have missed the point … div.m4-l3m_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australia is ‘sleepwalking’ into a vegetable supply crisis, say growers, who de… div.l1-s_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Two gambling sites Australians supposedly can’t access are somehow taking six t… div.l1-s_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The eSafety commissioner has issued notices amid concerns games including Roblo… div.l1-s_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Anthony Albanese faces a showdown with state leaders over the out-of-control ND… div.m3-3a_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australia’s gas belongs to Australians and we have the right to tax it any way … div.m3-3a_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
For many without supports, their autism or development delay is a barrier to pa… div.m3-3a_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Parliament unanimously backed a national scheme built around fairness, dignity … div.m3-3a_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Relief rally likely after new TACO (Trump Always Chickens Out) serve. Woolworth… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Fortescue, led by billionaire Andrew Forrest, claims 18 companies are pocketing… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Justice Michael O’Bryan has questioned if average shoppers actually analyse the… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
In a blow to the male lieutenants waiting in the wings, Amanda Lacaze says it w… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Blackstone has agreed to sell its last Australian shopping centre for more than… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
New proposals aimed at protecting investors in big super funds come dangerously… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Current market conditions are creating a difficult backdrop for income investor… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
It’s important to protect your family, but there’s a chance a chunk of your lif… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Wealth gaps can be friendship killers. Experts share strategies to protect rela… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
New rules and overlooked deductions could dramatically boost your refund if you… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
While streaming services transformed television viewing habits, this 28-year-ol… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
It’s the bloodsport that has the world gripped, with billions in revenue and mi… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Despite their 40 year age gap, Madonna and Sabrina Carpenter’s matching corsets… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Escape the rat race? The cost of living? Young Australians seeking rural refuge… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
In Crime 101 the actor we know best as Thor ditches his trademark charm to play… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Elderly Australians will no longer pay for assisted showering and dressing afte… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A major funding boost targets a fast-growing battlefield threat, but defence ex… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Members of the prestigious RACP will decide whether to remove their president a… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Our ability to focus on even simple tasks seems to be crumbling at an alarming … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Peptides promise it all but in an unregulated, cash‑rich market awash with myth… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Madonna, Claudia Schiffer and Cindy Crawford were fans. Now Millennials and Gen… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Childhood cancer survivors describe ‘falling off a cliff’ when treatment ends. … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A celebrity chef’s 20-minute sang choi bau with sticky pork embraces a build-yo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Victoria’s medical research institutes sound the warning as the state spends mo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Britain’s former top diplomat has revealed he felt pressured by Keir Starmer’s … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
In a change from decades of pacifist policy, Tokyo eyes new buyers for defence … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
As Anzac Day draws near, consider these quiet corners of the globe where graves… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Deep in Uganda’s mist-covered forest, home to around 500 mountain gorillas, an … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
I’m staying at a luxury hotel so close to the White House that TV news correspo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
My first flight with Singapore Airlines is comfortable but the second aircraft … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A new development makes clever use of the site to revel in Sydney’s most iconic… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
There is no cake more quintessentially Australian than the lamington. Portable,… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Our collection of highly rated whites are led by one of Australia’s most iconic… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
From cropped tweed jackets to low-slung skirts that still skim the knees, these… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The carmaker’s perfectly nice Elexio model – a mid-size SUV EV – comes with a p… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Two elegant boutique hotels in South Africa offer guests a uniquely refined exp… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
I’m about to spend my forced holidays botching jobs my wife has been saving up … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
On realising she has been running from reality, Charlotte finally faces the tru… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Indigenous Australians can trace 2000 generations of their forebears to this co… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Rugby Australia faces a crucial battle to bring back the Wallaby from Exeter Ch… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Having had time to fully digest the tactics and strategic minutiae, we’ve pinpo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Between new eligibility rules and the NRL’s plague of injuries, a number of fre… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Tasmania’s entry into the competition is set to provide the AFL with a chance t… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Adam Reynolds has turned up the heat on NRL referees and the ARL Commission to … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Rugby Australia has capped a stunning financial turnaround of more than $100m, … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
New Zealand’s most spectacular sights, perfectly placed div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Young patients around Australia are benefitting from initiatives aimed at reduc… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
About The Australian li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Subscribe to Newsletters li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
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 |
|---|---|
| AttributionReporting | |
| Topics | tags.news.com.au/prod/prebid/prebid.js line 60, col 1147 |
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 |
|---|---|
tags.tiqcdn.com/utag/newsltd/taus/prod/utag.sync.js line 1, col 306 | [ERROR][UserMemtype] General error while fetching user data [object Object] |
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Framing 'https://login.newscorpaustralia.com/' violates the following report-only Content Security Policy directive: "frame-ancestors 'self'". The violation has been logged, but no further action has been taken.
| |
Not signed in with the identity provider. | |
Object |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
https://www.theaustralian.com.au/robots.txt |
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
MENU body.user-anonymous > nav.navigation > a.navigation_hamburger |
div.drawer_navigation > div.drawer_navigation_inner > div.drawer_navigation_close_container > a.drawer_navigation_close div.drawer_navigation > div.drawer_navigation_inner > div.drawer_navigation_close_container > a.drawer_navigation_close |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 105 | ========================== | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback