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 |
|---|---|---|
| imgs.xkcd.com/comics/types_of_board_game.png | 0.0 ms | 285.1 KiB |
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.
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 | |
|---|---|---|---|
Types of Board Game body > div#middleContainer > div#comic > img | imgs.xkcd.com/comics/types_of_board_game.png | 284.7 KiB | 190.0 KiB |
Earth temperature timeline body > div#bottom > a > img | imgs.xkcd.com/s/temperature.png | 27.1 KiB | 18.6 KiB |
Selected Comics body > div#bottom > img | imgs.xkcd.com/s/a899e84.jpg | 21.0 KiB | 12.5 KiB |
xkcd.com logo div#masthead > span > a > img | xkcd.com/s/0b7742.png | 10.7 KiB | 8.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|
| xkcd.com/s/7d94e0.css | 1.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 | |
|---|---|
Types of Board Game body > div#middleContainer > div#comic > img | imgs.xkcd.com/comics/types_of_board_game.png |
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 |
|---|---|
RSS Feed - Atom Feed - Email
Comics I enjoy:
Three Word Phrase, SMBC, Dino… body > div#bottom | 0.265 |
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.
Navigation
Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more about access keys.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
< Prev div#middleContainer > ul.comicNav > li > a |
Next > div#middleContainer > ul.comicNav > li > a |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
< Prev div#middleContainer > ul.comicNav > li > a |
Random div#middleContainer > ul.comicNav > li > a |
Next > div#middleContainer > ul.comicNav > li > a |
< Prev div#middleContainer > ul.comicNav > li > a |
Random div#middleContainer > ul.comicNav > li > a |
Next > div#middleContainer > ul.comicNav > li > a |
https://xkcd.com/3235/ body > div#middleContainer > a |
https://imgs.xkcd.com/comics/types_of_board_game.png body > div#middleContainer > a |
RSS Feed body > div#bottom > div > a |
Atom Feed body > div#bottom > div > a |
Email body > div#bottom > div > a |
Three Word Phrase body > div#bottom > div#comicLinks > a |
SMBC body > div#bottom > div#comicLinks > a |
Dinosaur Comics body > div#bottom > div#comicLinks > a |
Oglaf body > div#bottom > div#comicLinks > a |
A Softer World body > div#bottom > div#comicLinks > a |
Buttersafe body > div#bottom > div#comicLinks > a |
Perry Bible Fellowship body > div#bottom > div#comicLinks > a |
Questionable Content body > div#bottom > div#comicLinks > a |
Buttercup Festival body > div#bottom > div#comicLinks > a |
Homestuck body > div#bottom > div#comicLinks > a |
Junior Scientist Power Hour body > div#bottom > div#comicLinks > a |
Tips on technology and government body > div#bottom > div#comicLinks > a |
Climate FAQ body > div#bottom > div#comicLinks > a |
Katharine Hayhoe body > div#bottom > div#comicLinks > a |
Creative Commons Attribution-NonCommercial 2.5 License div#bottom > div#licenseText > p > a |
More details div#bottom > div#licenseText > p > a |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.