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.
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 |
|---|---|---|
| nextjs.org/_next/static/immutable/chunks/1-vhr6_0s4o77.css | 3.0 KiB | |
| nextjs.org/_next/static/immutable/chunks/18bbf4kadgtmt.css | 60.7 KiB | 80 ms |
| nextjs.org/_next/static/immutable/chunks/3-sarejflg6w8.css | 18.6 KiB | |
| nextjs.org/_next/static/immutable/chunks/1ulxm8je42reo.css | 599 B |
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 |
|---|---|---|
| nextjs.org/_stream/external/vercel.fides-cdn.ethyca.com/fides.js?geolocation=EEA | 3600.0 s | 58.5 KiB |
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 | |
|---|---|---|---|
An image gallery built on Next.js and Cloudinary. div.flex > div.flex > div.flex > img.templates-module__f0q_8W__image | /_next/image?url=https%3A%2F%2Fh8DxKfmAPhn8O0p3.public.bl... | 121.2 KiB | 116.4 KiB |
Screenshot of Dice's website div.flex > div.flex > a.showcase-preview-module__ALHlCG__preview > img | /_next/image?url=%2F_next%2Fstatic%2Fimmutable%2Fmedia%2F... | 61.5 KiB | 48.1 KiB |
Screenshot of Washington Post's website div.flex > div.flex > a.showcase-preview-module__ALHlCG__preview > img | /_next/image?url=%2F_next%2Fstatic%2Fimmutable%2Fmedia%2F... | 32.1 KiB | 20.2 KiB |
An all-in-one starter kit for high-performance ecommerce sites. div.flex > div.flex > div.flex > img.templates-module__f0q_8W__image | /_next/image?url=https%3A%2F%2Fh8DxKfmAPhn8O0p3.public.bl... | 19.3 KiB | 18.0 KiB |
Screenshot of Audible's website div.flex > div.flex > a.showcase-preview-module__ALHlCG__preview > img | /_next/image?url=%2F_next%2Fstatic%2Fimmutable%2Fmedia%2F... | 23.1 KiB | 14.4 KiB |
Screenshot of Notion's website div.flex > div.flex > a.showcase-preview-module__ALHlCG__preview > img | /_next/image?url=%2F_next%2Fstatic%2Fimmutable%2Fmedia%2F... | 22.0 KiB | 13.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 |
|---|---|---|
| nextjs.org/_next/static/immutable/chunks/3-sarejflg6w8.css | 18.4 KiB | 12.1 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 |
|---|---|---|
| nextjs.org/_next/static/immutable/chunks/3u6nxjif50jic.js | 35.5 KiB | 35.3 KiB |
| nextjs.org/_next/static/immutable/chunks/18l-m0dw_cn8-.js | 47.9 KiB | 25.8 KiB |
| nextjs.org/_next/static/immutable/chunks/3i65vt2e2ie0j.js | 25.4 KiB | 25.1 KiB |
| nextjs.org/_next/static/immutable/chunks/0a1x1u7w7w_b6.js | 71.1 KiB | 21.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 |
|---|
Search documentation...
CtrlK header.bg-background-100 > nav.navbar-module__cV3TuW__nav > div.navbar-module__cV3TuW__headerButtons > button.navbar-module__cV3TuW__search |
These are opportunities to improve the legibility of your content.
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 |
|---|
▲ ~ npx create-next-app@latest div.intro-module__l-DIkW__intro > div.flex > div.flex > button.intro-module__l-DIkW__copy |
ORIGINAL
1440PX
375PX
Built-in Optimizations
Automatic Image, Font, and Script … div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Data Fetching
Make your React component async and await your data. Next.js supp… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Server Actions
Run server code by calling a function. Skip the API. Then, easil… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Advanced Routing & Nested Layouts
Create routes using the file system, includin… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Dynamic HTML Streaming
Instantly stream UI from the server, integrated with the… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
CSS Support
Style your application with your favorite tools, including support … div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Route Handlers
Build API endpoints to securely connect with third-party service… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Middleware
Take control of the incoming request. Use code to define routing and… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
React Server Components
Add components without sending additional client-side J… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Client and Server Rendering
Flexible rendering and caching options, including I… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Next.js 16
The power of full-stack to the frontend. Read the release notes. div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Screenshot of Dice's website div.flex > div.flex > a.showcase-preview-module__ALHlCG__preview > img | /_next/image?url=%2F_next%2Fstatic%2Fimmutable%2Fmedia%2F... | 302 x 608 (0.50) | 640 x 1311 (0.49) |
Screenshot of Audible's website div.flex > div.flex > a.showcase-preview-module__ALHlCG__preview > img | /_next/image?url=%2F_next%2Fstatic%2Fimmutable%2Fmedia%2F... | 388 x 316 (1.23) | 640 x 512 (1.25) |
Screenshot of Sonos's website div.flex > div.flex > a.showcase-preview-module__ALHlCG__preview > img | /_next/image?url=%2F_next%2Fstatic%2Fimmutable%2Fmedia%2F... | 388 x 210 (1.85) | 640 x 359 (1.78) |
Screenshot of Today's website div.flex > div.flex > a.showcase-preview-module__ALHlCG__preview > img | /_next/image?url=%2F_next%2Fstatic%2Fimmutable%2Fmedia%2F... | 179 x 125 (1.43) | 192 x 145 (1.32) |
Screenshot of ProductHunt's website div.flex > div.flex > a.showcase-preview-module__ALHlCG__preview > img | /_next/image?url=%2F_next%2Fstatic%2Fimmutable%2Fmedia%2F... | 179 x 125 (1.43) | 192 x 120 (1.60) |
General
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 |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
nextjs.org/ line 5, col 0 | Loading the font 'https://k2mkucxia43oc7fa.public.blob.vercel-storage.com/front/fonts/space-mono/space-mono-v11-latin-regular.woff2' violates the following Content Security Policy directive: "font-src 'self' *.nextjs.org *.vercel.com *.gstatic.com vercel.live *.vercel.sh". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.