Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.7s 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.
Good server performance with room for optimization.
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.3 MB (4.8 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/93610a17-5c36-416a-9cc5-e904eed1bd65)<a href="https://beavercheck.com/results/93610a17-5c36-416a-9cc5-e904eed1bd65"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdailytelegraph.com.au" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdailytelegraph.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.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~39%.
Page takes 4.7s to load
+12% bounceUsers abandon at ~3s — you're 2.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.7s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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,618/month returns + AUD 50,200,000 risk avoided
AUD 550
5h · 5 findings
AUD 4,618 /mo
~AUD 55,422 / 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,022 / year if left unfixed
AUD 50,200,000
+6 more
AUD 1.85 /mo
15014.8 MB/mo × 0.123 AUD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.59 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.70 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.109
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.99 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.
34.36 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 |
Fury as new toilet policy dumps on women article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/bd1a0c0cc2540d8fe59a09f06faa63bd?width=1024 | 46.4 KiB | 26.8 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 |
Staying or going: 26 off-contract players caught in coaching crisis article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/1978d89fad971cc00a31089241262325?width=320 | 20.7 KiB | 8.2 KiB |
Politicians refuse to help stop ‘globalise the intifada’ event article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/0c4317baf6ca2838e9fd26f9063a5cd7?width=320 | 18.6 KiB | 6.1 KiB |
‘Not appropriate’: Backlash as govt eyes showground for new school article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/d5643b4ca699b0bc64021a7ed6df932d?width=320 | 16.6 KiB | 4.1 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.
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.dailytelegraph.com.au/?nk=33bebf866d3b40c9b39fe0aec67905ef-1776891006 | 1.6 s |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
The Daily Telegraph
BREAKING
Train chaos after vehicle on tracks in Sydney’s we… body.user-anonymous > div.g_wrapper > section#main-site-section | 0.096 |
EXCLUSIVENSW
Politicians refuse to help stop ‘globalise the intifada’ event
A … div#tops-1 > div.mosaic > div.defcon-wrapper > article.storyblock | 0.012 |
SubscribeSign In body.user-anonymous > div.header_login-register > div.header_auth | 0.000 |
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 | 20.9 s |
| Other | 13.1 s |
| Style & Layout | 6.2 s |
| Rendering | 4.5 s |
| Script Parsing & Compilation | 1.2 s |
| Garbage Collection | 769 ms |
| Parse HTML & CSS | 269 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.2 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 |
|---|
1 minute ago div.defcon-wrapper > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
8 minutes ago div.mosaic_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
These are opportunities to improve the legibility of your content.
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 |
body.user-anonymous > img body.user-anonymous > 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 |
|---|
Confidential div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Australian Economy div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
NRL 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 |
Opinion div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Nathanael Cooper div.storyblock_byline > span.author_names > span.author_name > a |
Follow div.storyblock_byline > span.author_names > div.c3po-button-placeholder > button.btn |
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 |
NRL div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Entertainment div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Police & Courts div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Police & Courts div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Confidential div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
NSW div.defcon-wrapper > article.storyblock > span.storyblock_meta > a.storyblock_section |
Business div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Confidential div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Confidential div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
NRL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Mosman div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Macarthur div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
The Express div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Newcastle div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
The South Coast News div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Mid-North Coast div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Mid-North Coast 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 |
Sydney div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Sydney div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
National div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
City East div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Celebrity Life div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
NSW div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Health div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Health div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Partner Content 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 |
|---|
01:11 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
02:13 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
06:26 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
05:52 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
04:15 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 |
|---|---|
| Topics | tags.news.com.au/prod/prebid/prebid.js line 60, col 1147 |
| AttributionReporting | |
| SharedStorage | /pagead/managed/js/activeview/m202604200101/ufs_web_displ... 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/dt/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.dailytelegraph.com.au/ line 601, col 8 | TypeError: Cannot read properties of undefined (reading 'setLocaleData')
at https://www.dailytelegraph.com.au/:602: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.dailytelegraph.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 |
body.user-anonymous > img body.user-anonymous > 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.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
666 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.043
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.55 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.
6.85 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.
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.
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 |
‘Shove it in their a**’: Kyle’s alleged expletive-laden tirades article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/741cc87d07a12570a59571b7307b6cac?width=320 | 15.8 KiB | 6.4 KiB |
Staying or going: 26 off-contract players caught in coaching crisis article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/3312ab180be2b258089b8f753bda0076?width=320 | 14.7 KiB | 5.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.dailytelegraph.com.au/?nk=77a6578b4dce04d93584b5c413bc2ff1-1776891085 | 1.4 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 | 4.5 s |
| Other | 2.6 s |
| Rendering | 1.9 s |
| Style & Layout | 749 ms |
| Script Parsing & Compilation | 335 ms |
| Garbage Collection | 94 ms |
| Parse HTML & CSS | 89 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 | 25.3 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.
My News is a premium feature for subscribers only div > div.promo-homepage > div.promo-homepage-inner > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2 minutes ago div.defcon-wrapper > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
9 minutes ago div.mosaic_list > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
These are opportunities to improve the legibility of your content.
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 |
|---|
body.user-anonymous > img body.user-anonymous > img |
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 |
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 |
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 |
Subscriptions 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 |
Herald Sun li.footer_menu_item > ul.footer_menu_nav_sub > li.footer_menu_item_sub > a |
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 |
realestate.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 |
|---|
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 |
A slew of our most powerful politicians will not lobby the Lord Mayor to cancel… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
NSW Education officials have proposed forcibly acquiring part of the historic C… 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 |
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 |
Sydney influencer Sam Guggenheimer has revealed she is working on her mental he… 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 |
Broadcaster ARN has rattled off a list of shock jock Kyle Sandilands’ alleged v… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Anthony Seibold got the early axe, Shane Flanagan departed the Dragons, and Tod… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The reality star and Aussie actor’s Coachella makeout session has shocked fans,… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The NRL stands on the brink of an unprecedented achievement that has never occu… 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 |
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 |
Amid the titillation of hearing what Kyle and Jackie O say when the radio is pl… 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 |
01:11 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
02:13 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
06:26 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
05:52 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_link |
04:15 div.video-list-wrap > div.videos > article.storyblock > a.storyblock_image_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 |
Retired brigadier Vincent William says you don’t need a uniform to embody the A… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
An Afghan interpreter — whose father-in-law was shot by the Taliban in an ambus… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Off-contract Roosters assistant Michael Cheika has emerged as a contender for t… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Australia’s princess of pop will bare all in a Netflix documentary examining he… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The former chief executive of the NSW Department of Education’s school infrastr… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Five people charged with kidnapping the bodyguard of an Alameddine-linked rappe… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Chris Hemsworth’s decision to base more work in Australia pays off spectacularl… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Electric vehicle interest has exploded across NSW following massive fuel shorta… div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A southwest Sydney teacher accused of touching a former student in a classroom … div.defcon-wrapper > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
In a season of change at the Dragons that has already seen a new head coach, ha… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Key features of the NDIS, from admissions criteria to community support package… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A truck driver has lost her fight to avoid night shifts and reduce her hours, w… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The Westfield owner faced the music about its big spending ways at its annual m… 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 DPP prosecutor charged with misconduct in a public office over her alleged re… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A former Olympic hero claims Australian sprinters now possess the talent to ach… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The latest list of hottest parties includes The Boys season five premiere, Clue… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A multinational developer has released final plans for a controversial 12-store… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The morning commute from one end of the northwest to the other is now taking lo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A brave Macarthur preschooler is dreading starting kindergarten after a hair lo… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A solicitor is accused of being part of a multimillion fraud and money launderi… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Two men have admitted their roles in an attempted home invasion at the residenc… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A man donning a Queensland Maroons cap is at the centre of a police probe after… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A Mid-North Coast mental health worker previously accused of a violent rape has… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A number of charges including choking and assault that were levelled against a … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
As fans count down to this year’s EPL pre-season game in Sydney, legendary Chel… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A Western Sydney man faces life imprisonment after police allegedly caught him … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Police allege the elderly man was abducted in a botched ransom plot targeting a… div.mosaic_list > 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.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 |
Sydney tenants have been hammered with another spike in rents but the increases… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
A Sydney family is set for a major windfall due to a masterstroke decision they… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Aussie homeowners are set to be lumped with a pricey extra cost on top of more … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
One of the best homes in one of the most exclusive parts of the Eastern Suburbs… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Kyle Sandilands allegedly told co-host Jackie O “get your f***ing shit together… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
An Aussie designer is celebrating after screen legend Meryl Streep donned their… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
An actor suing Rebel Wilson feared the Pitch Perfect star was “monitoring” her … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Crisis communications experts hired by Rebel Wilson called her “f***ing nuts” i… 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 |
PARTNER CONTENT: Women should not wait for a hot flush to get advice about meno… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Find out the special things you’ll get to experience on The Ghan, such as menus… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Japan has become Australia’s ultimate travel addiction, with inquiries skyrocke… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Former Dragons ball boy Kade Reed has dismissed concerns about his 80kg frame a… 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 |
The Wests Tigers star who appeared in a Stormzy music video as a teenager almos… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
England have made a call on their new coach ahead of the Rugby League World Cup… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
Rugby Australia has conceded the sport is facing an uncertain financial future … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
With a number of incumbent NSW stars ruled out with injuries, the door is open … div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
After one of the most impressive debuts in the NRL, 21-year-old Kiwi Apa Twidle… div.mosaic_list > article.storyblock > p.storyblock_standfirst > a.storyblock_standfirst_link |
The Dolphins are set to unleash livewire Trai Fuller in a bid to spark their se… 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/dt/prod/utag.sync.js line 1, col 306 | [ERROR][UserMemtype] General error while fetching user data [object Object] |
Access to XMLHttpRequest at 'https://resourcesssl.newscdn.com.au/indiestudio/api/public/campaigns?userType=anonymous&pageType=homepage&site=dailytelegraph.com.au§ion=/home&device=desktop' from origin 'https://www.dailytelegraph.com.au' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
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.dailytelegraph.com.au/ line 601, col 8 | TypeError: Cannot read properties of undefined (reading 'setLocaleData')
at https://www.dailytelegraph.com.au/:602: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.dailytelegraph.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 |
|---|
body.user-anonymous > img body.user-anonymous > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback