Lighthouse Desktop
· 0 checks — Desktop 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 | |
|---|---|---|---|
Diehl_Video_Loading-Screen.jpg div.video-container > div.video-overlay > figure.aspect-ratio-1-78 > img.video-thumbnail | /var/site/storage/images/_aliases/1440px/4/0/6/4/24604-1-... | 473.3 KiB | 397.4 KiB |
ul.swiper-wrapper > li.swiper-slide > div.video-container > video ul.swiper-wrapper > li.swiper-slide > div.video-container > video | /var/site/storage/images/4/0/6/4/24604-1-eng-GB/4591246a3... | 181.1 KiB | 167.2 KiB |
li.news-teaser > a.link-card > figure.aspect-ratio-1-78 > img.lazyload li.news-teaser > a.link-card > figure.aspect-ratio-1-78 > img.lazyload | /var/site/storage/images/_aliases/400px/9/0/7/9/449709-1-... | 133.3 KiB | 119.3 KiB |
diehl-metering_gaia_2025_smart-metering-et-reduction-des-pertes-deau (1).jpg li.news-teaser > a.link-card > figure.aspect-ratio-1-78 > img.lazyload | /var/site/storage/images/_aliases/400px/8/6/6/6/446668-1-... | 97.6 KiB | 83.6 KiB |
202604_ifat_meet-the-experts_diehl-metering_news_distri-page-pic_2x1.png li.news-teaser > a.link-card > figure.aspect-ratio-1-78 > img.lazyload | /var/site/storage/images/_aliases/400px/1/0/1/5/445101-1-... | 91.7 KiB | 77.7 KiB |
li > a.link-card > figure.aspect-ratio-1-78 > img.lazyload li > a.link-card > figure.aspect-ratio-1-78 > img.lazyload | /var/site/storage/images/_aliases/400px/3/9/5/2/2593-1-en... | 74.4 KiB | 60.4 KiB |
li > a.link-card > figure.aspect-ratio-1-78 > img.lazyload li > a.link-card > figure.aspect-ratio-1-78 > img.lazyload | /var/site/storage/images/_aliases/400px/8/7/8/5/25878-1-g... | 69.9 KiB | 55.3 KiB |
li > a.link-card > figure.aspect-ratio-1-78 > img.lazyload li > a.link-card > figure.aspect-ratio-1-78 > img.lazyload | /var/site/storage/images/_aliases/400px/5/7/2/2/22275-1-g... | 68.3 KiB | 53.7 KiB |
Diehl_Video_Loading-Screen.jpg div.video-container > div.video-overlay > figure.aspect-ratio-1-78 > img.video-thumbnail | /var/site/storage/images/_aliases/400px/4/0/6/4/24604-1-e... | 65.6 KiB | 51.1 KiB |
li.news-teaser > a.link-card > figure.aspect-ratio-1-78 > img.lazyload li.news-teaser > a.link-card > figure.aspect-ratio-1-78 > img.lazyload | /var/site/storage/images/_aliases/400px/3/7/6/8/448673-1-... | 55.8 KiB | 41.8 KiB |
div.locations-teaser > div.map > figure.aspect-ratio-1-78 > img.lazyload div.locations-teaser > div.map > figure.aspect-ratio-1-78 > img.lazyload | /var/site/storage/images/_aliases/200px/2/6/1/2/22162-1-g... | 16.2 KiB | 13.3 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 |
|---|---|---|
| new.diehl.com/build/cookieConsentTagManager.9fe57421.js | 1.7 KiB | |
| new.diehl.com/build/main.3f4bd2ec.css | 50.7 KiB | 80 ms |
| new.diehl.com/build/lazysizes.7b57c75b.js | 8.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| new.diehl.com/build/main.3f4bd2ec.css | 50.3 KiB | 39.4 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 |
|---|---|---|
| new.diehl.com/build/vendor.bf8f103d.js | 207.9 KiB | 167.9 KiB |
| analytics.diehl.com/js/container_44dHNPNt.js | 34.5 KiB | 22.0 KiB |
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.
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 |
|---|---|
| diehl.com/ | 283 ms |
| www.diehl.com/ | 295 ms |
| www.diehl.com/group/ | 40 ms |
| www.diehl.com/group/en/ | 0.0 ms |
| new.diehl.com/group/en/ | 0.0 ms |
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 |
|---|
Diehl Defence li.news-teaser > a.link-card > div.news-meta > span |
Diehl Defence li.news-teaser > a.link-card > div.news-meta > span |
Diehl Metering li.news-teaser > a.link-card > div.news-meta > span |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Diehl Metall offers a broad spectrum of innovative products and technologies in… div.division-teaser > div.module-wrapper-inner > div.swiper > ul#swiper-wrapper-9fe104ae8471010f30 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
General
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 |
|---|---|
| new.diehl.com/group/en/company/about-us | LEARN MORE |
| new.diehl.com/group/en/company | LEARN MORE |
| new.diehl.com/group/en/corporate-divisions/diehl-controls/innovations-at-diehl | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.