Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 5.2s 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 13.7 MB (4.4 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/e230c33e-c015-4304-831a-7b6fb6d94cb7)<a href="https://beavercheck.com/results/e230c33e-c015-4304-831a-7b6fb6d94cb7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnews.com.au" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnews.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 5.2s 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 5.2s to load
+12% bounceUsers abandon at ~3s — you're 2.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.5s
+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 5,119/month returns + AUD 50,200,000 risk avoided
AUD 550
5h · 5 findings
AUD 5,119 /mo
~AUD 61,425 / 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,021 / year if left unfixed
AUD 50,200,000
+6 more
AUD 1.72 /mo
13968.3 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.67 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.53 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.70 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.
37.96 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 | |
|---|---|---|---|
Give mum some gorgeous silk pieces from cult French brand, Simone Perele. Pictu… article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/b846595e1f43e89da84e14a6e8eacc0f?width=1024 | 94.9 KiB | 54.8 KiB |
‘NOT NICE GIFT’: Trump ‘surprised’ at China after find on seized Iran ship article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/a344b16c5eabe356182ed7e19c7feae0?width=1024 | 88.3 KiB | 51.0 KiB |
Meet the $39 Chanel dupe breaking BeautyTok. Picture: TikTok @bethennyfrankel /… article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/21c5fbf6aa0dd0fe84a5d928b99da1fe?width=320 | 23.1 KiB | 10.6 KiB |
Give mum some gorgeous silk pieces from cult French brand, Simone Perele. Pictu… article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/b846595e1f43e89da84e14a6e8eacc0f?width=320 | 17.7 KiB | 8.3 KiB |
‘Something is shifting’: Worrying Aus change article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/5bac6c8948f95f0198a61319f1e4afde?width=320 | 19.2 KiB | 6.7 KiB |
g g g g g g article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/e6f0adb09bd0422b696294a094562190?width=320 | 19.1 KiB | 6.6 KiB |
Aussie legend Thorpe looks unrecognisable article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/a1e78213563b57dacc1f3a8ebab2a312?width=320 | 17.3 KiB | 4.8 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.
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.
| URL | Time Spent |
|---|---|
| news.com.au/ | 770 ms |
| www.news.com.au/ | 0.0 ms |
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.news.com.au/ | 2.3 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... | 30.5 KiB | 24.9 KiB |
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 | 11.1 s |
| Other | 3.3 s |
| Script Parsing & Compilation | 1.3 s |
| Style & Layout | 1.2 s |
| Rendering | 721 ms |
| Parse HTML & CSS | 229 ms |
| Garbage Collection | 225 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 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 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
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.
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 |
|---|
19 minutes ago article.top-story > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
9 minutes ago div.news-tops_group-1 > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
44 minutes ago div.news-tops_group-2 > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
23 minutes ago div.news-tops_group-2 > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
Travel div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
TRAVEL UPDATES div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SALES & DEALS OF THE WEEK div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
TRAVEL STORIES div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Sport div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
SPORT div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
F1 div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
ATHLETICS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
NRL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Technology div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MILITARY div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SOCIAL MEDIA div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INTERNET div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
ROBOT VACUUMS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Motoring div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Wealth & Culture div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
AUSTRALIAN CULTURE div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AUSTRALIAN CULTURE div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
FINANCE div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AUSTRALIAN ECONOMY div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AT WORK div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Sign Up div.footer_branding > ul.footer_branding_buttons > li.footer_branding_subscribe > a |
Find out more about our policy and your choices, including how to opt-out of t… div.g_wrapper > div.footer_notes > div.footer_disclaimer_text > a |
WordPress.com VIP div.footer_notes > div.footer_copyright > span.footer_poweredby_wordpress > a |
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 |
|---|
‘NOT NICE GIFT’: Trump ‘surprised’ at China after find on seized Iran ship div.news-tops_group-1 > article.top-story > article.storyblock > h3.storyblock_title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
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.
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 |
|---|
MUSIC FESTIVALS div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MUSIC div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOVIES div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
CELEBRITY LIFE div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
CELEBRITY LIFE div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
ROYALS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
EAT div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SLEEPWEAR div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SPORT div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
CELEBRITY DEATHS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | tags.tiqcdn.com/utag/newsltd/news/prod/utag.js line 419, col 4083 |
| 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/news/prod/utag.sync.js line 1, col 306 | [ERROR][UserMemtype] General error while fetching user data [object Object] |
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. |
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.
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 |
|---|---|---|
| 102 | ========================== | 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.
795 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
336 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.037
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.09 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.11 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.
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 | |
|---|---|---|---|
Marketing promotional banner div.mosaic > a > div.responsive-img > img.responsive-img_img | www.news.com.au/wp-content/uploads/2026/04/GAD-Results-Mobile-1.gif | 284.8 KiB | 261.3 KiB |
Marketing promotional banner div.mosaic > a > div.responsive-img > img.responsive-img_img | www.news.com.au/wp-content/uploads/2026/04/GAD-Results-Desktop-1.gif | 175.7 KiB | 160.5 KiB |
‘NOT NICE GIFT’: Trump ‘surprised’ at China after find on seized Iran ship article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/a344b16c5eabe356182ed7e19c7feae0?width=650 | 29.2 KiB | 20.6 KiB |
Palace in panic over Meghan Aussie moment article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/0efa78fa4e902889fc71969d2265e395?width=650 | 27.9 KiB | 17.0 KiB |
Huge Hollywood star’s ‘weird’ Brisbane habit article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/5f50fbbe45b7f8080f7d149d782814d4?width=650 | 26.6 KiB | 16.3 KiB |
Alarm as elderly tourist bashed article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/5b94b5d16249a7338ae5d8474117a498?width=650 | 23.3 KiB | 14.2 KiB |
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.
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 |
|---|---|
| news.com.au/ | 220 ms |
| www.news.com.au/ | 0.0 ms |
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.news.com.au/ | 1.8 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.
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.6 s |
| Other | 3.7 s |
| Rendering | 1.9 s |
| Style & Layout | 654 ms |
| Script Parsing & Compilation | 368 ms |
| Garbage Collection | 205 ms |
| Parse HTML & CSS | 82 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 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... | 32.0 KiB | 26.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
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.
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 |
|---|
Sign Up header.header > div.header_login-register > div.header_auth > a.header_register |
20 minutes ago article.top-story > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
10 minutes ago div.news-tops_group-1 > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
45 minutes ago div.news-tops_group-1 > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
24 minutes ago div.news-tops_group-2 > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
Travel Advice div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Travel Ideas div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Australian Holidays div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Destinations div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Video div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
TRAVEL UPDATES div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SALES & DEALS OF THE WEEK div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
TRAVEL STORIES div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Cricket div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Tennis div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
NRL div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
AFL div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Sports Life div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
American Sports div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Football div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Boxing div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
UFC div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Motorsport div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Video div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
SPORT div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
F1 div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
ATHLETICS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
NRL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Online div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Gadgets div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Home Entertainment div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Science div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Environment div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Innovation div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Motoring div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Video div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Gaming div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MILITARY div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SOCIAL MEDIA div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INTERNET div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
ROBOT VACUUMS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Work div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Business div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Money div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Economy div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Real Estate div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Markets div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Small Business div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Superannuation div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
Video div.mosaic-heading_meta > ul.mosaic-heading_navigation > li.mosaic-heading_navigation-item > a |
AUSTRALIAN CULTURE div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AUSTRALIAN CULTURE div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
FINANCE div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AUSTRALIAN ECONOMY div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AT WORK div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Sign Up div.footer_branding > ul.footer_branding_buttons > li.footer_branding_subscribe > a |
Find out more about our policy and your choices, including how to opt-out of t… div.g_wrapper > div.footer_notes > div.footer_disclaimer_text > a |
WordPress.com VIP div.footer_notes > div.footer_copyright > span.footer_poweredby_wordpress > a |
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 |
|---|
‘NOT NICE GIFT’: Trump ‘surprised’ at China after find on seized Iran ship div.news-tops_group-1 > article.top-story > article.storyblock > h3.storyblock_title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
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.
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 |
Newsletters li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Competitions li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
The Team li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Our Values li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
General Feedback li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Advertise with us li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
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 |
|---|
Peace talks between the US and Iran are reportedly “on hold” while Donald Trump… article.top-story > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
There is one big question that Australians still can’t agree on an answer to in… div.news-tops_group-1 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Celebrity reporter Peter Ford has left Victoria for Queensland warning Melbourn… div.news-tops_group-1 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Footage taken on the couple’s final day in Australia has exploded on social med… div.news-tops_group-1 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The pair have gone their separate ways but are seeking joint custody of their t… div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The nation’s coldest nights of the year have given way to an extraordinary weat… div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
It comes just two years on from Australians being left concerned after the five… div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Horrifying footage has captured the moment a group of machete-wielding attacker… div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A Hollywood star secretly married an Aussie actress in a private ceremony at a … div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
China is experimenting with “wolf packs” of AI-controlled hunters to prowl the … div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Donald Trump has ruled out extending the ceasefire with Iran as the US stops an… div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Aussie model Miranda Kerr has exposed the text messages between her and ex Orla… div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
One detail about the Duke and Duchess of Sussex’s Australian trip has the royal… div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The UK brand’s makeup line is finally available in Aus, and brings with it a vi… div.news-tops_group-2 > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
AFL 360 host Gerard Whateley raised concern over the footage, which shows Elija… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A Victorian suburb has been sent into panic after a man covered head-to-toe was… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A three-year-old girl has died after being struck by a car north of Brisbane. div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Authorities searching for a man who fell from a cruise ship off the coast of Qu… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Diners were left stunned after a crocodile walked into a restaurant, leaping ov… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Tennis and sport stars have turned heads in some glamorous looks at the world’s… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
An Aussie influencer has apologised after she left her baby in a hotel room alo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The world’s richest man Elon Musk is going to some extraordinary lengths to ens… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
One My Reno Rules contestant has openly admitted she is ready to be a “manipula… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Grim analysis of the global economy predicts the RBA is set to heap more pain o… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
An Aussie tradie says his financial situation is ‘rock solid’ after amassing a … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The heartbreaking discovery of a dead body in a popular commuter belt has expos… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The tech giant has listened to its consumers and “finally” released a product s… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A “fit and healthy” 13-month-old bub who had been adopted by a teacher and his … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The potential motive behind a devastating mass murder that saw eight children s… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Since making her singing debut at the 2000 Sydney Olympics, Nikki Webster has t… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
They’re “incredibly comfortable” and made from organic cotton, but there’s one … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
It’s an ice box with insulation super powers, but can this cooler outlast a fou… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Jetstar has slashed flights along a major overseas route by 12 per cent – compa… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A weekend camping trip turned into a nightmare after a man was attacked by a la… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Save a whopping 46 per cent off this Bali stay that travellers have named “the … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australians have revealed their all-time favourite holiday destination – and it… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Elijah Hollands’ brother has broken his silence after the Blues forward was adm… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A legendary premiership-winning coach is spearheading the idea as he looks to m… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
F1 rule changes have been confirmed just three races into the season following … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Usain Bolt has issued a stark warning to Gout Gout after the Aussie teenager br… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Another key member of the St George Illawarra Dragons’ coaching staff has left … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Carlton has pleaded for privacy as the club braces for a massive fine and more … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Carlton star Elijah Hollands’ father has shared an emotional post on social med… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australian soldiers will gain access to $30m worth of revolutionary new tech as… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The tech billionaire was a no-show in Paris, where he was summoned to attend a … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Stolen Australian identities are selling online for as little as $280 on the da… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
This small but mighty timesaver just slashed your cleaning time in half – and i… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
One-time global giant Nissan is making a series of ‘painful but necessary’ move… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A shock recall has been issued for Australia’s most popular ute, the Toyota HiL… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Serious questions have been raised after a high-tech unmanned military drone wa… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australia’s most entitled group has been named and shamed, and one generation a… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australian shares closed flat as investors held back ahead of a Middle East cea… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The Coalition has taken an unconventional approach in its latest attack on Labo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A transgender doctor at the centre of a changing room dispute that sparked a co… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A popular US singer has been charged with murder after the dismembered body of … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Controversial MAFS bride Bec has gatecrashed her “coward” ex Danny’s solo TV in… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The Oscar winner’s daughter has written a blistering essay, leaving Tinseltown … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
What’s this? Just a couple of loved-up Hollywood nepo babies enjoying the sun a… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | tags.tiqcdn.com/utag/newsltd/news/prod/utag.js line 419, col 4083 |
| 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/news/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. | |
www.news.com.au/remote/identity/rampart/latest/rampart.js line 1, col 600 | 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.
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 |
|---|---|---|
| 102 | ========================== | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback