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.
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 |
|---|---|
| /wp-content/themes/a16z/assets/compiled/vite/assets/vite-... | 180 ms |
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 | Duration |
|---|---|---|
| a16z.com/wp-content/themes/a16z/assets/compiled/vite/css/vite-core-css.css | 69.7 KiB | 124 ms |
| /wp-content/plugins/a16z-better-click-to-tweet/assets/css... | 626 B | |
| use.typekit.net/fut6uin.css | 934 B | 204 ms |
| /p.css?s=1&k=fut6uin&ht=tk&f=28977.28982.28991&a=6043753&... | 172 B | 201 ms |
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 |
|---|---|---|
| cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js | 604800.0 s | 5.4 KiB |
| /p.css?s=1&k=fut6uin&ht=tk&f=28977.28982.28991&a=6043753&... | 604800.0 s | 172 B |
| d1lamhf6l6yk6d.cloudfront.net/uploads/2026/03/fundraise-landscape.webm | 0.0 ms | 0 B |
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 | |
|---|---|---|---|
div.wr25-w1 > main.wr25-main > div.before:bg-fade-black > video#home-video div.wr25-w1 > main.wr25-main > div.before:bg-fade-black > video#home-video | a16z.com/wp-content/themes/a16z/assets/images/wr25/bg-homepage.jpg | 117.2 KiB | 5.1 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 |
|---|---|---|
| a16z.com/wp-content/themes/a16z/assets/compiled/vite/css/vite-core-css.css | 69.6 KiB | 67.6 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#wr25-header > div.wr25-header-navbar > div.wr25-header-navbar--inner > button#header-menu-button div#wr25-header > div.wr25-header-navbar > div.wr25-header-navbar--inner > button#header-menu-button |
div#wr25-header > div.wr25-header-navbar > div.wr25-header-navbar--inner > button#header-search-button div#wr25-header > div.wr25-header-navbar > div.wr25-header-navbar--inner > button#header-search-button |
main.wr25-main > div.min-h-[100vh] > div.w-full > button#home-icon-sound main.wr25-main > div.min-h-[100vh] > div.w-full > button#home-icon-sound |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wr25-header-navbar > div.wr25-header-navbar--inner > div.wr25-logo > a.logo div.wr25-header-navbar > div.wr25-header-navbar--inner > div.wr25-logo > a.logo |
div.flex > ul.flex > li > a.icon-twitter div.flex > ul.flex > li > a.icon-twitter |
div.flex > ul.flex > li > a.icon-linkedin div.flex > ul.flex > li > a.icon-linkedin |
div.flex > ul.flex > li > a.icon-facebook-a div.flex > ul.flex > li > a.icon-facebook-a |
div.flex > ul.flex > li > a.icon-instagram div.flex > ul.flex > li > a.icon-instagram |
div.flex > ul.flex > li > a.icon-youtube-alt div.flex > ul.flex > li > a.icon-youtube-alt |
div.flex > ul.flex > li > a.icon-substack div.flex > ul.flex > li > a.icon-substack |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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.