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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 |
|---|---|---|
| ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js | 30.9 KiB | 328 ms |
| /css2?family=Manrope:wght@200..800&family=Noto+Sans+Mono:... | 1.2 KiB | 269 ms |
| schema.org/docs/schemaorg.js | 467 B | |
| schema.org/docs/prettify.css | 610 B | |
| schema.org/docs/devnote.css | 206 B | |
| schema.org/docs/schemaorg.css | 3.8 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 |
|---|---|---|
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| cse.google.com/cse.js?cx=013516846811604855281:nj5laplixaa | 0.0 ms | 3.9 KiB |
| schema.org/docs/schemaorg.css | 600.0 s | 3.8 KiB |
| www.google.com/cse/static/style/look/v6/espresso.css | 3000.0 s | 1.4 KiB |
| schema.org/docs/prettify.css | 600.0 s | 610 B |
| schema.org/docs/schemaorg.js | 600.0 s | 467 B |
| schema.org/docs/devnote.css | 600.0 s | 206 B |
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-7GQQMC8QW5&cx=c&_slc=1 | 147.5 KiB | 64.2 KiB |
| /cse/static/element/b33cba5881f68fbf/cse_element__en.js?u... | 98.5 KiB | 49.5 KiB |
| cse.google.com/adsense/search/async-ads.js | 43.3 KiB | 31.5 KiB |
| ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js | 30.3 KiB | 22.7 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.css | 9.7 KiB | 2.8 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Schema.org vocabulary can be used with many different encodings, including RDFa… body > div#mainContent > div.row | 0.207 |
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. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
community div.row > section > p > a |
public-schemaorg@w3.org div.row > section > p > a |
GitHub div.row > section > p > a |
get started div.row > section > p.bold > a |
blog.schema.org div.row > section > p.bold > a |
release history div.row > section > p.bold > a |
These are opportunities to improve the legibility of your content.
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 |
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
… div#headerwrap > div#pagehead1 > div#navicon2 > a.icon |
To appear in search results, crawlers need access to your app.