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 |
|---|---|---|
| zachbloss.com/_next/static/chunks/fd9d1056-317b731b1341f34f.js | 0.0 ms | 50.5 KiB |
| zachbloss.com/_next/static/chunks/117-fd9a974b596ffbc5.js | 0.0 ms | 30.5 KiB |
| zachbloss.com/_next/static/chunks/965-6189fad9efafd3c5.js | 0.0 ms | 8.7 KiB |
| zachbloss.com/_next/static/chunks/309-e74571308ab80e08.js | 0.0 ms | 7.6 KiB |
| zachbloss.com/_next/static/css/97a0b82372a112fe.css | 0.0 ms | 5.3 KiB |
| zachbloss.com/_next/static/chunks/app/layout-72f7127fb8b79338.js | 0.0 ms | 3.8 KiB |
| zachbloss.com/_next/static/chunks/103-c8ef02e8fc511e64.js | 0.0 ms | 3.5 KiB |
| zachbloss.com/_next/static/chunks/webpack-fdd2a341866a0d74.js | 0.0 ms | 2.1 KiB |
| zachbloss.com/_next/static/chunks/app/not-found-b46a909cc987f035.js | 0.0 ms | 1.3 KiB |
| zachbloss.com/_next/static/chunks/app/page-6756a5995fafed23.js | 0.0 ms | 1.0 KiB |
| zachbloss.com/_next/static/chunks/main-app-a6721b193a74dd02.js | 0.0 ms | 820 B |
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 |
|---|---|
| zachbloss.com/_next/static/css/97a0b82372a112fe.css | 5.3 KiB |
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-QZL88MYQ0R | 156.8 KiB | 64.4 KiB |
| zachbloss.com/_next/static/chunks/fd9d1056-317b731b1341f34f.js | 50.2 KiB | 20.1 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 |
|---|
loading assistant… div.terminal-layout > div.border-t-2 > span.float-right > span.text-xs |
These are opportunities to improve the legibility of your content.
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.