Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| consent.cookiebot.com/uc.js | 548.0 s | 35.7 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
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.
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 |
|---|---|---|
| consent.cookiebot.com/uc.js | 35.7 KiB | 1.4 s |
| /sites/default/files/css/css_HZUYmcBk-xep5jxvzjmxAJ8YfKVB... | 598 B | 186 ms |
| /sites/default/files/css/css_K_97nM_iJvTIWk8DJA9yXRTPh-yS... | 14.2 KiB | 506 ms |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Glasgow skyline at night with reflection in Clyde river article.c-teaser > a.h-full > div.image-container > img.w-full | /sites/default/files/styles/16_9_media_sm/public/2026-04/... | 34.9 KiB | 25.6 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 |
|---|---|
| ncsc.gov.uk/ | 753 ms |
| www.ncsc.gov.uk/ | 630 ms |
| www.ncsc.gov.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.
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.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-P53HXRL7 | 136.4 KiB | 66.3 KiB |
| /41122ea9-38a1-4f2b-8115-6804e417cddb/cc.js?renew=false&r... | 544.5 KiB | 60.4 KiB |
| consent.cookiebot.com/uc.js | 35.5 KiB | 22.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /41122ea9-38a1-4f2b-8115-6804e417cddb/cc.js?renew=false&r... | 1.1 s | 556 ms | 116 ms |
| Unattributable | 608 ms | 65 ms | 0.0 ms |
| www.ncsc.gov.uk/ | 315 ms | 24 ms | 1.4 ms |
| www.googletagmanager.com/gtm.js?id=GTM-P53HXRL7 | 274 ms | 200 ms | 70 ms |
| consent.cookiebot.com/uc.js | 138 ms | 117 ms | 15 ms |
| www.ncsc.gov.uk/themes/custom/lakes/dist//main-site-BQlwULPI.js | 116 ms | 68 ms | 0.1 ms |
| www.ncsc.gov.uk/themes/custom/lakes/dist//gsap-core-DxSJLJiy.js | 95 ms | 18 ms | 0.5 ms |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 54 ms | 35 ms | 4.7 ms |
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 | 1.1 s |
| Other | 683 ms |
| Parse HTML & CSS | 399 ms |
| Style & Layout | 327 ms |
| Script Parsing & Compilation | 211 ms |
| Rendering | 48 ms |
| Garbage Collection | 30 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Contrast
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 |
|---|
Experienced a cyber attack? div.bg-notification > div.c-container > a.flex > h4.mb-0 |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
Experienced a cyber attack? div.bg-notification > div.c-container > a.flex > h4.mb-0 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
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.
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 |
|---|
NEW TODAY
NEWS
Cyber chief: UK faces "perfect storm" for cyber security
As the… div.py-fl-lg > div.mt-fl-sm > article.c-teaser > a.h-full |
BLOG POST
Preparing for severe cyber threat: why leaders must act now
A call t… div.mt-fl-sm > div.h-full > article.@container > a.w-full |
NEW TODAY
BLOG POST
New cross domain guidance for government, industry and the … div.mt-fl-sm > div.h-full > article.@container > a.w-full |
GUIDANCE
Cyber Assessment Framework
The CAF is a collection of cyber security … div.py-fl-lg > div.grid > article.c-teaser > a.h-full |
GUIDANCE
Cyber Security Toolkit for Boards
Resources to help Boards implement … div.py-fl-lg > div.grid > article.c-teaser > a.h-full |
GUIDANCE
Recovering a hacked account
A step by step guide to recovering online… div.py-fl-lg > div.grid > article.c-teaser > a.h-full |
GUIDANCE
Managing your passwords
Why you should use a password manager to ‘rem… div.py-fl-lg > div.grid > article.c-teaser > a.h-full |
GUIDANCE
Data breaches: guidance for individuals and families
How to protect y… div.py-fl-lg > div.grid > article.c-teaser > a.h-full |
Best Practices
SEO
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.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div > div.px-fl-sm > div.relative > img.w-32 div > div.px-fl-sm > div.relative > img.w-32 |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
div.c-container > div.grid > div.relative > img.w-full div.c-container > div.grid > div.relative > img.w-full |
Format your HTML in a way that enables crawlers to better understand your app’s content.