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 |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 97.1 KiB |
| /signals/config/490624601338237?v=2.9.313&r=stable&domain... | 1200.0 s | 44.7 KiB |
| /tr/?id=490624601338237&ev=PageView&dl=https%3A%2F%2Fwww.... | 0.0 ms | 19 B |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.owl-stage-outer > div.owl-stage > div.owl-item > img.owl-lazy div.owl-stage-outer > div.owl-stage > div.owl-item > img.owl-lazy | /wp-content/uploads/2025/01/sunday-treat-home-splash-min.... | 80.0 KiB | 41.7 KiB |
div.owl-stage-outer > div.owl-stage > div.owl-item > img.owl-lazy div.owl-stage-outer > div.owl-stage > div.owl-item > img.owl-lazy | /wp-content/uploads/2024/07/stage-security-home-splash-mi... | 70.8 KiB | 32.5 KiB |
Hero-Connect-min div.owl-stage-outer > div.owl-stage > div.owl-item > img.attachment-home-splash | /wp-content/uploads/2021/08/Hero-Connect-min-768x316.jpg.... | 39.3 KiB | 25.4 KiB |
mockup-st-bolt-min div.offset-xxxl-1 > div.row > div.d-block > img | cdn.activatedigital.co.uk/wp-content/uploads/2025/12/mockup-st-bolt-min.png.webp | 27.6 KiB | 21.7 KiB |
we-believe-min div.owl-stage > div.owl-item > div.item > img | cdn.activatedigital.co.uk/wp-content/uploads/2021/08/we-believe-min.jpg.webp | 22.3 KiB | 15.2 KiB |
we-deliver-min div.owl-stage > div.owl-item > div.item > img | cdn.activatedigital.co.uk/wp-content/uploads/2021/08/we-deliver-min.jpg.webp | 14.1 KiB | 9.6 KiB |
we-are-min div.owl-stage > div.owl-item > div.item > img | cdn.activatedigital.co.uk/wp-content/uploads/2021/08/we-are-min.jpg.webp | 12.0 KiB | 8.2 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| www.activatedigital.co.uk/ | 987 ms |
| www.activatedigital.co.uk/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Discover More
Discover More
Discover More
We've helped CONNECT Aviation
to tran… section.splash > div.container > div.row > div.col-md-10 | 0.119 |
Discover More
Discover More
Discover More
We've helped CONNECT Aviation
to tran… section.splash > div.container > div.row > div.col-md-10 | 0.013 |
div.owl-item > div.slide > h2.h1 > ::after div.owl-item > div.slide > h2.h1 > ::after | 0.000 |
div.owl-item > div.slide > h2.h1 > ::after div.owl-item > div.slide > h2.h1 > ::after | 0.000 |
div.owl-item > div.slide > h2.h1 > ::after div.owl-item > div.slide > h2.h1 > ::after | 0.000 |
div.owl-item > div.slide > h2.h1 > ::after div.owl-item > div.slide > h2.h1 > ::after | 0.000 |
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.
Diagnostics
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 |
|---|---|---|
| cdn.activatedigital.co.uk/wp-content/themes/activate/dist/styles-dist/core.css | 38.7 KiB | 32.6 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-D1CFN3TWQR&cx=c>m=4e6562h1 | 177.6 KiB | 71.6 KiB |
| connect.facebook.net/en_US/fbevents.js | 97.0 KiB | 34.1 KiB |
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 | 969 ms |
| Other | 649 ms |
| Style & Layout | 331 ms |
| Script Parsing & Compilation | 146 ms |
| Rendering | 102 ms |
| Parse HTML & CSS | 94 ms |
| Garbage Collection | 19 ms |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot |
div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot |
div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot |
div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot |
div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot div.col-12 > div#heroCarousel > div.owl-dots > button.owl-dot |
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.
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 |
|---|
Show More div.block-wrap > div.block > div.inner > a.ts-small-button-tag |
Show More div.block-wrap > div.block > div.inner > a.ts-small-button-tag |
Show More div.block-wrap > div.block > div.inner > a.ts-small-button-tag |
Show More div.block-wrap > div.block > div.inner > a.ts-small-button-tag |
Powered By Dribbble div.row > div.content-col > div.powered-by > p.mb-0 |
Interest div.navbar-nav-scroll > ul.navbar-nav > li.nav-item > a#funnel1MobLink |
Action div.navbar-nav-scroll > ul.navbar-nav > li.nav-item > a#funnel2MobLink |
Services div.menu-footer-container > ul#menu-footer > li#menu-item-1639 > a |
Our Work div.menu-footer-container > ul#menu-footer > li#menu-item-1637 > a |
Industries div.menu-footer-container > ul#menu-footer > li#menu-item-1636 > a |
About Us div.menu-footer-container > ul#menu-footer > li#menu-item-1633 > a |
Blog div.menu-footer-container > ul#menu-footer > li#menu-item-1632 > a |
Enquire Now div.menu-footer-container > ul#menu-footer > li#menu-item-1635 > a |
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 |
|---|
Talented Team of Experts div.block-wrap > div.block > div.inner > h3.h6 |
Reaching Your Audience div.left > div.inbox > div#funnel0Content > h6 |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 1126 |
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.