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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js | 3600.0 s | 30.4 KiB |
| web.cmp.usercentrics.eu/ui/TvGdprCmpView.9fffdb6f.js | 3600.0 s | 30.1 KiB |
| web.cmp.usercentrics.eu/ui/loader.js | 3600.0 s | 15.7 KiB |
| crm.zoho.eu/crm/javascript/zcga.js | 0.0 ms | 3.3 KiB |
| app.usercentrics.eu/session/1px.png?settingsId=kQNcvi9X4w1jsN | 1800.0 s | 826 B |
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.
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 | |
|---|---|---|---|
. a > div.relative > figure.not-prose > img.lazyautosizes | /img/asset/aW1hZ2VzL2hlaW56LXZvbi1oZWlkZW4tZWluLWZhbWlsaW... | 152.8 KiB | 97.4 KiB |
. a > div.relative > figure.not-prose > img.lazyautosizes | /img/asset/aW1hZ2VzL3JlZmVyZW56ZW4vbGV2ZXJrdXNlbi5qcGc/le... | 103.0 KiB | 69.9 KiB |
. a > div.relative > figure.not-prose > img.lazyautosizes | /img/asset/aW1hZ2VzL3JlZmVyZW56ZW4vaG95ZXJfaXN0b2NrX3RlYX... | 91.3 KiB | 44.7 KiB |
div.flex > div.aspect-[3/2] > div.@container > img.absolute div.flex > div.aspect-[3/2] > div.@container > img.absolute | www.webnetz.de/images/webinare/newsletter-marketing.jpg | 39.6 KiB | 30.2 KiB |
div#uc-main-dialog > div#main-view > header.has-custom-logo > img.logo div#uc-main-dialog > div#main-view > header.has-custom-logo > img.logo | www.webnetz.de/images/pressefotos/logo_webnetz.png | 15.9 KiB | 15.7 KiB |
body.flex > main#content > section#li08rfm6 > video#hero-video body.flex > main#content > section#li08rfm6 > video#hero-video | www.webnetz.de/images/poster-hero.webp | 34.4 KiB | 6.6 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 |
|---|---|---|
| www.webnetz.de/build/assets/site-f6261c38.css | 39.3 KiB | 36.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 |
|---|---|---|
| www.webnetz.de/build/assets/site-128f0841.js | 152.0 KiB | 95.9 KiB |
| web.cmp.usercentrics.eu/ui/v/3.119.0/WebSdk.lib.5ddd9ff8.js | 56.1 KiB | 35.3 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 |
|---|---|
| webnetz.de/ | 287 ms |
| www.webnetz.de/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.webnetz.de/ | 1.1 s |
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 |
|---|
nav.hidden > ul.flex > li.leading-none > button.motion-safe:transition-transform nav.hidden > ul.flex > li.leading-none > button.motion-safe:transition-transform |
nav.hidden > ul.flex > li.leading-none > button.motion-safe:transition-transform nav.hidden > ul.flex > li.leading-none > button.motion-safe:transition-transform |
nav.hidden > ul.flex > li.leading-none > button.motion-safe:transition-transform nav.hidden > ul.flex > li.leading-none > button.motion-safe:transition-transform |
nav.hidden > ul.flex > li.leading-none > button.motion-safe:transition-transform nav.hidden > ul.flex > li.leading-none > button.motion-safe:transition-transform |
div.max-w-screen-xl > div.relative > form.flex > button div.max-w-screen-xl > div.relative > form.flex > button |
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.flex > div.aspect-[3/2] > div.@container > img.absolute div.flex > div.aspect-[3/2] > div.@container > img.absolute |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
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.
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 |
|---|
24 ul.flex > li.leading-none > a.pl-6 > span.absolute |
Jobs div.relative > div.headlines > div.pretitle > span.pretitle--text |
Alle offenen Stellen section#lieljzzn > div.mx-auto > a.button > span |
Akzeptieren footer#uc-cmp-footer > div.buttons > div.buttons-row > button#accept |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Leistungen nav.hidden > ul.flex > li.leading-none > a.pl-6 |
Agentur nav.hidden > ul.flex > li.leading-none > a.pl-6 |
Know-how nav.hidden > ul.flex > li.leading-none > a.pl-6 |
Jobs
24 nav.hidden > ul.flex > li.leading-none > a.pl-6 |
Jetzt kontaktieren div.relative > div.flex > div > a.button |
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.flex > div.aspect-[3/2] > div.@container > img.absolute div.flex > div.aspect-[3/2] > div.@container > img.absolute |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.