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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js | 3600.0 s | 30.5 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.flex > div.aspect-[3/2] > div.@container > img.absolute a.flex > div.aspect-[3/2] > div.@container > img.absolute | www.webnetz.de/images/webinare/newsletter-marketing.jpg | 39.6 KiB | 30.2 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 | 16.8 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.3 KiB |
a.flex > div.aspect-[3/2] > div.@container > img.absolute a.flex > div.aspect-[3/2] > div.@container > img.absolute | www.webnetz.de/images/webinare/influencer-marketing.jpg | 24.0 KiB | 14.6 KiB |
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 |
|---|---|
| webnetz.de/ | 838 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 |
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 |
|---|---|---|
| www.webnetz.de/build/assets/site-f6261c38.css | 39.3 KiB | 37.2 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 |
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 |
|---|---|---|---|
| www.webnetz.de/build/assets/site-128f0841.js | 1.6 s | 653 ms | 0.3 ms |
| privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js | 744 ms | 632 ms | 11 ms |
| Unattributable | 686 ms | 14 ms | 0.0 ms |
| www.webnetz.de/ | 675 ms | 7.1 ms | 3.5 ms |
| web.cmp.usercentrics.eu/ui/v/3.119.0/WebSdk.lib.5ddd9ff8.js | 121 ms | 96 ms | 21 ms |
| web.cmp.usercentrics.eu/ui/v/3.119.0/UcGdprCmpView.b05dbc41.js | 66 ms | 1.5 ms | 6.6 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 | 1.6 s |
| Other | 1.2 s |
| Style & Layout | 762 ms |
| Rendering | 351 ms |
| Parse HTML & CSS | 121 ms |
| Garbage Collection | 73 ms |
| Script Parsing & Compilation | 59 ms |
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 |
|---|
BLOG div#swiper-wrapper-410d0a491032bdbe96 > div.swiper-slide > a.flex > span.mb-4 |
WEBINARE div#swiper-wrapper-410d0a491032bdbe96 > div.swiper-slide > a.flex > span.mb-4 |
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.
Names and labels
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 |
|---|
a.flex > div.aspect-[3/2] > div.@container > img.absolute a.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 |
a.flex > div.aspect-[3/2] > div.@container > img.absolute a.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 |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Jetzt Artikel lesen div#swiper-wrapper-410d0a491032bdbe96 > div.swiper-slide > a.flex > button.button |
Jetzt anmelden div#swiper-wrapper-410d0a491032bdbe96 > div.swiper-slide > a.flex > button.button |
These items highlight common accessibility best practices.
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 |
|---|
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 |
|---|
a.flex > div.aspect-[3/2] > div.@container > img.absolute a.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 |
a.flex > div.aspect-[3/2] > div.@container > img.absolute a.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 |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
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.