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 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.
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.
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.card > div.ratio > div > img.background div.card > div.ratio > div > img.background | /wp-content/uploads/sites/11/2025/09/CT_Thermalwasserbohr... | 327.4 KiB | 239.4 KiB |
Gruppe von Geschäftsleuten oder Buchhaltern, die Finanzdaten überprüfen. div.row > div.position-relative > div.ratio > img.image | /wp-content/uploads/sites/11/2023/06/GWC_Investor_Relatio... | 132.7 KiB | 76.1 KiB |
Eine erfolgreiche Businessfrau lehnt sich lässig an die großen und moderen Fens… a.card > div.ratio > div > img.background | /wp-content/uploads/sites/11/2023/06/GAC_Image_Frau_Fenst... | 114.7 KiB | 75.3 KiB |
div.card > div.ratio > div > img.background div.card > div.ratio > div > img.background | /wp-content/uploads/sites/11/2025/04/longevity-center-chi... | 111.8 KiB | 66.2 KiB |
Eine Frau therapiert die Schulter eines sitzenden Patienten. a.card > div.ratio > div > img.background | /wp-content/uploads/sites/11/2023/06/GWC_Reha_Uebung_Emot... | 80.3 KiB | 47.3 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 |
|---|---|---|
| /wp-content/themes/gesundheitswelt/assets/css/style.css?v... | 33.8 KiB | 30.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 |
|---|---|---|
| /_/translate_http/_/js/k=translate_http.tr.en_US.euNjicV0... | 118.3 KiB | 92.6 KiB |
| /wp-content/themes/gesundheitswelt/assets/js/swiper-bundl... | 35.9 KiB | 23.4 KiB |
| www.gesundheitswelt.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 32.0 KiB | 23.2 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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.brlbs-flex > div.brlbs-relative > div.brlbs-cmpnt-dialog-box-header > img.cookie-logo div.brlbs-flex > div.brlbs-relative > div.brlbs-cmpnt-dialog-box-header > img.cookie-logo | /wp-content/plugins/borlabs-cookie/assets/images/borlabs-... |
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 |
|---|
Karriere span.position-relative > ul#header-menu > li#menu-item-88 > a.nav-link |
Ich akzeptiere alle div.overflow-auto > div.brlbs-mt-4 > div > button.brlbs-cmpnt-btn |
These are opportunities to improve the legibility of your content.
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.