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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
James Manyika and LL Cool J div.uni-yt-thumbnail__custom-wrapper > div.uni-yt-thumbnail__aspect-image > div.uni-yt-thumbnail__aspect-image > img.uni-yt-thumbnail__img | i.ytimg.com/vi_webp/gYfCm3zYajg/maxresdefault.webp | 140.4 KiB | 137.6 KiB |
Example images made with Personal Intelligence div.featured-article-hero__wrapper > a.featured-article-hero__link > div.featured-article-hero__image > img | /gweb-uniblog-publish-prod/images/Blog_post_header.width-... | 115.1 KiB | 81.0 KiB |
Tax scams identification on Search div.uni-yt-thumbnail__custom-wrapper > div.uni-yt-thumbnail__aspect-image--shorts-wrapper > div.uni-yt-thumbnail__aspect-image > img.uni-yt-thumbnail__img | i.ytimg.com/vi_webp/lwOP_7pSFio/maxresdefault.webp | 36.4 KiB | 34.0 KiB |
uni-article-card.feed-article > a.feed-article__overlay > div.feed-article__image-container > img.feed-article__image--cards uni-article-card.feed-article > a.feed-article__overlay > div.feed-article__image-container > img.feed-article__image--cards | /gweb-uniblog-publish-prod/images/Blog_post_header.max-30... | 11.8 KiB | 10.0 KiB |
uni-article-card.feed-article > a.feed-article__overlay > div.feed-article__image-container > img.feed-article__image--cards uni-article-card.feed-article > a.feed-article__overlay > div.feed-article__image-container > img.feed-article__image--cards | /gweb-uniblog-publish-prod/images/691A0964_social.max-300... | 10.8 KiB | 9.1 KiB |
uni-article-card.feed-article > a.feed-article__overlay > div.feed-article__image-container > img.feed-article__image--cards uni-article-card.feed-article > a.feed-article__overlay > div.feed-article__image-container > img.feed-article__image--cards | /gweb-uniblog-publish-prod/images/D4G_Top5_Keyword_0415.m... | 7.6 KiB | 5.8 KiB |
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.
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 |
|---|---|---|
| i.ytimg.com/vi_webp/NAmkzqCTCO8/maxresdefault.webp | 7200.0 s | 143.0 KiB |
| i.ytimg.com/vi_webp/gYfCm3zYajg/maxresdefault.webp | 7200.0 s | 140.6 KiB |
| i.ytimg.com/vi_webp/4wxXkihLx8I/maxresdefault.webp | 7200.0 s | 41.3 KiB |
| i.ytimg.com/vi_webp/lwOP_7pSFio/maxresdefault.webp | 7200.0 s | 36.5 KiB |
| i.ytimg.com/vi_webp/bF3RqqV4xzI/maxresdefault.webp | 7200.0 s | 26.8 KiB |
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 |
|---|---|---|
| blog.google/static/keyword/css/blog/index.min.css?version=pr20260415-1638 | 127.5 KiB | 115.4 KiB |
| @keyframes showAndTranslateLeft{0%{left:0;opacity:0} … | 25.8 KiB | 17.5 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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-TMN2946Z0E&cx=c>m=4e64f1h2 | 144.0 KiB | 62.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TRV24V | 134.6 KiB | 55.3 KiB |
| blog.google/static/keyword/js/all/index.js?version=pr20260415-1638 | 48.6 KiB | 21.7 KiB |
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 | |
|---|---|
div.uni-newsletter-toast--container > div.uni-newsletter-toast__info > div.uni-newsletter-toast__img > img div.uni-newsletter-toast--container > div.uni-newsletter-toast__info > div.uni-newsletter-toast__img > img | blog.google/static/blogv2/images/newsletter_toast.svg?version=pr20260415-1638 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| googleblog.com/ | 241 ms |
| www.blog.google/ | 269 ms |
| blog.google/ | 0.0 ms |
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
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
A new way to explore the web with AI Mode in Chrome li.nup-card > div.nup-card__article > a.nup-card__article-link > h3.uni-title-1 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Your inbox, your business div.uni-yt-thumbnail-group > div.uni-yt-thumbnail-group__carousel > div#uni-yt-thumbnail-group-1776360093063 > div#uni-yt-thumbnail-group-1776360093063-item-1 |
Change your Google Account username in a few simple steps div.uni-yt-thumbnail-group > div.uni-yt-thumbnail-group__carousel > div#uni-yt-thumbnail-group-1776360093063 > div#uni-yt-thumbnail-group-1776360093063-item-2 |
Explore Benjamin Franklin’s scientific discoveries on NotebookLM div.uni-yt-thumbnail-group > div.uni-yt-thumbnail-group__carousel > div#uni-yt-thumbnail-group-1776360093063 > div#uni-yt-thumbnail-group-1776360093063-item-3 |
Watch James Manyika talk AI and creativity with LL COOL J div.uni-yt-thumbnail-group > div.uni-yt-thumbnail-group__carousel > div#uni-yt-thumbnail-group-1776360093063 > div#uni-yt-thumbnail-group-1776360093063-item-4 |
Identify tax scams fast with Circle to Search & Lens div.uni-yt-thumbnail-group > div.uni-yt-thumbnail-group__carousel > div#uni-yt-thumbnail-group-1776360093063 > div#uni-yt-thumbnail-group-1776360093063-item-5 |
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.