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 |
|---|---|---|
| /builds/core/60ff911/es2018/js/adthrive.min.js?deployment... | 3600.0 s | 378.0 KiB |
| f.vimeocdn.com/p/4.46.43/js/player.module.js | 1209600.0 s | 211.5 KiB |
| f.vimeocdn.com/p/4.46.43/js/vendor.module.js | 1209600.0 s | 93.3 KiB |
| www.gstatic.com/eureka/clank/146/cast_sender.js | 86400.0 s | 13.4 KiB |
| f.vimeocdn.com/p/4.46.43/css/player.css | 1209600.0 s | 23.9 KiB |
| /cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.... | 2873.0 s | 973 B |
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 | |
|---|---|---|---|
CPD div.d-flex > div.logos-holder > div.logo-holder > img.attachment-full | positive.b-cdn.net/wp-content/uploads/2024/11/2-2.png | 29.0 KiB | 27.5 KiB |
div.d-flex > div.logos-holder > div.logo-holder > img.attachment-full div.d-flex > div.logos-holder > div.logo-holder > img.attachment-full | positive.b-cdn.net/wp-content/uploads/2024/11/1-2.png | 14.3 KiB | 13.5 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 |
|---|---|
| /cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.... | 973 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /builds/core/60ff911/es2018/js/adthrive.min.js?deployment... | 377.7 KiB | 262.4 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 |
|---|---|
| Other | 527 ms |
| Script Evaluation | 464 ms |
| Style & Layout | 381 ms |
| Script Parsing & Compilation | 312 ms |
| Parse HTML & CSS | 252 ms |
| Rendering | 72 ms |
| Garbage Collection | 31 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.
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 |
|---|
Get started div.hero-content-wrapper > div.link-wrapper > div.link-holder > span.js-trigger-modal |
Search div.col-12 > form#searchform > div.search-wrapper > button.search-submit |
Quick Links div.col-md-8 > div.row > div.col-md-6 > p.col-title |
Our Community div.col-md-8 > div.row > div.col-md-6 > p.col-title |
Company details div.col-md-8 > div.row > div.col-md-6 > p.col-title |
Contact div.col-md-8 > div.row > div.col-md-6 > p.col-title |
Sign up and download tools div.container > div.row > div.col-md-4 > p.col-title |
div#gform_wrapper_1 > form#gform_1 > div.gform-footer > input#gform_submit_button_1 div#gform_wrapper_1 > form#gform_1 > div.gform-footer > input#gform_submit_button_1 |
Disclaimer div.menu-subfooter-container > ul#menu-subfooter > li#menu-item-161999 > a |
Terms and Conditions div.menu-subfooter-container > ul#menu-subfooter > li#menu-item-161996 > a |
Refund Policy div.menu-subfooter-container > ul#menu-subfooter > li#menu-item-161997 > a |
Privacy Policy div.menu-subfooter-container > ul#menu-subfooter > li#menu-item-161998 > a |
These are opportunities to improve the legibility of your content.
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.container > div.trustpilot-bar-holder > div.trustpilot-holder > img.entered div.container > div.trustpilot-bar-holder > div.trustpilot-holder > img.entered |
div.container > div.trustpilot-footer > div.trustpilot-holder > img div.container > div.trustpilot-footer > div.trustpilot-holder > img |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Supporting...
Clients
Myself / Someone I love
Students
My team/organization
Oth… div#gform_fields_1 > div#field_1_3 > div.ginput_container > select#input_1_3 |
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.
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.container > div.trustpilot-bar-holder > div.trustpilot-holder > img.entered div.container > div.trustpilot-bar-holder > div.trustpilot-holder > img.entered |
div.container > div.trustpilot-footer > div.trustpilot-holder > img div.container > div.trustpilot-footer > div.trustpilot-holder > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.