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.row > div.col-12 > div.col-image > img.img-fluid div.row > div.col-12 > div.col-image > img.img-fluid | www.wbs.legal/wp-content/uploads/2024/05/startseite-empfang.jpg | 405.0 KiB | 332.0 KiB |
Google div.col-text > ul.list-inline > li.list-inline-item > img.entered | www.wbs.legal/wp-content/themes/xcore/_/img/google-logo.png | 5.5 KiB | 4.8 KiB |
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.
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 |
|---|---|
| wbs.legal/ | 849 ms |
| www.wbs.legal/ | 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
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/cache/min/1/wp-content/themes/xcore/style.css... | 43.3 KiB | 39.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.googletagmanager.com/gtag/js?id=AW-1060382347 | 144.5 KiB | 106.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MB24NH4 | 167.5 KiB | 78.9 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1060382347&cx=c>m=4e64h1 | 144.7 KiB | 66.7 KiB |
| app.usercentrics.eu/browser-ui/3.98.1/index.module.js | 120.6 KiB | 53.3 KiB |
| app.usercentrics.eu/browser-ui/3.98.1/VirtualServiceItem-b82c2a99.js | 48.6 KiB | 30.3 KiB |
| www.wbs.legal/wp-content/themes/xcore/_/js/jquery.fancybox.min.js?ver=1664252235 | 27.3 KiB | 23.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.wbs.legal/ | 1.3 s | 121 ms | 20 ms |
| Unattributable | 653 ms | 140 ms | 0.0 ms |
| js.hs-analytics.net/analytics/1774869000000/5349043.js | 605 ms | 382 ms | 8.1 ms |
| app.usercentrics.eu/browser-ui/3.98.1/index.module.js | 518 ms | 376 ms | 1.5 ms |
| www.redditstatic.com/ads/pixel.js | 489 ms | 451 ms | 4.4 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MB24NH4 | 245 ms | 180 ms | 43 ms |
| www.wbs.legal/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 214 ms | 143 ms | 6.9 ms |
| www.googletagmanager.com/gtag/js?id=AW-1060382347&cx=c>m=4e64h1 | 208 ms | 167 ms | 40 ms |
| /wp-content/cache/min/1/wp-content/plugins/business-revie... | 70 ms | 21 ms | 6.8 ms |
| js.usemessages.com/conversations-embed.js | 59 ms | 46 ms | 9.3 ms |
| /wp-content/cache/min/1/wp-content/themes/xcore/_/js/scri... | 59 ms | 30 ms | 1.8 ms |
| www.googletagmanager.com/gtag/js?id=AW-1060382347 | 58 ms | 23 ms | 34 ms |
| js.hubspot.com/web-interactives-embed.js | 54 ms | 44 ms | 6.9 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.3 s |
| Style & Layout | 1.1 s |
| Other | 798 ms |
| Script Parsing & Compilation | 264 ms |
| Rendering | 243 ms |
| Parse HTML & CSS | 137 ms |
| Garbage Collection | 19 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Auch wir benötigen die Zustimmung zu Cookies und Technologien, um Inhalte und A… div#app-focus-lock > div#center-layer-focus-lock > div.sc-cwHptR > div#uc-center-container |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
Gratis Ersteinschätzung div.col-12 > div.col-text > div.hero-intro > a.btn |
Kontaktformular div.col-12 > div.wp-block-column > p > a |
Kontaktformular div.col-12 > div.wp-block-column > p > a |
Jetzt 50 € sichern div#tns1-item0 > div.card > div.card-footer > a.btn |
Markenrechts-Pakete div.card > div.card-body > p.h5 > span |
Sie wollen Ihr geistiges Eigentum schützen und auf eine verpatzte Anmeldung mit… div#tns1-item1 > div.card > div.card-body > p |
Jetzt mehr erfahren div#tns1-item1 > div.card > div.card-footer > a.btn |
Jetzt Kontakt aufnehmen div.col-text > ul.list-inline > li.list-inline-item > a.btn |
0221 / 951 563 0 ul.list-inline > li.list-inline-item > a.wbs-hotline-number > span.tracking_tn |
Alle Tätigkeitsgebiete div.block-inner > div.row > div.col-12 > a.btn |
Das Team kennenlernen div.wp-block-column > div.wp-block-buttons > div.wp-block-button > a.wp-block-button__link |
Alle News div.block-inner > div.row > div.col-12 > a.btn |
Zum WBS YouTube Kanal div.block-inner > div.row > div.col-12 > a.btn |
Basierend auf 3637 Rezensionen div.rpi-card-inner > div.rpi-flex > div.rpi-info > div.rpi-based |
Juristische Entscheidungen div.col-md-8 > div.wp-block-column > p.has-text-align-left > strong |
verfolgen div.col-md-8 > div.wp-block-column > p.has-text-align-left > strong |
Ihre Rechte kennenlernen div.col-md-8 > div.wp-block-column > p.has-text-align-left > strong |
& durchsetzen div.col-md-8 > div.wp-block-column > p.has-text-align-left > strong |
Kurz & knackig: Ein Wöchentlicher Rechtstipp div.col-md-8 > div.wp-block-column > p.has-text-align-left > strong |
Erfahren, wo Sie gerade Geld zurückholen können div.col-md-8 > div.wp-block-column > p.has-text-align-left > strong |
(erforderlich) div#field_8_3 > label.gfield_label > span.gfield_required > span.gfield_required |
(erforderlich) fieldset#field_8_4 > legend.gfield_label > span.gfield_required > span.gfield_required |
WBS.LEGAL-Datenschutzerklärung div#input_8_4 > div.gchoice > label#label_8_4_1 > a |
div#gform_wrapper_8 > form#gform_8 > div.gform-footer > input#gform_submit_button_8 div#gform_wrapper_8 > form#gform_8 > div.gform-footer > input#gform_submit_button_8 |
Auch wir benötigen die Zustimmung zu Cookies und Technologien, um Inhalte und A… div.sc-kdBSHD > div.sc-tagGq > div#uc-show-more > div |
Mehr lesen... div.sc-eDPEul > div.sc-kdBSHD > div.sc-tagGq > button.sc-ddjGPC |
Datenschutzerklärung div.sc-tagGq > div.sc-fHjqPf > div.sc-hmdomO > a.sc-bXCLTC |
Impressum div.sc-tagGq > div.sc-fHjqPf > div.sc-hmdomO > a.sc-bXCLTC |
Marketing div.sc-bkSUFG > div.sc-deXhhX > div.sc-jXbUNg > label#toggle-label-marketing |
Analyse div.sc-bkSUFG > div.sc-deXhhX > div.sc-jXbUNg > label#toggle-label-custom-category03 |
Alles Akzeptieren div.sc-koXPp > div.sc-iHGNWf > div.sc-bmzYkS > button.sc-gsFSXq |
Ablehnen div.sc-koXPp > div.sc-iHGNWf > div.sc-bmzYkS > button.sc-gsFSXq |
Einwilligungen speichern div.sc-koXPp > div.sc-iHGNWf > div.sc-bmzYkS > button.sc-gsFSXq |
Mehr div.sc-koXPp > div.sc-iHGNWf > div.sc-bmzYkS > button.sc-gsFSXq |
Powered by Usercentrics Consent Management div.sc-fhzFiK > div.sc-jxOSlx > div.sc-bypJrT > a.sc-iHbSHJ |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Bundesweit aktiv div.row > div.col-12 > div.wp-block-column > h4#bundesweit-aktiv |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.row > div.col-12 > a.media-link > img.img-fluid div.row > div.col-12 > a.media-link > img.img-fluid |
div.row > div.col-12 > a.media-link > img.img-fluid div.row > div.col-12 > a.media-link > img.img-fluid |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.col-auto > a.stretched-link div.container > div.row > div.col-auto > a.stretched-link |
div.navbar-buttons > ul.list-inline > li.list-inline-item > a.btn div.navbar-buttons > ul.list-inline > li.list-inline-item > a.btn |
div#page > div#content > figure.wp-block-image > a div#page > div#content > figure.wp-block-image > a |
div.block-inner > div.row > div.col-12 > a.media-link div.block-inner > div.row > div.col-12 > a.media-link |
div.block-inner > div.row > div.col-12 > a.media-link div.block-inner > div.row > div.col-12 > a.media-link |
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 |
|---|
Go to page 0 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 1 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 2 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 3 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 4 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 5 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 6 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 7 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 8 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 9 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 10 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 11 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 12 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 13 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 14 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Go to page 15 div.rpi-content > div.rpi-dots-wrap > div.rpi-dots > button.rpi-dot |
Mehr lesen... div.sc-eDPEul > div.sc-kdBSHD > div.sc-tagGq > button.sc-ddjGPC |
These items highlight common accessibility best practices.
Best Practices
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.wbs.legal/ line 104, col 3 | ReferenceError: uc is not defined
at https://www.wbs.legal/:105:4 |
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.row > div.col-12 > a.media-link > img.img-fluid div.row > div.col-12 > a.media-link > img.img-fluid |
div.row > div.col-12 > a.media-link > img.img-fluid div.row > div.col-12 > a.media-link > img.img-fluid |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 12 | Sitemap: /sitemap_index.xml | Invalid sitemap URL |
To appear in search results, crawlers need access to your app.