Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Room to improve — your 27.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 33.4 MB (12.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
6 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/9397dce2-4a9e-4378-9957-1bfcba2870ec)<a href="https://beavercheck.com/results/9397dce2-4a9e-4378-9957-1bfcba2870ec"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdailyrecord.co.uk" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdailyrecord.co.ukThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 27.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~28%.
Page takes 27.4s to load
+12% bounceUsers abandon at ~3s — you're 24.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 18.6s
+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
6 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
6 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
£375 investment → £2.41/month returns + GBP 18,050,000 risk avoided
£375
5h · 5 findings
£2.41 /mo
~£29 / year
GBP 18,050,000
if kept compliant
£113 — 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 £75/hr
Based on United Kingdom rates (£75/hr)
Start here for the best return on investment
£1,504,169 / month at risk
~£18,050,029 / year if left unfixed
£18,050,000
+4 more
£2.41 /mo
38226.5 MB/mo × 0.063 GBP/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.
10.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.42 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
18.58 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
35.34 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.
81.69 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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | /sadbundle/37520784577143149/The Great Campaign 2026_728x... | 70.5 KiB | 59.9 KiB |
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | /sadbundle/37520784577143149/The Great Campaign 2026_728x... | 62.9 KiB | 52.3 KiB |
Barracks sex attack on teen recruit filmed by two colleagues div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37045324.ece/ALTERNATES/s810/0_imagemaker-49.jpg | 51.5 KiB | 49.5 KiB |
Tourist dies outside Highland hotel hours after 'altercation with youths' div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37048309.ece/ALTERNATES/s810/0_Chinese-Man-dies-f... | 51.6 KiB | 42.5 KiB |
| /sadbundle/37520784577143149/The Great Campaign 2026_728x... | 52.8 KiB | 42.2 KiB | |
'I was captured and tortured by Islamic terrorists but I got my revenge after I… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | i2-prod.dailyrecord.co.uk/article37049577.ece/ALTERNATES/s810/0_CapturePNG.png | 43.4 KiB | 41.7 KiB |
Enigmatic Celtic have me wondering if my title prediction is daft but this is w… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | i2-prod.dailyrecord.co.uk/article37043854.ece/ALTERNATES/s810/0_JS403543009.jpg | 38.1 KiB | 36.6 KiB |
'I queued 30 minutes at viral Edinburgh bakery and couldn't believe the price' div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37049346.ece/ALTERNATES/s810/0_Lannan-Bakery-outs... | 42.8 KiB | 35.3 KiB |
VAT fraud gang jailed over £9m tax scam that funded luxury lifestyles div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37049141.ece/ALTERNATES/s810/1_imagemaker-66.jpg | 34.2 KiB | 32.8 KiB |
I sat through Scotland vs Morocco in Malawi in '98 and thought we'd qualified –… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37046990.ece/ALTERNATES/s810/3_Untitled-design.png | 33.3 KiB | 32.0 KiB |
Celtic consigned to Champions League wasteland as £40m prophecy exposes cost of… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37050435.ece/ALTERNATES/s810/0_Celtic-v-Roma.jpg | 32.6 KiB | 31.3 KiB |
The greatest Rangers combined XI as Steven Gerrard's 55 heroes and Rohl's title… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | i2-prod.dailyrecord.co.uk/article37048380.ece/ALTERNATES/s810/0_rfc.png | 31.7 KiB | 30.5 KiB |
Rangers urged to make decisive transfer move as insider makes big £30m summer p… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article36970837.ece/ALTERNATES/s810/0_2026-EFL-Champions... | 23.8 KiB | 22.9 KiB |
Scott Brown reveals he snubbed Premiership club before Ayr Utd exit and drops h… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article36936775.ece/ALTERNATES/s810/0_Raith-Rovers-v-Ayr... | 23.3 KiB | 22.4 KiB |
John Swinney 'running scared' of Holyrood election debate as SNP leader 'dodges… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37002587.ece/ALTERNATES/s810/2_Screenshot-2026-04... | 21.0 KiB | 20.1 KiB |
Reform UK nothing more than a 'bunch of failed Tories', says Scots trade union … div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | i2-prod.dailyrecord.co.uk/article36558068.ece/ALTERNATES/s810/1_JS393098429.jpg | 18.8 KiB | 18.1 KiB |
Shakhtar scrap coefficient count as Rangers see £30m domino tumble towards Cham… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37049788.ece/ALTERNATES/s810/0_AZ-Alkmaar-v-FC-Sh... | 21.2 KiB | 17.5 KiB |
John Swinney rejects claims of conspiracy to frame Alex Salmond for sexual offe… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | i2-prod.dailyrecord.co.uk/article3116032.ece/ALTERNATES/s810/JS13868876.jpg | 17.5 KiB | 16.8 KiB |
EXCLUSIVE! Andy Robertson faces Celtic transfer 'temptation' as fresh Tottenham… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37049364.ece/ALTERNATES/s810/0_Paris-Saint-Germai... | 17.3 KiB | 16.6 KiB |
First picture of man who died in fatal M90 crash after car drove wrong way div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37045055.ece/ALTERNATES/s810/0_Screenshot-2026-04... | 15.9 KiB | 15.3 KiB |
One simple task that can keep washing machines clean and mould free div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37050766.ece/ALTERNATES/s810/3_Washing-Machine.jpg | 17.2 KiB | 14.1 KiB |
Steven Gerrard overlooked for dream Liverpool job as Rangers hero sees old team… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article36322858.ece/ALTERNATES/s810/0_Liverpool-v-PSV-Ei... | 14.4 KiB | 13.8 KiB |
Create unforgettable memories with family adventures in the South of Scotland div.shopwindow > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article36840302.ece/alternates/s508/1_Jim-Clark-Motorspo... | 14.7 KiB | 13.2 KiB |
Author avatar article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.TeaserAuthor_author__h_bIR > img | i2-prod.dailyrecord.co.uk/article36295639.ece/ALTERNATES/s338a/8732_0112831.jpg | 5.1 KiB | 5.0 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e... | 1.7 KiB | 151 ms |
| /nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e... | 2.4 KiB |
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.
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dailyrecord.co.uk/ | 989 ms |
| www.dailyrecord.co.uk/ | 0.0 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 |
|---|---|---|
| /nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e... | 14.0 KiB | 13.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
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 | 46.5 s |
| Other | 21.4 s |
| Style & Layout | 4.5 s |
| Script Parsing & Compilation | 3.7 s |
| Rendering | 3.0 s |
| Garbage Collection | 1.8 s |
| Parse HTML & CSS | 629 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| live.primis.tech/content/video/css/primisslate.css | 7.3 KiB | 2.3 KiB |
| .App{ display:flex; justify-content:center; box-sizing:border-box; margin:0; … } … | 2.5 KiB | 2.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 14.1 KiB |
| live.primis.tech/live/liveView.php?s=120824 | 19.0 KiB | 3.8 KiB |
| live.primis.tech/content/omid/static/omid-session-client-v1.5.6.js | 21.2 KiB | 2.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.PremiumArticleBadge_opinion__e3QeJ > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.PremiumArticleBadge_opinion__e3QeJ > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.PremiumArticleBadge_opinion__e3QeJ > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
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 |
|---|
138205439166 div.NCU_ncu__Jqg8L > div.sc-d6b5eb77-4 > div.sc-d6b5eb77-1 > div.sc-d6b5eb77-3 |
Yahoo Search | Business IT network div.videoCube > a.item-label-href > span.video-label-box > span.branding |
by Taboola div.trc-widget-footer > div.logoDiv > a.trc_mobile_attribution_link > span |
Sponsored Link div.trc-widget-footer > div.logoDiv > a.trc_mobile_disclosure_link > span |
92690634497 div.NCU_ncu__Jqg8L > div.sc-d6b5eb77-4 > div.sc-d6b5eb77-1 > div.sc-d6b5eb77-3 |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#IL_SR_AD_CONTAINER > div#IL_SW_HTML_CONT > div#IL_SW_INNER > iframe.IL_BASE div#IL_SR_AD_CONTAINER > div#IL_SW_HTML_CONT > div#IL_SW_INNER > iframe.IL_BASE |
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.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a |
div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a |
div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a |
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.
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 |
|---|
Man arrested over Glasgow gran death after four-day hunt for grandson div > div.Heading_heading-primary__pzAWR > a.Heading_teaser-link-primary__oUN1B > h3.Heading_headline__lT6QN |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
by Taboola div#trc_wrapper_4297474504 > div.trc-widget-footer > div.logoDiv > a.trc_mobile_attribution_link |
Sponsored Link div#trc_wrapper_4297474504 > div.trc-widget-footer > div.logoDiv > a.trc_mobile_disclosure_link |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img | /article37050544.ece/ALTERNATES/s508/0_Untitled-design-3.jpg | 340 x 234 (1.45) | 508 x 338 (1.50) |
article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img | i2-prod.dailyrecord.co.uk/article37013163.ece/ALTERNATES/s508/1_JS402967359.jpg | 340 x 234 (1.45) | 508 x 338 (1.50) |
article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img | /article37048586.ece/ALTERNATES/s508/22_HMRC-tax-letter-h... | 340 x 234 (1.45) | 508 x 338 (1.50) |
article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img | /article37050758.ece/ALTERNATES/s508/0_President-Trump-Si... | 340 x 234 (1.45) | 508 x 338 (1.50) |
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 |
|---|---|
| SharedStorage | live.primis.tech/content/pal/pal.js line 9, col 27561 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /live/liveVideo.php?vpaidManager=sekindo&s=58057&ri=6C697... line 2245, col 5958 |
| Unload event listeners are deprecated and will be removed. | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Topics | mantishydra.mantis-awx.com/chunks/rf9dcdrt.hydra.js line 18, col 2426 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=34' from origin 'https://www.dailyrecord.co.uk' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Attestation check for Protected Audience on https://display.bidder.taboola.com failed. | |
Attestation check for Protected Audience on https://elb.the-ozone-project.com failed. | |
Attestation check for Protected Audience on https://g2.gumgum.com failed. | |
Attestation check for Protected Audience on https://g2.gumgum.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://shb.richaudience.com failed. | |
Attestation check for Protected Audience on https://shb.richaudience.com failed. | |
ERROR - (ATS-DROPMATCH-MODULE) PixelID is not configured. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 404 () | |
LT.JS: Aborting because no consent was present on the request or stored server-side | |
LT.JS: Aborting due to above errors. | |
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'consents') |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.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.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.80 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.
18.99 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
dailyrecord article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.PremiumArticleBadge_opinion__e3QeJ > img.PremiumArticleBadge_premium-badge-image__ceBDv | s0.2mdn.net/sadbundle/16313617539270928300/images/img-02_970x250.jpg | 266.9 KiB | 172.1 KiB |
Barracks sex attack on teen recruit filmed by two colleagues div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37045324.ece/ALTERNATES/s810/0_imagemaker-49.jpg | 51.5 KiB | 47.7 KiB |
'I was captured and tortured by Islamic terrorists but I got my revenge after I… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | i2-prod.dailyrecord.co.uk/article37049577.ece/ALTERNATES/s810/0_CapturePNG.png | 43.4 KiB | 40.2 KiB |
dailyrecord article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.PremiumArticleBadge_opinion__e3QeJ > img.PremiumArticleBadge_premium-badge-image__ceBDv | s0.2mdn.net/sadbundle/16313617539270928300/images/img-01_970x250.jpg | 99.6 KiB | 38.4 KiB |
Enigmatic Celtic have me wondering if my title prediction is daft but this is w… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | i2-prod.dailyrecord.co.uk/article37043854.ece/ALTERNATES/s810/0_JS403543009.jpg | 38.1 KiB | 35.3 KiB |
Tourist dies outside Highland hotel hours after 'altercation with youths' div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37048309.ece/ALTERNATES/s810/0_Chinese-Man-dies-f... | 51.6 KiB | 34.7 KiB |
VAT fraud gang jailed over £9m tax scam that funded luxury lifestyles div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37049141.ece/ALTERNATES/s810/1_imagemaker-66.jpg | 34.2 KiB | 31.6 KiB |
I sat through Scotland vs Morocco in Malawi in '98 and thought we'd qualified –… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37046990.ece/ALTERNATES/s810/3_Untitled-design.png | 33.3 KiB | 30.9 KiB |
Celtic consigned to Champions League wasteland as £40m prophecy exposes cost of… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37050435.ece/ALTERNATES/s810/0_Celtic-v-Roma.jpg | 32.6 KiB | 30.2 KiB |
The greatest Rangers combined XI as Steven Gerrard's 55 heroes and Rohl's title… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | i2-prod.dailyrecord.co.uk/article37048380.ece/ALTERNATES/s810/0_rfc.png | 31.7 KiB | 29.4 KiB |
Rangers urged to make decisive transfer move as insider makes big £30m summer p… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article36970837.ece/ALTERNATES/s810/0_2026-EFL-Champions... | 23.8 KiB | 22.1 KiB |
Scott Brown reveals he snubbed Premiership club before Ayr Utd exit and drops h… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article36936775.ece/ALTERNATES/s810/0_Raith-Rovers-v-Ayr... | 23.3 KiB | 21.6 KiB |
John Swinney rejects claims of conspiracy to frame Alex Salmond for sexual offe… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | i2-prod.dailyrecord.co.uk/article3116032.ece/ALTERNATES/s810/JS13868876.jpg | 17.5 KiB | 16.2 KiB |
EXCLUSIVE! Andy Robertson faces Celtic transfer 'temptation' as fresh Tottenham… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37049364.ece/ALTERNATES/s810/0_Paris-Saint-Germai... | 17.3 KiB | 16.0 KiB |
First picture of man who died in fatal M90 crash after car drove wrong way div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37045055.ece/ALTERNATES/s810/0_Screenshot-2026-04... | 15.9 KiB | 14.7 KiB |
Shakhtar scrap coefficient count as Rangers see £30m domino tumble towards Cham… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article37049788.ece/ALTERNATES/s810/0_AZ-Alkmaar-v-FC-Sh... | 21.2 KiB | 14.3 KiB |
Steven Gerrard overlooked for dream Liverpool job as Rangers hero sees old team… div.GroupGrid_group__W6wCG > article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > img | /article36322858.ece/ALTERNATES/s810/0_Liverpool-v-PSV-Ei... | 14.4 KiB | 13.3 KiB |
Author avatar article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.TeaserAuthor_author__h_bIR > img | i2-prod.dailyrecord.co.uk/article1499734.ece/ALTERNATES/s338a/Michael-Gannon.jpg | 6.0 KiB | 6.0 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| /nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e... | 1.7 KiB |
| /nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e... | 2.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dailyrecord.co.uk/ | 440 ms |
| www.dailyrecord.co.uk/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 10.7 s |
| Other | 5.1 s |
| Style & Layout | 913 ms |
| Script Parsing & Compilation | 776 ms |
| Rendering | 686 ms |
| Garbage Collection | 340 ms |
| Parse HTML & CSS | 131 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| live.primis.tech/content/video/css/primisslate.css | 7.3 KiB | 2.3 KiB |
| .App{ display:flex; justify-content:center; box-sizing:border-box; margin:0; … } … | 2.5 KiB | 2.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
| live.primis.tech/live/liveView.php?s=121024 | 18.8 KiB | 3.7 KiB |
| live.primis.tech/content/omid/static/omid-session-client-v1.5.6.js | 21.5 KiB | 2.6 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e... | 14.0 KiB | 13.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
dailyrecord header.Header_header__nYiY_ > span.PremiumButton_premium-button__RMjkb > a.PremiumButton_premium-button__RMjkb > img | /assets/dailyrecord/images/premium-subscribe-dailyrecord.svg |
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.PremiumArticleBadge_opinion__e3QeJ > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.PremiumArticleBadge_opinion__e3QeJ > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord article.Teaser_teaser__XImzE > div.OpinionTeaser_content-wrapper__TVVPL > div.PremiumArticleBadge_opinion__e3QeJ > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
dailyrecord div.Heading_heading-primary__pzAWR > div.Heading_premium-article___6NGm > div.PremiumArticleBadge_primary__HhkAN > img.PremiumArticleBadge_premium-badge-image__ceBDv | www.dailyrecord.co.uk/assets/dailyrecord/images/premium-byline-dailyrecord.svg |
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 |
|---|
138518295766 div.NCU_ncu__Jqg8L > div.sc-d6b5eb77-4 > div.sc-d6b5eb77-1 > div.sc-d6b5eb77-3 |
138216286509 div.NCU_ncu__Jqg8L > div.sc-d6b5eb77-4 > div.sc-d6b5eb77-1 > div.sc-d6b5eb77-3 |
138216286506 div.NCU_ncu__Jqg8L > div.sc-d6b5eb77-4 > div.sc-d6b5eb77-1 > div.sc-d6b5eb77-3 |
138216286671 div.NCU_ncu__Jqg8L > div.sc-d6b5eb77-4 > div.sc-d6b5eb77-1 > div.sc-d6b5eb77-3 |
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 |
|---|
Man arrested over Glasgow gran death after four-day hunt for grandson div > div.Heading_heading-primary__pzAWR > a.Heading_teaser-link-primary__oUN1B > h3.Heading_headline__lT6QN |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a |
div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a |
div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a div.shopwindow > article.Teaser_teaser__XImzE > footer.Footer_additional-content__QJCbk > a |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img | /article37050544.ece/ALTERNATES/s950/0_Untitled-design-3.jpg | 950 x 430 (2.21) | 950 x 422 (2.25) |
article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img | i2-prod.dailyrecord.co.uk/article37013163.ece/ALTERNATES/s950/1_JS402967359.jpg | 950 x 430 (2.21) | 950 x 422 (2.25) |
article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img | /article37048586.ece/ALTERNATES/s950/22_HMRC-tax-letter-h... | 950 x 430 (2.21) | 950 x 422 (2.25) |
article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img article.Teaser_teaser__XImzE > div.Teaser_cover-wrapper__VVV7O > picture > img | /article37050758.ece/ALTERNATES/s950/0_President-Trump-Si... | 950 x 430 (2.21) | 950 x 422 (2.25) |
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 |
|---|---|
| SharedStorage | live.primis.tech/content/pal/pal.js line 9, col 27561 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | |
| Unload event listeners are deprecated and will be removed. | |
| Topics | live.primis.tech/content/prebid/prebidVid.9.18.0_77.min.js line 11, col 31501 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Exception in slotRenderEnded event listener: "TypeError: Cannot read properties of null (reading 'toString')".
https://goo.gle/gpt-message#92 |
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=34' from origin 'https://www.dailyrecord.co.uk' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Attestation check for Protected Audience on https://ad.360yield.com failed. | |
Attestation check for Protected Audience on https://display.bidder.taboola.com failed. | |
Attestation check for Protected Audience on https://display.bidder.taboola.com failed. | |
Attestation check for Protected Audience on https://elb.the-ozone-project.com failed. | |
Attestation check for Protected Audience on https://elb.the-ozone-project.com failed. | |
Attestation check for Protected Audience on https://g2.gumgum.com failed. | |
Attestation check for Protected Audience on https://g2.gumgum.com failed. | |
Attestation check for Protected Audience on https://g2.gumgum.com failed. | |
Attestation check for Protected Audience on https://g2.gumgum.com failed. | |
Attestation check for Protected Audience on https://g2.gumgum.com failed. | |
Attestation check for Protected Audience on https://g2.gumgum.com failed. | |
Attestation check for Protected Audience on https://g2.gumgum.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://shb.richaudience.com failed. | |
Attestation check for Protected Audience on https://shb.richaudience.com failed. | |
Attestation check for Protected Audience on https://shb.richaudience.com failed. | |
Attestation check for Protected Audience on https://shb.richaudience.com failed. | |
Attestation check for Protected Audience on https://shb.richaudience.com failed. | |
Attestation check for Protected Audience on https://shb.richaudience.com failed. | |
Attestation check for Protected Audience on https://shb.richaudience.com failed. | |
ERROR - (ATS-DROPMATCH-MODULE) PixelID is not configured. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 404 () | |
LT.JS: Aborting because no consent was present on the request or stored server-side | |
LT.JS: Aborting due to above errors. | |
Refused to set unsafe header "Sec-Fetch-Dest" | |
Refused to set unsafe header "Sec-Fetch-Mode" | |
Refused to set unsafe header "Sec-Fetch-Site" | |
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'consents') |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback