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.
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.
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.
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 |
|---|---|---|
| www.hetzner.com/__ray_static/1.js | 0.0 ms | 3.5 KiB |
| www.hetzner.com/__ray_static/index.js | 0.0 ms | 2.2 KiB |
| www.hetzner.com/__ray_static/check-icon.png | 0.0 ms | 842 B |
| www.hetzner.com/__ray_static/loading-circle.png | 0.0 ms | 762 B |
| www.hetzner.com/__ray_static/verification-successful.png | 0.0 ms | 630 B |
| www.hetzner.com/__ray_static/check-icon-mobile.png | 0.0 ms | 453 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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#verifying-container > div.flex > div.loading-circle > img div#verifying-container > div.flex > div.loading-circle > img | www.hetzner.com/__ray_static/loading-circle.png |
div.flex > div.flex > div.image-mobile > img div.flex > div.flex > div.image-mobile > img | www.hetzner.com/__ray_static/check-icon-mobile.png |
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 |
|---|---|
| hetzner.de/ | 750 ms |
| www.hetzner.com/de/ | 752 ms |
| www.hetzner.com/_ray/pow | 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 |
|---|
Heray is a security product powered by Hetzner
Legal notice - Data privacy body > footer |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div#verifying-container > div.flex > div.loading-circle > img div#verifying-container > div.flex > div.loading-circle > img | www.hetzner.com/__ray_static/loading-circle.png | 44 x 45 | 44 x 45 | 66 x 68 |
div.flex > div.flex > div.image-mobile > img div.flex > div.flex > div.image-mobile > img | www.hetzner.com/__ray_static/check-icon-mobile.png | 21 x 25 | 21 x 25 | 32 x 38 |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.