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.
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 |
|---|---|---|
| semver.org/css/main.css | 600.0 s | 1.9 KiB |
| semver.org/js/anchorli.js | 600.0 s | 580 B |
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 |
|---|---|
| semver.org/js/anchorli.js | 580 B |
| semver.org/css/main.css | 1.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Names and labels
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 |
|---|
body > div#spec > h1#semantic-versioning-200 > a.anchor-link body > div#spec > h1#semantic-versioning-200 > a.anchor-link |
body > div#spec > h2#summary > a.anchor-link body > div#spec > h2#summary > a.anchor-link |
body > div#spec > h2#introduction > a.anchor-link body > div#spec > h2#introduction > a.anchor-link |
body > div#spec > h2#semantic-versioning-specification-semver > a.anchor-link body > div#spec > h2#semantic-versioning-specification-semver > a.anchor-link |
div#spec > ol > li#spec-item-1 > a.anchor-link div#spec > ol > li#spec-item-1 > a.anchor-link |
div#spec > ol > li#spec-item-2 > a.anchor-link div#spec > ol > li#spec-item-2 > a.anchor-link |
div#spec > ol > li#spec-item-3 > a.anchor-link div#spec > ol > li#spec-item-3 > a.anchor-link |
div#spec > ol > li#spec-item-4 > a.anchor-link div#spec > ol > li#spec-item-4 > a.anchor-link |
div#spec > ol > li#spec-item-5 > a.anchor-link div#spec > ol > li#spec-item-5 > a.anchor-link |
div#spec > ol > li#spec-item-6 > a.anchor-link div#spec > ol > li#spec-item-6 > a.anchor-link |
div#spec > ol > li#spec-item-7 > a.anchor-link div#spec > ol > li#spec-item-7 > a.anchor-link |
div#spec > ol > li#spec-item-8 > a.anchor-link div#spec > ol > li#spec-item-8 > a.anchor-link |
div#spec > ol > li#spec-item-9 > a.anchor-link div#spec > ol > li#spec-item-9 > a.anchor-link |
div#spec > ol > li#spec-item-10 > a.anchor-link div#spec > ol > li#spec-item-10 > a.anchor-link |
div#spec > ol > li#spec-item-11 > a.anchor-link div#spec > ol > li#spec-item-11 > a.anchor-link |
body > div#spec > h2#backusnaur-form-grammar-for-valid-semver-versions > a.anchor-link body > div#spec > h2#backusnaur-form-grammar-for-valid-semver-versions > a.anchor-link |
body > div#spec > h2#why-use-semantic-versioning > a.anchor-link body > div#spec > h2#why-use-semantic-versioning > a.anchor-link |
body > div#spec > h2#faq > a.anchor-link body > div#spec > h2#faq > a.anchor-link |
body > div#spec > h3#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase > a.anchor-link body > div#spec > h3#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase > a.anchor-link |
body > div#spec > h3#how-do-i-know-when-to-release-100 > a.anchor-link body > div#spec > h3#how-do-i-know-when-to-release-100 > a.anchor-link |
body > div#spec > h3#doesnt-this-discourage-rapid-development-and-fast-iteration > a.anchor-link body > div#spec > h3#doesnt-this-discourage-rapid-development-and-fast-iteration > a.anchor-link |
body > div#spec > h3#if-even-the-tiniest-backward-incompatible-changes-to-the-public-api-require-a-major-version-bump-wont-i-end-up-at-version-4200-very-rapidly > a.anchor-link body > div#spec > h3#if-even-the-tiniest-backward-incompatible-changes-to-the-public-api-require-a-major-version-bump-wont-i-end-up-at-version-4200-very-rapidly > a.anchor-link |
body > div#spec > h3#documenting-the-entire-public-api-is-too-much-work > a.anchor-link body > div#spec > h3#documenting-the-entire-public-api-is-too-much-work > a.anchor-link |
body > div#spec > h3#what-do-i-do-if-i-accidentally-release-a-backward-incompatible-change-as-a-minor-version > a.anchor-link body > div#spec > h3#what-do-i-do-if-i-accidentally-release-a-backward-incompatible-change-as-a-minor-version > a.anchor-link |
body > div#spec > h3#what-should-i-do-if-i-update-my-own-dependencies-without-changing-the-public-api > a.anchor-link body > div#spec > h3#what-should-i-do-if-i-update-my-own-dependencies-without-changing-the-public-api > a.anchor-link |
body > div#spec > h3#what-if-i-inadvertently-alter-the-public-api-in-a-way-that-is-not-compliant-with-the-version-number-change-ie-the-code-incorrectly-introduces-a-major-breaking-change-in-a-patch-release > a.anchor-link body > div#spec > h3#what-if-i-inadvertently-alter-the-public-api-in-a-way-that-is-not-compliant-with-the-version-number-change-ie-the-code-incorrectly-introduces-a-major-breaking-change-in-a-patch-release > a.anchor-link |
body > div#spec > h3#how-should-i-handle-deprecating-functionality > a.anchor-link body > div#spec > h3#how-should-i-handle-deprecating-functionality > a.anchor-link |
body > div#spec > h3#does-semver-have-a-size-limit-on-the-version-string > a.anchor-link body > div#spec > h3#does-semver-have-a-size-limit-on-the-version-string > a.anchor-link |
body > div#spec > h3#is-v123-a-semantic-version > a.anchor-link body > div#spec > h3#is-v123-a-semantic-version > a.anchor-link |
body > div#spec > h3#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string > a.anchor-link body > div#spec > h3#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string > a.anchor-link |
body > div#spec > h2#about > a.anchor-link body > div#spec > h2#about > a.anchor-link |
body > div#spec > h2#license > a.anchor-link body > div#spec > h2#license > a.anchor-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
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 |
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 |
|---|
العربية (ar) body > ul.nav > li.language > a |
Deutsch (de) body > ul.nav > li.language > a |
Ελληνικά (el) body > ul.nav > li.language > a |
English (en) body > ul.nav > li.language > a |
فارسی (fa) body > ul.nav > li.language > a |
עברית (he) body > ul.nav > li.language > a |
हिन्दी (hin) body > ul.nav > li.language > a |
hrvatski (hr) body > ul.nav > li.language > a |
magyar (hu) body > ul.nav > li.language > a |
日本語 (ja) body > ul.nav > li.language > a |
Nederlands (nl) body > ul.nav > li.language > a |
polski (pl) body > ul.nav > li.language > a |
slovenščina (sl) body > ul.nav > li.language > a |
српски (sr-Cyrl) body > ul.nav > li.language > a |
srpski (sr-Latn) body > ul.nav > li.language > a |
Tiếng Việt (vi) body > ul.nav > li.language > a |
简体中文 (zh-CN) body > ul.nav > li.language > a |
繁體中文 (zh-TW) body > ul.nav > li.language > a |
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.
Internationalization and localization
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn how to use the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
हिन्दी (hin) body > ul.nav > li.language > a |
These are opportunities to improve the interpretation of your content by users in different locales.
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.