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.
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 | |
|---|---|---|---|
DebConf25 Group Photo div.slider-wrapper > div.inner > article > img | www.debian.org/Pics/debconf25_group_photo.jpg | 507.7 KiB | 471.8 KiB |
Group photo of the MiniDebConf Hamburg 2025 div.slider-wrapper > div.inner > article > img | www.debian.org/Pics/mini-dc25-hamburg.jpg | 431.0 KiB | 396.4 KiB |
Screenshot from the Calamares installer div.slider-wrapper > div.inner > article > img | www.debian.org/Pics/calamares-installer.png | 275.5 KiB | 238.2 KiB |
Debian people at Debconf18 in Hsinchu really having fun div.slider-wrapper > div.inner > article > img | www.debian.org/Pics/debian-funny-people-1024x576.jpg | 214.2 KiB | 179.6 KiB |
Group photo of the MiniDebConf Maceió 2025 div.slider-wrapper > div.inner > article > img | www.debian.org/Pics/mini-dc25-maceio.jpg | 151.1 KiB | 116.5 KiB |
Debian is like a Swiss Army Knife div.slider-wrapper > div.inner > article > img | www.debian.org/Pics/debian-swiss-knife-hands-1024x576.jpg | 118.4 KiB | 83.8 KiB |
Debian div.column > div > div.os-img-container > img | www.debian.org/Pics/debian-logo-1024x576.png | 32.0 KiB | 19.2 KiB |
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.debian.org/debian.css | 4.7 KiB | |
| www.debian.org/empty.css | 69 B | |
| www.debian.org/debian-en.css | 482 B | |
| www.debian.org/5img-carousel-slider.css | 1.4 KiB | |
| www.debian.org/startpage.css | 2.8 KiB | |
| www.debian.org/debhome.css | 1.6 KiB | 150 ms |
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.
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 |
|---|---|
| debian.org/ | 750 ms |
| www.debian.org/ | 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.
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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
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 |
|---|
RSS div.column > div.project-news > div.project-news-content > a.rss_logo |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#searchbox > form > p > input div#searchbox > form > p > input |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Select your language
català
dansk
Deutsch
español
français
Galego
Indonesia
Ita… div#pageLang > div#langSelector > div#langContainer > select |
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 |
|---|
Blog div#navbar > ul > li > a |
Other downloads div.column > div > div.os-img-container > a.os-other-download |
Select your language
català
dansk
Deutsch
español
français
Galego
Indonesia
Ita… div#pageLang > div#langSelector > div#langContainer > select |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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 | |
|---|---|---|---|---|
Debian div#upperheader > div#logo > a > img | www.debian.org/Pics/openlogo-50.png | 50 x 61 | 50 x 61 | 75 x 92 |
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.