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.
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.
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.cmp-hero__video-bg > div.plyr > div.plyr__video-wrapper > div.plyr__poster div.cmp-hero__video-bg > div.plyr > div.plyr__video-wrapper > div.plyr__poster | /adobe/dynamicmedia/deliver/dm-aid--822ef68e-a5d5-4625-ac... | 589.1 KiB | 251.6 KiB |
div.cmp-hero > div.cmp-hero__img-bg > div.cmp-image > img.cmp-image__image div.cmp-hero > div.cmp-hero__img-bg > div.cmp-image > img.cmp-image__image | /adobe/dynamicmedia/deliver/dm-aid--822ef68e-a5d5-4625-ac... | 239.9 KiB | 221.5 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.
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.webasto.com/ | 763 ms |
| www.webasto.com/en-int.html | 330 ms |
| www.webasto.com/en-int.html | 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.
Diagnostics
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc.clientlibs/webasto/clientlibs/clientlib-base.lc-eaf7... | 17.4 KiB | 9.6 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 |
|---|---|---|
| /etc.clientlibs/webasto/clientlibs/clientlib-site.lc-ec59... | 47.3 KiB | 43.8 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=AW-11140615971 | 146.4 KiB | 60.0 KiB |
| app.usercentrics.eu/browser-ui/3.101.0/index.module.js | 120.6 KiB | 55.0 KiB |
| /etc.clientlibs/webasto/clientlibs/clientlib-site.lc-6e01... | 59.1 KiB | 37.5 KiB |
| app.usercentrics.eu/browser-ui/3.101.0/VirtualServiceItem-ba2ffbd9.js | 48.7 KiB | 26.1 KiB |
| assets.adobedtm.com/04196e8f7bcd/74f40dedb607/launch-452613f09356.min.js | 45.0 KiB | 20.6 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 |
|---|---|---|---|
| Unattributable | 858 ms | 93 ms | 0.0 ms |
| /etc.clientlibs/webasto/clientlibs/clientlib-site.lc-6e01... | 682 ms | 414 ms | 33 ms |
| /etc.clientlibs/webasto/clientlibs/clientlib-site/resourc... | 464 ms | 404 ms | 12 ms |
| app.usercentrics.eu/browser-ui/3.101.0/index.module.js | 320 ms | 231 ms | 1.5 ms |
| scripts.clarity.ms/0.8.62/clarity.js | 264 ms | 217 ms | 5.7 ms |
| assets.adobedtm.com/04196e8f7bcd/74f40dedb607/launch-452613f09356.min.js | 244 ms | 218 ms | 11 ms |
| www.googletagmanager.com/gtag/js?id=AW-11140615971 | 228 ms | 192 ms | 35 ms |
| www.webasto.com/en-int.html | 176 ms | 14 ms | 4.0 ms |
| /etc.clientlibs/webasto/clientlibs/clientlib-base.lc-eaf7... | 101 ms | 81 ms | 15 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 | 2.4 s |
| Other | 865 ms |
| Style & Layout | 363 ms |
| Script Parsing & Compilation | 145 ms |
| Parse HTML & CSS | 98 ms |
| Garbage Collection | 65 ms |
| Rendering | 42 ms |
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.
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
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.