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.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:700&display=swap | 1.2 KiB | 273 ms |
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 | |
|---|---|---|---|
Avatar for Kris div.col-lg-6 > div.hero-slide > div.d-flex > img.avatar | /k4snpx1b3nz0b7sn8en6bld3fw9g?response-content-dispositio... | 15.9 KiB | 15.8 KiB |
div.card > a.deck-preview-link > div.deck-preview-image > div.deck-preview-background div.card > a.deck-preview-link > div.deck-preview-image > div.deck-preview-background | /presentations/c711731dd997437c90294769eafc273f/preview_s... | 49.4 KiB | 11.9 KiB |
div.card > a.deck-preview-link > div.deck-preview-image > div.deck-preview-background div.card > a.deck-preview-link > div.deck-preview-image > div.deck-preview-background | /presentations/1bdfc578481d4d3fb7001ddd92a8906a/preview_s... | 42.7 KiB | 5.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /assets/application-0853bc215819f43b15391734b5a07d7d5da07... | 41.6 KiB | 37.6 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 |
|---|---|---|
| d1eu30co0ohy4w.cloudfront.net/assets/js/application-d48f03e9e9f1d7e7ef13.js | 213.8 KiB | 186.1 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 140.9 KiB |
| cdn4.buysellads.net/pub/speakerdeck.js?1776807000000 | 162.8 KiB | 108.6 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.6 KiB | 89.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-8WD0LC0MP9&cx=c>m=4e64h1 | 153.0 KiB | 65.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TSP938CX | 123.7 KiB | 64.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.5 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 |
|---|
Kris Priemer
· 42 slides · 3.2k views div.row > div.col-lg-6 > div.hero-slide > div.d-flex |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.d-flex > div.form-check > input#billingToggle div.container > div.d-flex > div.form-check > input#billingToggle |
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 |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
malarkey div.card > div.deck-preview-meta > div.text-truncate > a |
michielstock div.card > div.deck-preview-meta > div.text-truncate > a |
szymonslowik div.card > div.deck-preview-meta > div.text-truncate > a |
reverentgeek div.card > div.deck-preview-meta > div.text-truncate > a |
ryanjones div.card > div.deck-preview-meta > div.text-truncate > a |
lara div.card > div.deck-preview-meta > div.text-truncate > a |
shpigford div.card > div.deck-preview-meta > div.text-truncate > a |
kneath div.card > div.deck-preview-meta > div.text-truncate > a |
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 | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
c.amazon-adsystem.com/aax2/apstag.js line 1, col 6076 | Uncaught Error: Unauthorized |
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.