Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
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.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
74 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/d11f9215-bd2c-4412-b7e5-051bf1eb54ec)<a href="https://beavercheck.com/results/d11f9215-bd2c-4412-b7e5-051bf1eb54ec"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fscotsman.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fscotsman.comThis 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 5.9s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 5.9s to load
+12% bounceUsers abandon at ~3s — you're 3.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No 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.
$550 investment → $4,209/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$4,209 /mo
~$50,510 / year
USD 150,000
if kept compliant
$150 — 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.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,007 / year if left unfixed
$150,000
$0.55 /mo
6933.3 MB/mo × 0.080 USD/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 3 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.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.20 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.013
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.11 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.
16.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.
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.
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 | |
|---|---|---|---|
Subscriber exclusive
Chinese student at Scots university charged with photogra… div.Section__SectionContent-sc-uvg8rl-0 > section.scw-sc-VcoSR > div.sc-gmSHEY > div.sc-eYPhOV | /jpim-static/image/2026/04/16/14/48/Offutt-AFB_Kennedy-En... | 278.3 KiB | 122.1 KiB |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/13/48/PA-84015906-(2).jpg?c... | 32.4 KiB | 27.6 KiB |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/16/59/PA-59470878.jpg?crop=... | 25.9 KiB | 21.1 KiB |
Scottish Parliament building in Edinburgh span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/03/26/18/cs-758b884a-0f30-46f5-90... | 23.8 KiB | 19.1 KiB |
The Scottish Parliament span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/16/02/Untitled-design-(24)-... | 22.4 KiB | 18.0 KiB |
First Minister John Swinney with SNP candidates and activists in Dundee. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/11/42/PA-84309994.jpg?crop=... | 19.8 KiB | 15.9 KiB |
Belarus managed to snuff out Denmark in Copenhagen to help Scotland's World Cup… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/17/02/GettyImages-224702765... | 19.0 KiB | 15.3 KiB |
Scottish National Party candidates for Angus South, Lloyd Melville, and Dundee … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/14/00/01KPJ944E0XQCDWRYKB36... | 17.6 KiB | 14.1 KiB |
div.message-container > div#notice > div.message-component > img.message-component div.message-container > div#notice > div.message-component > img.message-component | www.scotsman.com/img/logo.png | 10.8 KiB | 7.7 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.
| URL | Time Spent |
|---|---|
| scotsman.com/ | 772 ms |
| www.scotsman.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.1 s |
| Other | 889 ms |
| Style & Layout | 860 ms |
| Script Parsing & Compilation | 743 ms |
| Parse HTML & CSS | 387 ms |
| Rendering | 143 ms |
| Garbage Collection | 115 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 |
|---|---|---|
| @font-face{font-family:'Merriweather'; … } … | 36.0 KiB | 15.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| player.ex.co/player/ae752b68-99f4-43fb-927e-e76c31964eec | 173.9 KiB | 151.7 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 142.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KDQH5G6>m=4e64h1 | 152.3 KiB | 79.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-X1VXBV4VN6&cx=c>m=4e64h1 | 144.8 KiB | 62.8 KiB |
| www.scotsman.com/_build/vendors..pnpm.90503d0f4ad5f39a20c5.js | 83.2 KiB | 62.4 KiB |
| consent.scotsman.com/Notice.8f529.js | 90.9 KiB | 60.9 KiB |
| /gtm.js?id=GTM-NDG2GKQ>m_auth=six2T6CxkN1YYbqLKUV2RQ>... | 137.1 KiB | 54.6 KiB |
| www.scotsman.com/_build/common.774011e128c412efbab8.js | 60.3 KiB | 34.7 KiB |
| cdn.exitbee.com/xtb.min.js | 31.4 KiB | 24.7 KiB |
| cdn1.anonymised.io/light/auth.js?v=1.8.54 | 27.0 KiB | 23.2 KiB |
| www.scotsman.com/_build/initialisers.42fce8bf3f1ee1b7e266.js | 35.6 KiB | 21.9 KiB |
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 | |
|---|---|
Jamie Bell and Richard Gadd in Half Man. BBC/Mam Tor Productions/HBO/Sebastian … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/03/23/11/21/556413.jpeg?crop=3:2,... |
View from The Linnhe span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Just a few of the artists who have performed Scotsman Sessions span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Monarch of the Glen star Alexander Morton has died, aged 81 span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Ken Peplowski played with such jazz greats as Benny Goodman and Mel Torme (Pict… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
44 Scotland Street. The Prime of Bertie Pollock, Chapter 56: Scotland span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
44 Scotland Street. The Prime of Bertie Pollock, Chapter 55: Genes and environm… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
44 Scotland Street. The Prime of Bertie Pollock, Chapter 54: A Barga connection span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The Time Capsule ice rink in Coatbridge is slated for closure. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
An image captured by Gazan student Alaa Khalaf, which she submitted to the blog… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Bob MacIntyre, the 2024 winner, pictured with the Genesis Scottish Open trophy … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Glasgow Warriors' Sione Vailanu in action during a recent BKT United Rugby Cham… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Four of the best performing primary schools in Perth and Kinross. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Portrait of May Riddell, guest speaker and owner of May Riddell Therapies span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Piles of fish farm waste in a bay at Earshader on the Isle of Lewis span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Peter Fraser, who has stepped down as vice chairman of the Scottish Gamekeepers… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
East Coast Looking North, Insh Island, Slate Islands, Argyll and Bute span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Scotland lost heavily the last time they played England (Picture: Dan Mullan) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Edinburgh's new defence coach Brad Davis has worked previously with the Austral… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Scotland fans made a strong positive impression on locals during the Euro 2024 … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Applexus is delivering transformations across SAP, business AI, and data analyt… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Brillio is the Enterprise AI Accelerator helping Fortune 1000 companies move fr… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Tom Nelson, co-founder of Nature Impact, and James Hilditch, co-founder and cre… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Kemi Badenoch during the emergency debate span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/21/15/03/01KPR4X7HA0HDYBEFMQ2R... |
The Glasgow Tartans vs the England Eruptors span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Councillor Thomas Kerr, Graham Simpson and Reform UK's Scottish leader Malcolm … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/15/07/Thomas-Kerr-Graham-Si... |
Craig Ferguson’s stand up show Pants on Fire is at the O2 Academy in Glasgow, S… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Jill Morgan, an air hostess with BEA (British European Airways), stands on the … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The North span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Shoppers are raving about this hair removal device that gives 98% hair reductio… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
First Minister John Swinney and Alex Salmond span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
John Swinney, Malcolm Offord and Anas Sarwar span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/03/26/17/49/MixCollage-26-Mar-202... |
Malcolm Offord, the leader of Reform UK in Scotland span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/14/33/Malcolm-Offord-I-dont... |
The Scottish Parliament span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/16/02/Untitled-design-(24)-... |
Belarus managed to snuff out Denmark in Copenhagen to help Scotland's World Cup… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/17/02/GettyImages-224702765... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/14/19/Hebrides-approaching-... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/16/59/PA-59470878.jpg?crop=... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/13/48/PA-84015906-(2).jpg?c... |
Scottish National Party candidates for Angus South, Lloyd Melville, and Dundee … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/14/00/01KPJ944E0XQCDWRYKB36... |
Reform UK's Scottish leader Malcolm Offord, First Minister John Swinney, and Sc… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/14/33/Malcolm-Offord-John-S... |
First Minister John Swinney with SNP candidates and activists in Dundee. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/11/42/PA-84309994.jpg?crop=... |
Scottish Parliament building in Edinburgh span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/03/26/18/cs-758b884a-0f30-46f5-90... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Birnam and the Birnam Hotel span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Chiara Sparkes and Jo Freer in rehearsals for Stand & Deliver span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Alan Cumming and Brian Cox in Glenrothan span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
John Carter Cash, son of Johnny Cash and June Carter. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Nick Hounsfield span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Spirit of Brazil spirits span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Rosalind and Ghillie chatting in Ghillie's kitchen as she prepared food for an … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Sunset on Nairn Beach span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
A matching pair of Great Spotted Woodpeckers pause for a photo at Longnewton in… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
James Yorkston and Nina Persson span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Kevin Lennon and Molly Innes span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Constant Vigier span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Lord Doyle has had the Labour whip removed and apologised for campaigning for p… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
East Lothian Coast & Lammermuirs constituency. Image: Boundaries Scotland span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Ed Miliband is expected to announce the decoupling of gas and electricity prices span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Keir Starmer wanted Peter Mandelson to be the UK's ambassador to the US to help… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Solar panels have a place on land but there are a number of benefits from putti… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Prime Minister Sir Keir Starmer gives statement to House of Commons on appoint… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Donald Trump posted a picture on social media that appeared to show him as Jesu… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Pro-Scexit supporters march through Glasgow before the 2014 Independence refere… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Several Lynyrd Skynyrd band members got into trouble with their PE teacher, Leo… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Sporting events like the Commonwealth Games should be a celebration of physical… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Jon Rahm celebrates his latest LIV Golf win at Club de Golf Chapultepec in Mexi… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Law Castle in North Ayrshire span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Law Castle is a rare and remarkable example of a fully restored medieval tower … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The ram's horn snuff mull was discovered in an attic. Picture: West Highland Mu… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Noup Head lighthouse on Westray in Orkney span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The 19th century Kinnettles Castle has been placed on the market. Picture: Cont… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Children on swings at Beveridge Park, Kirkcaldy, Fife, in April 1953 span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
JG Ballard pictured in 1984 span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Alexandra Lowe, Edward Jowle and Ava Dodd in rehearsals for The Marriage of Fig… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Work by Will Carey in Dear Earth at Kirkcaldy Galleries span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
David Keenan span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The cast of Sweat span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Doddie Weir span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The Covid vaccination programme was delivered in record time (Picture: Jeff J M… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
An image of the proposed Rachel House rebuild span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
It doesn't sound like GPs will be replaced by AI chatbots anytime soon (Picture… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
A complete BiGDUG garage setup showing how shelving, cabinets and a workbench c… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The wireless earbuds Stacey Solomon uses are on sale on Amazon with up to 40% o… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
A viral beauty tool, the Medicube Age-R Booster Pro (pictured in pink), which p… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Dyson has launched a travel version of the Supersonic hair dryer which is ideal… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
H&M x Stella McCartney: The sustainable fashion collaboration returns after 21 … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Boots £10 Tuesday: Beauty bundles that give you even more for your money (aff) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Geordie Gwynn playing for Emerging Scotland against Italy U23s at Hive Stadium … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Hector Patterson during an Edinburgh Rugby training session. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Hurricanes' centre Riley Higgins will join Edinburgh next season (Pic: Getty) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Stafford McDowall says Glasgow Warriors missed an opportunity to widen their le… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Edinburgh have secured the signing of Hurricanes' centre Riley Higgins for next… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
England's Sarah Bern scores a try during the 84-7 win over Scotland in the Guin… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Glasgow Warriors head coach Franco Smith (Pic: SNS) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Edinburgh's Hector Patterson in action during the BKT United Rugby Championship… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Glasgow Warriors head coach Franco Smith (Pic: Getty) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The new Frontera can be styled as rugged and purposeful, or sophisticated and m… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
NOCO's GB40 is a small but mighty jump starting pack span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Bridgestone wanted to champion its best all-season tyres by letting journalists… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Time is running out to find out if you're entitled to car finance miss-selling … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Yes, it looks odd, but the Kia PBV could be the start of a whole new chapter in… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Skoda's fastest Fabia isn't as hot as we'd quite like, but it's still immensely… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Jane Bradley div.sc-ibEqUB > div.sc-hCgVqe > a.quote-a > img.quote-img | |
Mark Atkinson div.sc-ibEqUB > div.sc-hCgVqe > a.quote-a > img.quote-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 |
|---|
Gaby Soutar div.HeroPlus3__ArticlesPlusHero-sc-1nn7e62-0 > div.sc-gDeeJ > h2.sc-bGWzfD > a.sc-hKdnnL |
Jane Bradley div.sc-ibEqUB > div.sc-hCgVqe > div.sc-hQXzsD > a.quote-author |
Quick Crossword div.sc-doCyfw > a.sc-deiPdS > p.sc-jVZirl > span.highlight |
Sudoku div.sc-doCyfw > a.sc-deiPdS > p.sc-jVZirl > span.highlight |
Wordwheel div.sc-doCyfw > a.sc-deiPdS > p.sc-jVZirl > span.highlight |
Analysis div.sc-gDeeJ > h2.sc-bGWzfD > a.sc-jKDlA-D > span.sc-fxvKuh |
These are opportunities to improve the legibility of your content.
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.sc-gmSHEY > div.sc-fCdBJp > div > a.weather-widget-wrapper div.sc-gmSHEY > div.sc-fCdBJp > div > a.weather-widget-wrapper |
div.sc-iLvKtB > div.sc-gKIDGp > div.sc-hCgVqe > a.quote-a div.sc-iLvKtB > div.sc-gKIDGp > div.sc-hCgVqe > a.quote-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.
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 |
|---|
Jane Bradley div.sc-ibEqUB > div.sc-hCgVqe > div.sc-hQXzsD > a.quote-author |
Jane Bradley div.sc-ejVUYw > div.sc-ibEqUB > div.sc-hCgVqe > a.quote-a |
Mark Atkinson div.sc-ibEqUB > div.sc-hCgVqe > div.sc-hQXzsD > a.quote-author |
Mark Atkinson div.sc-ejVUYw > div.sc-ibEqUB > div.sc-hCgVqe > a.quote-a |
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 |
|---|
Tue, 21st April 2026 div.sc-gmSHEY > div.sc-fCdBJp > h2.sc-fEVxLL > a.sc-jdzWJC |
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.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
88 ms
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.
1.50 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.
3.30 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 | |
|---|---|---|---|
Subscriber exclusive
Chinese student at Scots university charged with photogra… div.Section__SectionContent-sc-uvg8rl-0 > section.scw-sc-VcoSR > div.sc-gmSHEY > div.sc-eYPhOV | /jpim-static/image/2026/04/16/14/48/Offutt-AFB_Kennedy-En... | 278.3 KiB | 122.1 KiB |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/13/48/PA-84015906-(2).jpg?c... | 32.4 KiB | 30.4 KiB |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/16/59/PA-59470878.jpg?crop=... | 25.9 KiB | 23.9 KiB |
44 Scotland Street. The Prime of Bertie Pollock, Chapter 56: Scotland span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /webimg/b25lY21zOjk0MDRiNjNiLWE2NTQtNGNjMS1hZjVjLTY0N2RmZ... | 33.5 KiB | 23.3 KiB |
44 Scotland Street. The Prime of Bertie Pollock, Chapter 54: A Barga connection span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /webimg/b25lY21zOmFmMzQwOWFjLTM4YWQtNDRjYS04Njg1LWNhYjU4N... | 33.5 KiB | 23.3 KiB |
44 Scotland Street. The Prime of Bertie Pollock, Chapter 55: Genes and environm… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /webimg/b25lY21zOjAxMzFlNWE4LTk4YWMtNDJhNy1iNGVjLWNiYWU5Y... | 33.5 KiB | 23.3 KiB |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/07/12/01/Linda-and-Euan-Lomax.... | 25.2 KiB | 23.2 KiB |
Scottish Parliament building in Edinburgh span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/03/26/18/cs-758b884a-0f30-46f5-90... | 23.8 KiB | 21.8 KiB |
First Minister John Swinney with SNP candidates and activists in Dundee. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/11/42/PA-84309994.jpg?crop=... | 19.8 KiB | 17.8 KiB |
The Scottish Parliament span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/16/02/Untitled-design-(24)-... | 22.4 KiB | 17.3 KiB |
Chiara Sparkes and Jo Freer in rehearsals for Stand & Deliver span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/15/10/15/Stand-and-Deliver-Reh... | 18.0 KiB | 16.0 KiB |
Scottish National Party candidates for Angus South, Lloyd Melville, and Dundee … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/14/00/01KPJ944E0XQCDWRYKB36... | 17.6 KiB | 15.7 KiB |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /webimg/b25lY21zOjBmNGRjOWQyLTZjYTMtNDM2Mi04MjAwLTYyNzlkM... | 17.5 KiB | 15.5 KiB |
Councillor Thomas Kerr, Graham Simpson and Reform UK's Scottish leader Malcolm … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/15/07/Thomas-Kerr-Graham-Si... | 20.9 KiB | 15.2 KiB |
Belarus managed to snuff out Denmark in Copenhagen to help Scotland's World Cup… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/17/02/GettyImages-224702765... | 19.0 KiB | 14.7 KiB |
Birnam and the Birnam Hotel span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/12/20/22/birnam-hill-autumn_ki... | 16.5 KiB | 14.5 KiB |
John Swinney, Malcolm Offord and Anas Sarwar span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/03/26/17/49/MixCollage-26-Mar-202... | 16.1 KiB | 13.9 KiB |
Nick Hounsfield span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/15/9/27/Page39_Nick_TheWave.jp... | 14.8 KiB | 13.0 KiB |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/10/13/21/Lia-Gold.jpeg?crop=3:... | 13.9 KiB | 12.2 KiB |
div.message-container > div#notice > div.message-component > img.message-component div.message-container > div#notice > div.message-component > img.message-component | www.scotsman.com/img/logo.png | 10.8 KiB | 9.8 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.
| URL | Time Spent |
|---|---|
| scotsman.com/ | 219 ms |
| www.scotsman.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 140.7 KiB |
| player.ex.co/player/ae752b68-99f4-43fb-927e-e76c31964eec | 141.9 KiB | 123.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KDQH5G6>m=4e64h1h1 | 152.4 KiB | 79.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-X1VXBV4VN6&cx=c>m=4e64h1h1 | 144.8 KiB | 62.8 KiB |
| www.scotsman.com/_build/vendors..pnpm.90503d0f4ad5f39a20c5.js | 83.2 KiB | 62.4 KiB |
| consent.scotsman.com/Notice.8f529.js | 90.9 KiB | 60.9 KiB |
| /gtm.js?id=GTM-NDG2GKQ>m_auth=six2T6CxkN1YYbqLKUV2RQ>... | 137.1 KiB | 54.6 KiB |
| www.scotsman.com/_build/common.774011e128c412efbab8.js | 60.3 KiB | 34.7 KiB |
| cdn.exitbee.com/xtb.min.js | 31.5 KiB | 24.8 KiB |
| cdn1.anonymised.io/light/auth.js?v=1.8.54 | 27.0 KiB | 23.3 KiB |
| www.scotsman.com/_build/initialisers.42fce8bf3f1ee1b7e266.js | 35.6 KiB | 21.9 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @font-face{font-family:'Merriweather'; … } … | 36.0 KiB | 10.8 KiB |
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 | |
|---|---|
Four of the best performing primary schools in Perth and Kinross. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Kemi Badenoch during the emergency debate span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/21/15/03/01KPR4X7HA0HDYBEFMQ2R... |
View from The Linnhe span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/14/51/the-lihnne.jpeg?crop=... |
Just a few of the artists who have performed Scotsman Sessions span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The Glasgow Tartans vs the England Eruptors span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
An image captured by Gazan student Alaa Khalaf, which she submitted to the blog… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Glasgow Warriors' Sione Vailanu in action during a recent BKT United Rugby Cham… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Monarch of the Glen star Alexander Morton has died, aged 81 span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Ken Peplowski played with such jazz greats as Benny Goodman and Mel Torme (Pict… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
44 Scotland Street. The Prime of Bertie Pollock, Chapter 56: Scotland span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /webimg/b25lY21zOjk0MDRiNjNiLWE2NTQtNGNjMS1hZjVjLTY0N2RmZ... |
44 Scotland Street. The Prime of Bertie Pollock, Chapter 55: Genes and environm… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /webimg/b25lY21zOjAxMzFlNWE4LTk4YWMtNDJhNy1iNGVjLWNiYWU5Y... |
44 Scotland Street. The Prime of Bertie Pollock, Chapter 54: A Barga connection span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /webimg/b25lY21zOmFmMzQwOWFjLTM4YWQtNDRjYS04Njg1LWNhYjU4N... |
The Time Capsule ice rink in Coatbridge is slated for closure. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Bob MacIntyre, the 2024 winner, pictured with the Genesis Scottish Open trophy … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Piles of fish farm waste in a bay at Earshader on the Isle of Lewis span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Peter Fraser, who has stepped down as vice chairman of the Scottish Gamekeepers… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
East Coast Looking North, Insh Island, Slate Islands, Argyll and Bute span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Scotland lost heavily the last time they played England (Picture: Dan Mullan) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Edinburgh's new defence coach Brad Davis has worked previously with the Austral… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Scotland fans made a strong positive impression on locals during the Euro 2024 … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Applexus is delivering transformations across SAP, business AI, and data analyt… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Brillio is the Enterprise AI Accelerator helping Fortune 1000 companies move fr… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Tom Nelson, co-founder of Nature Impact, and James Hilditch, co-founder and cre… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Jamie Bell and Richard Gadd in Half Man. BBC/Mam Tor Productions/HBO/Sebastian … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/03/23/11/21/556413.jpeg?crop=3:2,... |
Councillor Thomas Kerr, Graham Simpson and Reform UK's Scottish leader Malcolm … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/15/07/Thomas-Kerr-Graham-Si... |
Craig Ferguson’s stand up show Pants on Fire is at the O2 Academy in Glasgow, S… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/17/11/27/Craig-8.jpeg?crop=3:2... |
Pro-Scexit supporters march through Glasgow before the 2014 Independence refere… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Jill Morgan, an air hostess with BEA (British European Airways), stands on the … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The North span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Shoppers are raving about this hair removal device that gives 98% hair reductio… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
First Minister John Swinney and Alex Salmond span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The Scottish Parliament span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/16/02/Untitled-design-(24)-... |
Belarus managed to snuff out Denmark in Copenhagen to help Scotland's World Cup… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/17/02/GettyImages-224702765... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/14/19/Hebrides-approaching-... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Portrait of May Riddell, guest speaker and owner of May Riddell Therapies span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
John Swinney, Malcolm Offord and Anas Sarwar span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/03/26/17/49/MixCollage-26-Mar-202... |
Malcolm Offord, the leader of Reform UK in Scotland span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/20/14/33/Malcolm-Offord-I-dont... |
Spirit of Brazil spirits span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/17/16/13/Spirit-of-Brazil-spir... |
Rosalind and Ghillie chatting in Ghillie's kitchen as she prepared food for an … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/17/13/11/ghillie-roz-kitchen.j... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/16/13/01/Inside-the-cafe.jpeg?... |
James Yorkston and Nina Persson span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Kevin Lennon and Molly Innes span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Constant Vigier span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/16/59/PA-59470878.jpg?crop=... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/13/48/PA-84015906-(2).jpg?c... |
Scottish National Party candidates for Angus South, Lloyd Melville, and Dundee … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/14/00/01KPJ944E0XQCDWRYKB36... |
Reform UK's Scottish leader Malcolm Offord, First Minister John Swinney, and Sc… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/14/33/Malcolm-Offord-John-S... |
First Minister John Swinney with SNP candidates and activists in Dundee. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/19/11/42/PA-84309994.jpg?crop=... |
Scottish Parliament building in Edinburgh span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/03/26/18/cs-758b884a-0f30-46f5-90... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /webimg/b25lY21zOjBmNGRjOWQyLTZjYTMtNDM2Mi04MjAwLTYyNzlkM... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/07/12/01/Linda-and-Euan-Lomax.... |
Birnam and the Birnam Hotel span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/12/20/22/birnam-hill-autumn_ki... |
Chiara Sparkes and Jo Freer in rehearsals for Stand & Deliver span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/15/10/15/Stand-and-Deliver-Reh... |
Alan Cumming and Brian Cox in Glenrothan span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/14/16/59/Glenrothan.jpeg?trim=... |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/10/13/21/Lia-Gold.jpeg?crop=3:... |
John Carter Cash, son of Johnny Cash and June Carter. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/11/12/59/JCC-5.jpeg?trim=607,5... |
Nick Hounsfield span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | /jpim-static/image/2026/04/15/9/27/Page39_Nick_TheWave.jp... |
Sunset on Nairn Beach span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
A matching pair of Great Spotted Woodpeckers pause for a photo at Longnewton in… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Lord Doyle has had the Labour whip removed and apologised for campaigning for p… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
East Lothian Coast & Lammermuirs constituency. Image: Boundaries Scotland span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Ed Miliband is expected to announce the decoupling of gas and electricity prices span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Keir Starmer wanted Peter Mandelson to be the UK's ambassador to the US to help… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Solar panels have a place on land but there are a number of benefits from putti… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Prime Minister Sir Keir Starmer gives statement to House of Commons on appoint… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Donald Trump posted a picture on social media that appeared to show him as Jesu… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Several Lynyrd Skynyrd band members got into trouble with their PE teacher, Leo… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Sporting events like the Commonwealth Games should be a celebration of physical… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Jon Rahm celebrates his latest LIV Golf win at Club de Golf Chapultepec in Mexi… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Law Castle in North Ayrshire span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Law Castle is a rare and remarkable example of a fully restored medieval tower … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The ram's horn snuff mull was discovered in an attic. Picture: West Highland Mu… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Noup Head lighthouse on Westray in Orkney span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The 19th century Kinnettles Castle has been placed on the market. Picture: Cont… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Children on swings at Beveridge Park, Kirkcaldy, Fife, in April 1953 span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
JG Ballard pictured in 1984 span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Alexandra Lowe, Edward Jowle and Ava Dodd in rehearsals for The Marriage of Fig… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Work by Will Carey in Dear Earth at Kirkcaldy Galleries span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
David Keenan span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The cast of Sweat span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Doddie Weir span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The Covid vaccination programme was delivered in record time (Picture: Jeff J M… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
An image of the proposed Rachel House rebuild span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
It doesn't sound like GPs will be replaced by AI chatbots anytime soon (Picture… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
A complete BiGDUG garage setup showing how shelving, cabinets and a workbench c… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The wireless earbuds Stacey Solomon uses are on sale on Amazon with up to 40% o… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
A viral beauty tool, the Medicube Age-R Booster Pro (pictured in pink), which p… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Dyson has launched a travel version of the Supersonic hair dryer which is ideal… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
H&M x Stella McCartney: The sustainable fashion collaboration returns after 21 … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Boots £10 Tuesday: Beauty bundles that give you even more for your money (aff) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Geordie Gwynn playing for Emerging Scotland against Italy U23s at Hive Stadium … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Hector Patterson during an Edinburgh Rugby training session. span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Hurricanes' centre Riley Higgins will join Edinburgh next season (Pic: Getty) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Stafford McDowall says Glasgow Warriors missed an opportunity to widen their le… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Edinburgh have secured the signing of Hurricanes' centre Riley Higgins for next… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
England's Sarah Bern scores a try during the 84-7 win over Scotland in the Guin… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Glasgow Warriors head coach Franco Smith (Pic: SNS) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Edinburgh's Hector Patterson in action during the BKT United Rugby Championship… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Glasgow Warriors head coach Franco Smith (Pic: Getty) span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
The new Frontera can be styled as rugged and purposeful, or sophisticated and m… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
NOCO's GB40 is a small but mighty jump starting pack span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Bridgestone wanted to champion its best all-season tyres by letting journalists… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Time is running out to find out if you're entitled to car finance miss-selling … span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Yes, it looks odd, but the Kia PBV could be the start of a whole new chapter in… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Skoda's fastest Fabia isn't as hot as we'd quite like, but it's still immensely… span.article-item-image > a > picture.sc-jWEIYm > img.fill-layout | |
Jane Bradley div.sc-ibEqUB > div.sc-hCgVqe > a.quote-a > img.quote-img | |
Mark Atkinson div.sc-ibEqUB > div.sc-hCgVqe > a.quote-a > img.quote-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 |
|---|
Gaby Soutar div.HeroPlus3__ArticlesPlusHero-sc-1nn7e62-0 > div.sc-gDeeJ > h2.sc-bGWzfD > a.sc-hKdnnL |
Jane Bradley div.sc-ibEqUB > div.sc-hCgVqe > div.sc-hQXzsD > a.quote-author |
Quick Crossword div.sc-doCyfw > a.sc-deiPdS > p.sc-jVZirl > span.highlight |
Sudoku div.sc-doCyfw > a.sc-deiPdS > p.sc-jVZirl > span.highlight |
Wordwheel div.sc-doCyfw > a.sc-deiPdS > p.sc-jVZirl > span.highlight |
Analysis div.sc-gDeeJ > h2.sc-bGWzfD > a.sc-jKDlA-D > span.sc-fxvKuh |
These are opportunities to improve the legibility of your content.
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.sc-gmSHEY > div.sc-fCdBJp > div > a.weather-widget-wrapper div.sc-gmSHEY > div.sc-fCdBJp > div > a.weather-widget-wrapper |
div.sc-iLvKtB > div.sc-gKIDGp > div.sc-hCgVqe > a.quote-a div.sc-iLvKtB > div.sc-gKIDGp > div.sc-hCgVqe > a.quote-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.
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 |
|---|
Jane Bradley div.sc-ibEqUB > div.sc-hCgVqe > div.sc-hQXzsD > a.quote-author |
Jane Bradley div.sc-ejVUYw > div.sc-ibEqUB > div.sc-hCgVqe > a.quote-a |
Mark Atkinson div.sc-ibEqUB > div.sc-hCgVqe > div.sc-hQXzsD > a.quote-author |
Mark Atkinson div.sc-ejVUYw > div.sc-ibEqUB > div.sc-hCgVqe > a.quote-a |
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 |
|---|
Tue, 21st April 2026 div.sc-gmSHEY > div.sc-fCdBJp > h2.sc-fEVxLL > a.sc-jdzWJC |
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