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.
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 |
|---|---|---|
| lfx-segment.platform.linuxfoundation.org/latest/lfx-segment-analytics.min.js | 0.0 ms | 82.8 KiB |
| browser-update.org/update.min.js | 86400.0 s | 4.6 KiB |
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 |
|---|---|---|
| lfx-segment.platform.linuxfoundation.org/latest/lfx-segment-analytics.min.js | 82.8 KiB | 491 ms |
| www.cncf.io/wp-content/themes/cncf-twenty-two/build/slick.min.css?ver=1775551542 | 1.2 KiB | |
| /wp-content/themes/cncf-twenty-two/build/styles.min.css?v... | 32.4 KiB |
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 | |
|---|---|---|---|
Make cloud native ubiquitous body.home > section.home-hero > picture > img.home-hero__poster | www.cncf.io/wp-content/themes/cncf-twenty-two/images/home-hero-poster2.webp | 63.7 KiB | 46.3 KiB |
Dmitri Telinov – Kubestronaut in Orbit div.home-ambassadors > div.home-ambassadors-heptagons > a.home-ambassadors-heptagons__link > img.home-ambassadors-heptagons__image | www.cncf.io/wp-content/uploads/2022/07/Nikhita-Raghynath-900x1032.jpg | 44.3 KiB | 40.9 KiB |
Mitch Connors – From Biblical Studies to programming at Google & Amazon div.home-ambassadors > div.home-ambassadors-heptagons > a.home-ambassadors-heptagons__link > img.home-ambassadors-heptagons__image | www.cncf.io/wp-content/uploads/2023/03/Queeny-Jin.jpg | 12.0 KiB | 10.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|---|
| lfx-segment.platform.linuxfoundation.org/latest/lfx-segment-analytics.min.js | 81.9 KiB | 27.5 KiB |
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 |
|---|---|
| Internal error. | Not actionable |
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/themes/cncf-twenty-two/build/styles.min.css?v... | 32.1 KiB | 21.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
KubeCon + CloudNativeCon India 2026 div > a > picture > img | www.cncf.io/wp-content/uploads/2026/02/CNCF-Website-Desktop-Clouds.png |
KubeCon + CloudNativeCon Japan 2026 div > a > picture > img | www.cncf.io/wp-content/uploads/2026/02/CNCF-Website-Desktop.png |
KubeCon + CloudNativeCon + OpenInfra Summit + PyTorch Conference China 2026 div > a > picture > img | www.cncf.io/wp-content/uploads/2026/02/CNCF-Website-Desktop-1.png |
KubeCon + CloudNativeCon North America 2026 div > a > picture > img | www.cncf.io/wp-content/uploads/2026/02/CNCF-Website-Desktop-2.jpg |
Goldie div.home-intro-boxes > div.home-intro-box > picture > img.home-intro-box__goldie | www.cncf.io/wp-content/themes/cncf-twenty-two/images/home-goldie.webp |
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
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 |
|---|
Logo of KubeEdge div.slider > div.slick-list > div.slick-track > div.slick-slide |
Logo of Istio div.slider > div.slick-list > div.slick-track > div.slick-slide |
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.
Best practices
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.no-focus-outline html.no-focus-outline |
These items highlight common accessibility best practices.
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.