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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
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 |
|---|---|---|
| ubuntu.com/static/css/cookie-policy.css?v=6a99ec6 | 18.9 KiB | |
| ubuntu.com/static/css/styles.css?v=c8d0229 | 118.2 KiB | 202 ms |
| ubuntu.com/static/js/dist/cookie-policy.js?v=3ede63c | 10.9 KiB |
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 |
|---|---|---|
| jspm.dev/uuid | 200.0 s | 661 B |
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 |
|---|---|
| www.ubuntu.com/ | 270 ms |
| ubuntu.com/ | 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.
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 |
|---|---|---|
| ubuntu.com/static/css/styles.css?v=c8d0229 | 114.1 KiB | 93.8 KiB |
| ubuntu.com/static/css/cookie-policy.css?v=6a99ec6 | 14.9 KiB | 12.7 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| jspm.dev/npm:uuid@9.0.1 | 5.3 KiB | 2.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.googletagmanager.com/gtag/js?id=G-PGQQ61N4N6&cx=c>m=4e6460 | 174.6 KiB | 114.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-5LTL1CNEJM&cx=c>m=4e6460 | 174.0 KiB | 107.5 KiB |
| www.googletagmanager.com/gtag/destination?id=G-PGQQ61N4N6&cx=c>m=4e6460 | 174.6 KiB | 69.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-604028040&cx=c>m=4e6460 | 135.7 KiB | 67.8 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-1012391776&cx=c>m=4e6460 | 133.3 KiB | 65.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-K92JCQ | 181.0 KiB | 65.4 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-10451423&cx=c>m=4e6460 | 128.7 KiB | 64.9 KiB |
| www.googletagmanager.com/gtag/destination?id=G-5LTL1CNEJM&cx=c>m=4e6460 | 174.0 KiB | 63.4 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-608589488&cx=c>m=4e6460 | 144.1 KiB | 62.8 KiB |
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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Products
Use cases
Support
Community
Download Ubuntu
All Canonical
Sign in header#navigation > div.p-navigation__row--25-75 > nav.p-navigation__nav > ul.p-navigation__items |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Products nav.p-navigation__nav > ul.p-navigation__items > li#products > a.p-navigation__link |
Use cases nav.p-navigation__nav > ul.p-navigation__items > li#use-case > a.p-navigation__link |
Support nav.p-navigation__nav > ul.p-navigation__items > li#support > a.p-navigation__link |
Community nav.p-navigation__nav > ul.p-navigation__items > li#community > a.p-navigation__link |
Download Ubuntu nav.p-navigation__nav > ul.p-navigation__items > li#download-ubuntu > a.p-navigation__link |
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.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Products div.p-navigation__row--25-75 > nav.p-navigation__nav > ul.p-navigation__items > li#products |
Use cases div.p-navigation__row--25-75 > nav.p-navigation__nav > ul.p-navigation__items > li#use-case |
Support div.p-navigation__row--25-75 > nav.p-navigation__nav > ul.p-navigation__items > li#support |
Community div.p-navigation__row--25-75 > nav.p-navigation__nav > ul.p-navigation__items > li#community |
Download Ubuntu div.p-navigation__row--25-75 > nav.p-navigation__nav > ul.p-navigation__items > li#download-ubuntu |
Sign in div.p-navigation__row--25-75 > nav.p-navigation__nav > ul.p-navigation__items > li#canonical-login |
Search div.p-navigation__row--25-75 > nav.p-navigation__nav > ul.p-navigation__items > li.p-navigation__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| ubuntu.com/cloud/public-cloud | Learn more |
| ubuntu.com/kubernetes | Learn more |
| ubuntu.com/openstack | Learn more |
| ubuntu.com/core | Learn more |
| ubuntu.com/desktop | Learn more |
| canonical.com/maas | Learn more |
| ubuntu.com/robotics | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.