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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| stackoverflow.com/Content/Shared/stacks.css?v=b2264ccf0463 | 110.1 KiB | 105.5 KiB |
| stackoverflow.com/Content/Sites/stackoverflow/primary.css?v=880dfade9e7f | 74.2 KiB | 72.4 KiB |
| stackoverflow.com/Content/Sites/stackoverflow/secondary.css?v=2a409df786e1 | 17.4 KiB | 17.4 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604300101/pubads_impl.js | 188.9 KiB | 139.8 KiB |
| /prebid/9.30.0.js?fork=1&v=6167788a58e716d678c6d136265c85... | 135.8 KiB | 100.5 KiB |
| stackoverflow.com/Content/Js/full-anon.en.js?v=1184f324f5d2 | 128.7 KiB | 95.1 KiB |
| accounts.google.com/gsi/client | 95.5 KiB | 71.9 KiB |
| raven-static.aditude.io/prod/1.20.0-69wxiu/raven.js | 105.8 KiB | 63.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-WCZ03SZFCQ | 154.3 KiB | 61.7 KiB |
| /stackoverflow-M6HzSe6yue/mapping.base/prebid-wrapper.js | 81.0 KiB | 36.5 KiB |
| stackoverflow.com/Content/Js/webpack-chunks/svelte.en.js?v=f773033c4e0b | 32.0 KiB | 31.8 KiB |
| stackoverflow.com/Content/Js/webpack-chunks/svelte.en.js?v=f773033c4e0b | 32.0 KiB | 31.8 KiB |
| /Content/Js/third-party/npm/@stackoverflow/stacks/dist/js... | 30.4 KiB | 20.9 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.
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 |
|---|
Sign up div#content > div.flex--item > div.mx-auto > a |
These are opportunities to improve the legibility of your content.
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.universal-auth-page > header.s-topbar > div.s-topbar--container > a.s-topbar--menu-btn body.universal-auth-page > header.s-topbar > div.s-topbar--container > a.s-topbar--menu-btn |
div#content > div.flex--item > div.ta-center > a div#content > div.flex--item > div.ta-center > a |
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
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__responsive html.html__responsive |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Not signed in with the identity provider. |
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.
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 |
|---|---|
| /internal/?utm_medium=referral&utm_source=stackoverflow-c... | Learn more |
| /internal/?utm_medium=referral&utm_source=stackoverflow-c... | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.