Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.9s 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 12.8 MB (5.0 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/95fdf502-f267-4370-9da0-cb5e224cd334)<a href="https://beavercheck.com/results/95fdf502-f267-4370-9da0-cb5e224cd334"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fheraldsun.com.au" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fheraldsun.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 4.9s 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 4.9s to load
+12% bounceUsers abandon at ~3s — you're 2.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.4s
+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 4,810/month returns + AUD 50,200,000 risk avoided
AUD 550
5h · 5 findings
AUD 4,810 /mo
~AUD 57,716 / 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,023 / year if left unfixed
AUD 50,200,000
+6 more
AUD 1.95 /mo
15807.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.
3.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.44 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.100
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.59 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.84 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
The ‘never sell’ investor: What capital gains change will mean for your tax bill article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/5d8b61c1aa2c9fe6946bb7025badfcb0?width=1024 | 152.8 KiB | 112.3 KiB |
The five genuine flag threats in 2026 — and who you can rule out article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/4fc145aa47d0440dd85428972551a581?width=1024 | 101.2 KiB | 60.7 KiB |
Jobe, Bevo and a billionaire: Inside unlikely trio’s lunch date article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/5514d47ea1920e02cef20ce939d2cffd?width=1024 | 86.4 KiB | 49.9 KiB |
‘Bullying and gossip-mongering’: Former private principal reveals toxic school … article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/4edf20ed44e1534526e0021dc1d9c06f?width=320 | 21.3 KiB | 8.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.
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.heraldsun.com.au/?nk=c09edc2a45c4d3e9172e1d91bf49b0e5-1776894563 | 3.2 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.
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 | 13.1 s |
| Other | 10.4 s |
| Style & Layout | 4.0 s |
| Rendering | 3.0 s |
| Script Parsing & Compilation | 1.4 s |
| Garbage Collection | 376 ms |
| Parse HTML & CSS | 261 ms |
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.2 KiB | 25.7 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.
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 | |
|---|---|
div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img | /cs/ts2020/assets/images/sport-images/logo/codesports-ter... |
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 |
|---|
11 minutes ago div.defcon-wrapper > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
26 minutes ago div.mosaic_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
7 minutes ago div.defcon-wrapper > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
14 minutes ago div.defcon-wrapper > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
An hour ago div.mosaic_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
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 |
|---|
The five genuine flag threats in 2026 — and who you can rule out div.mosaic > div.defcon-wrapper > article.storyblock > h3.storyblock_title |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img |
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.indies-sport-scoreboard-tools > div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link div.indies-sport-scoreboard-tools > div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-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 |
|---|
AFL div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Opinion div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Australian Economy div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Alec Renehan div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
QLD Education div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Sleep div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Victoria div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Melbourne div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Victoria div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Ageing div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Opinion div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
NSW div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Victoria div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
North div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Goulburn Valley div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Mildura div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Leader div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Follow div.mosaic-heading > div.mosaic-heading_meta > div.c3po-button-placeholder > button.btn |
Greater Geelong div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Greater Geelong div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Melbourne div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
National div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Movies div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Entertainment div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Fashion div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Confidential div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Arts div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
News div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
News div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Health div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SuperCoach loophole fail! div.videos > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
Footy’s Falcon of the Year div.videos > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
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.touch html.touch |
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 |
|---|
00:48 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:51 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:14 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:11 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
01:26 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:59 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
01:20 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
01:36 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:31 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:31 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
01:12 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
02:43 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:42 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:43 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:51 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:17 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
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 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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/hwt/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.
| |
www.heraldsun.com.au/ line 613, col 8 | TypeError: Cannot read properties of undefined (reading 'setLocaleData')
at https://www.heraldsun.com.au/:614:9 |
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.heraldsun.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 |
|---|---|---|
| 102 | ========================== | Syntax not understood |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
522 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.
6.62 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.
11.67 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|---|---|
The ‘never sell’ investor: What capital gains change will mean for your tax bill article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/5d8b61c1aa2c9fe6946bb7025badfcb0?width=650 | 53.1 KiB | 14.3 KiB |
True or false: the River Seine is the longest river in France article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/f2b99dce3b8d7eac208e26f23af63ca4?width=320 | 14.6 KiB | 5.3 KiB |
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.heraldsun.com.au/?nk=89f4d0dc974d25211d58b81e707eec12-1776894642 | 4.1 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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.5 s |
| Style & Layout | 1.2 s |
| Other | 1.1 s |
| Rendering | 516 ms |
| Script Parsing & Compilation | 408 ms |
| Parse HTML & CSS | 72 ms |
| Garbage Collection | 58 ms |
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.1 KiB | 26.0 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.
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 | |
|---|---|
div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img | /cs/ts2020/assets/images/sport-images/logo/codesports-ter... |
My News is a premium feature for subscribers only div > div.promo-homepage > div.promo-homepage-inner > img | |
heraldsun div.g_wrapper > div.footer_branding > a.footer_branding_brand > img.header_link_image |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.indies-sport-scoreboard > div.indies-sport-scoreboard-top-section > div.indies-sport-scoreboard-body > button.indies-sport-scoreboard-nav div.indies-sport-scoreboard > div.indies-sport-scoreboard-top-section > div.indies-sport-scoreboard-body > button.indies-sport-scoreboard-nav |
div.indies-sport-scoreboard > div.indies-sport-scoreboard-top-section > div.indies-sport-scoreboard-body > button.indies-sport-scoreboard-nav div.indies-sport-scoreboard > div.indies-sport-scoreboard-top-section > div.indies-sport-scoreboard-body > button.indies-sport-scoreboard-nav |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img |
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.indies-sport-scoreboard-tools > div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link div.indies-sport-scoreboard-tools > div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-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.
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 |
|---|
13 minutes ago div.defcon-wrapper > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
28 minutes ago div.mosaic_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
9 minutes ago div.defcon-wrapper > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
16 minutes ago div.defcon-wrapper > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
An hour ago div.mosaic_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
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 |
|---|
The five genuine flag threats in 2026 — and who you can rule out div.mosaic > div.defcon-wrapper > 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 |
SuperCoach loophole fail! div.videos > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
Footy’s Falcon of the Year div.videos > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
Herald Sun app li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Today's Paper li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Newsletters li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Job Opportunities li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Code of conduct li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Subscription FAQs li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Subscription terms li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Standards of practice li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Letter to the Editor li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Licensing & Reprints li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
The Courier Mail li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
The Advertiser li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
news.com.au li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
The Australian li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
The Mercury li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Gold Coast Bulletin li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Townsville Bulletin li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Foxtel li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Hipages li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
odds.com.au li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
racenet.com.au li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Sky News li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
Coupons 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.no-touch html.no-touch |
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 |
|---|
Who are legitimate premiership contenders this year? Mick McGuane has taken a c… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
As many as half of the toilets in all new public buildings including stadiums, … div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Firefighters in the regions will secure a $365m funding injection in the upcomi… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Health insurance premiums have smashed through the $1000-a-month barrier for th… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A light blue ship behind Albanese at Port Botany has come halfway around the wo… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Tensions exploded in the Strait of Hormuz as Iran fired on three civilian ships… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A major shake up to Australia’s capital gains tax system could give rise to a ‘… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Victoria Police has lost nearly 150 full-time equivalent officers in three mont… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
An Afghan interpreter, whose father-in-law was shot by the Taliban in an ambush… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Melbourne’s office occupancy rates are finally on the rebound as more workers r… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
In 2016, Luke Beveridge handed over his premiership medal and Jobe Watson gave … div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Kids attempting to “hold it in” due to toilet anxiety often leads to accidents,… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australia’s health insurance system faces collapse as thousands flee gold cover… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Investors face a dangerous new reality as platforms disguise gambling as invest… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Dr Susan Simon had a stellar career as a principal at three leading private sch… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A Sydney interior designer who runs a successful business popular with Gen Z sh… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
00:48 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:51 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:14 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:11 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
01:26 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:59 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
01:20 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
01:36 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
Billionaire Adrian Portelli has refused to pay for police traffic management at… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Sporting couple Jamie-Lee Price and Harry Perryman have shared an entertaining … div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The teenager was a passenger on the e-bike with another young boy when it colli… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
It was only September last year that Tyson Stengle was lining up for Geelong in… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Melbourne’s rental market has had a major reversal set to hit landlords and ten… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Gold bosses say Victoria is missing out on a massive boost to the economy by fa… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The Albanese government has sparked outrage by stripping higher private health … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australians can now apply for thousands of Census jobs offering rates up to $61… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
It’s the secret to “perfect hair”, with fans saying the cult item is “absolutel… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The federal government has scrapped controversial aged care co-charges that for… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Jacinta Allan can mouth off as much as she likes about Pauline Hanson’s “divisi… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
As One Nation’s support jumps again, it’s a warning to the traditional parties:… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Broadcaster ARN has rattled off a list of shock jock Kyle Sandilands’ alleged v… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Regional Victorian MPs, including Premier Jacinta Allan and several of her mini… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Mark Butler’s plan to assess people by their functional ability rather than a d… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The city’s six-day stretch of days above 25 degrees Celsius is defying autumn r… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Four teenagers have been charged after a brutal daylight attack in which a yo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
With construction costs for the Melbourne Arts Precinct Transformation soaring … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
As Essendon prepare for the Anzac Day blockbuster, former captain Jobe Watson a… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Tesla’s shares are rising in afterhours US trade. Brent oil crossed the mark fo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A regional wool manufacturer has defied industry trends by keeping production i… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Macquarie earnings facing multiple headwinds. CSL’s big fall not just about rip… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Virgin is cutting key regional routes while Qantas has cancelled nearly 90 Melb… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A businessman who lost his company and spat on police has blamed being left in … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Four people faced court after a Mooroopna grandstand was allegedly destroyed by… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A grubby granddad used his mobile phone to take upskirt pictures of a teenage g… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A Cranbourne North father died unexpectedly in his sleep on Easter Sunday, leav… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A retiring Victorian farmer is selling his 1224ha aggregation of 11 properties,… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The four-time Super Bowl winner has shared his view of the LA Rams and San Fran… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
New data has revealed Australians are embracing physical money again as cash pa… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australia’s princess of pop will bare all in a Netflix documentary examining he… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Twelve women have lost more than $200,000 to this Aussie casanova. He has denie… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Apple’s next CEO has teased major new products and AI changes with the iPhone s… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The Duchess of Sussex has sparked outrage by turning her children’s royal title… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A leading builder’s latest Geelong project offering luxury coastal-style living… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Three bidders have driven the price $100,000 above expectations for a secluded … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A retirement village in Melbourne’s southeast with a growing waitlist is for sa… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Aussies are being warned their rooftop solar and battery systems are high-value… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Michael, the much-anticipated movie based on the life of the King of Pop, is fi… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Ruby Rose has signed on for a gruelling US reality show after lodging sexual as… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Fashion mogul Emma Grede launched retail behemoth Skims with Kim Kardashian, bu… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Chris Scott called it a grab for cash, now Geelong star Bailey Smith has hit ou… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A thought-provoking penguin parade will lead the charge of more than 80 works b… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A ‘one-on-one tutor that never sleeps’ and live presentations replacing exams c… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
PARTNER CONTENT: Doesn’t matter if you’re first in line by an inch or a mile, t… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
PARTNER CONTENT: Staying active can play a key role in managing the symptoms of… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
With a top-two finish out of reach and a spot in Asia looking unlikely, pressur… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
00:31 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:31 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
01:12 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
02:43 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:42 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:43 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:51 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
00:17 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
Sydney and the Western Bulldogs have made eight changes between them for Thursd… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Geelong is keeping an open-mind on Gryan Miers, but Chris Scott was reluctant t… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Ollie Hollands has spoken for the first time since his brother’s mental health … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Essendon’s recent improvement has renewed faith in a number of our experts as t… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The stats don’t lie, the Western Bulldogs’ defensive efforts is still strugglin… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
With a home Olympics on the horizon, there’s a new generation of Aussie swimmer… 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 |
About us 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 |
|---|---|
| Topics | tags.news.com.au/prod/prebid/prebid.js line 60, col 1147 |
| AttributionReporting | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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/hwt/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.
| |
www.heraldsun.com.au/ line 613, col 8 | TypeError: Cannot read properties of undefined (reading 'setLocaleData')
at https://www.heraldsun.com.au/:614:9 |
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.heraldsun.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 |
|---|---|---|
| 102 | ========================== | Syntax not understood |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img div.indies-sport-scoreboard-sponsor > div.codelib-sponsor-logo > a.codelib-sponsor-logo-link > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback