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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /wp-content/themes/impact/assets/css/main-7e66b503cb.css?... | 33.9 KiB | 618 ms |
| impactcommerce.com/wp-includes/css/dist/block-library/style.min.css?ver=0c6e9b | 14.6 KiB | |
| cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js?ver=3.4.1 | 27.8 KiB | 1.1 s |
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 |
|---|---|---|
| cdn.dreamdata.cloud/scripts/analytics/next/dreamdata.min.js | 1800.0 s | 34.6 KiB |
| scripts.teamtailor-cdn.com/widgets/production/jobs.js | 604800.0 s | 10.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /wp-content/themes/impact/assets/css/main-7e66b503cb.css?... | 33.6 KiB | 28.7 KiB |
| impactcommerce.com/wp-includes/css/dist/block-library/style.min.css?ver=0c6e9b | 14.4 KiB | 14.3 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 |
|---|---|---|
| cdn.ldnfrpl.com/rpl/be4cdf1b5aecf00c898b96d09e67ff493a98929e/rpl.js | 174.3 KiB | 155.6 KiB |
| /wp-content/themes/impact/assets/scripts/combined-996cf8d... | 193.3 KiB | 153.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TH24CKB | 161.9 KiB | 75.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-RG057KK82T&cx=c>m=4e6581 | 175.2 KiB | 68.5 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 |
|---|---|---|---|
| /wp-content/themes/impact/assets/scripts/combined-996cf8d... | 4.8 s | 935 ms | 106 ms |
| impactcommerce.com/ | 2.6 s | 52 ms | 7.8 ms |
| Unattributable | 1.3 s | 37 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TH24CKB | 440 ms | 347 ms | 69 ms |
| www.googletagmanager.com/gtag/js?id=G-RG057KK82T&cx=c>m=4e6581 | 356 ms | 274 ms | 80 ms |
| cdn.ldnfrpl.com/rpl/be4cdf1b5aecf00c898b96d09e67ff493a98929e/rpl.js | 189 ms | 140 ms | 31 ms |
| cdn.dreamdata.cloud/scripts/analytics/next/dreamdata.min.js | 178 ms | 159 ms | 17 ms |
| policy.app.cookieinformation.com/latest/impactcommerce.com/en.js | 177 ms | 37 ms | 26 ms |
| cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js?ver=3.4.1 | 128 ms | 98 ms | 12 ms |
| cdn.leadinfo.net/ping.js | 117 ms | 98 ms | 8.2 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 |
|---|---|
| Other | 4.8 s |
| Style & Layout | 2.5 s |
| Script Evaluation | 2.3 s |
| Rendering | 454 ms |
| Script Parsing & Compilation | 366 ms |
| Parse HTML & CSS | 144 ms |
| Garbage Collection | 40 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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#coi-banner-wrapper > div#coiPage-1 > div.coi-banner__summary > button#coi-expand div#coi-banner-wrapper > div#coiPage-1 > div.coi-banner__summary > button#coi-expand |
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.site-header-inner > div > div.site-header__item > a.logo div.site-header-inner > div > div.site-header__item > a.logo |
div.grid-item-inner > div.grid-item__figure > div.grid-item__image > a div.grid-item-inner > div.grid-item__figure > div.grid-item__image > a |
div.grid-item-inner > div.grid-item__figure > div.grid-item__image > a div.grid-item-inner > div.grid-item__figure > div.grid-item__image > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.content-section-inner > div.logo-container > div.logo-item > a div.content-section-inner > div.logo-container > div.logo-item > a |
div.site-footer-item > ul.list-unstyled > li > a.facebook-link div.site-footer-item > ul.list-unstyled > li > a.facebook-link |
div.site-footer-item > ul.list-unstyled > li > a.instagram-link div.site-footer-item > ul.list-unstyled > li > a.instagram-link |
div.site-footer-item > ul.list-unstyled > li > a.linkedin-link div.site-footer-item > ul.list-unstyled > li > a.linkedin-link |
div.site-footer-item > ul.list-unstyled > li > a.youtube-link div.site-footer-item > ul.list-unstyled > li > a.youtube-link |
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.
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 |
|---|
EVERYTHING YOU NEED TO SCALE AND SUCCEED div.content-sections > section.content-section > div.content-section-inner > h3 |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js?ver=3.4.1 line 1, col 41038 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://api.leadinfo.com/v1/identify/LI-67ADD80FBFA22' from origin 'https://impactcommerce.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 404 () | |
Refused to execute script from 'https://impactcommerce.piwik.pro/containers/e7b10a3a-5356-4506-97c9-69ce1876549d.js' because its MIME type ('') is not executable, and strict MIME type checking is enabled. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| tools.google.com/dlpage/gaoptout | here |
| www.youronlinechoices.com/uk/your-ad-choices | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.site-panel-wrapper > div.site-panel-header > div.site-panel-navigation > a.site-panel-arrow |
div.site-panel-wrapper > div.site-panel-header > div.site-panel-navigation > a.site-panel-arrow |
To appear in search results, crawlers need access to your app.