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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 40 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 | |
|---|---|---|---|
figure.media-video-figure > div.media-video-container > div.video-wrapper > video.media-video figure.media-video-figure > div.media-video-container > div.video-wrapper > video.media-video | /Wc4sbRH1vM-98O2trHMmAxBrxb3supfqqhPGDY0AbeywOowYM6iJTaHk... | 220.3 KiB | 191.9 KiB |
A dynamic, motion-blurred shot of a woman in a vibrant red traditional dress fe… div.block-image > div.media-image-block > picture.image > img.picture__image | /wwoXL1ZQ49uevw1WrdSSxNssJp9PR91sX44_GOZ7xitt4s2CuhWdAVye... | 65.7 KiB | 54.7 KiB |
div.media-video-poster > div.media__container > picture.image > img.picture__image div.media-video-poster > div.media__container > picture.image > img.picture__image | /i1ooSWH5ku-ejhiZP8pZcsiLJkR_eF30Hc1EDVvXR5B0l-0Cel78dyKd... | 53.1 KiB | 36.9 KiB |
figure.media-video-figure > div.media-video-container > div.video-wrapper > video.media-video figure.media-video-figure > div.media-video-container > div.video-wrapper > video.media-video | /i1ooSWH5ku-ejhiZP8pZcsiLJkR_eF30Hc1EDVvXR5B0l-0Cel78dyKd... | 49.5 KiB | 21.1 KiB |
div.media__container > div.media-image-block > picture.image > img.picture__image div.media__container > div.media-image-block > picture.image > img.picture__image | /KVYCjJ-L8ZrKP6nkzJPdqnEfhFyFHJ25d8a6jxkRQhox1SNuBGh3ADx3... | 27.5 KiB | 19.6 KiB |
div.media__container > div.media-image-block > picture.image > img.picture__image div.media__container > div.media-image-block > picture.image > img.picture__image | /cXeSw7TkL3NkPhprLW2yiaezqIsOiNpKrQCTgwW9PMCso2YUOomNe_a6... | 24.1 KiB | 19.0 KiB |
div.media__container > div.media-image-block > picture.image > img.picture__image div.media__container > div.media-image-block > picture.image > img.picture__image | /dYD-i6FPRANVusjS-plnDlS7VytrArpqf-Y1STUmNL5Id4iLJbuCDzBK... | 18.3 KiB | 13.8 KiB |
div.media-video-poster > div.media__container > picture.image > img.picture__image div.media-video-poster > div.media__container > picture.image > img.picture__image | /sILaSdIzu5XraA6U7t26JH98KgsZNCG3T0nIjJ0wmrZu5VBv5fh6ruPm... | 15.6 KiB | 12.4 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.
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 |
|---|---|---|
| deepmind.google/static/dist/site/site-f0ff50292cbc4752235d.js | 159.5 KiB | 89.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NRDHXJGK | 154.1 KiB | 76.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-LS8HVHCNQ0&cx=c>m=4e64h1 | 147.3 KiB | 60.6 KiB |
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 |
|---|---|---|
| deepmind.google/static/dist/css/site.61ee9975dd534f031093.css | 91.8 KiB | 71.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|
Google DeepMind
DeepMind div.left-menu > div.site-switcher > div.site-switcher__bar > a.site-switcher__home |
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
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.