Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.75 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
34 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.75 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.75 s
Page Load Progression
FPage Weight BudgetAction12.4 MB transferred, 21 requestsFIX
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
DJS Execution CostAction2736ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-homepage.js | 1189ms | 753ms | 1ms | 1st |
| https://a16z.com/ | 549ms | 5ms | 4ms | 1st |
| Unattributable | 494ms | 19ms | 0ms | 3rd |
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-core.js | 231ms | 220ms | 1ms | 1st |
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-index.js | 147ms | 41ms | 0ms | 1st |
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-CoreSizes.js | 126ms | 34ms | 0ms | 1st |
DPage Weight InventoryAction21 resources · 12.4 MB · 0 KB savings availableFIX
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 21 resources | 12.4 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic,max-age=0,must-revalidateREVIEW
public,max-age=0,must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font Loading3 fonts (97 KB)PASS
Web fonts
3
97 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~5 KB and ~10 ms
A+JS Bundles10 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-core.js | 25 KB | — | ✓ | 1st |
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-index.js | 27 KB | — | ✓ | 1st |
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-CoreSizes.js | 1 KB | — | ✓ | 1st |
| https://plausible.io/js/script.manual.js | 2 KB | — | ✓ | 3rd |
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-mainLayout.js | 2 KB | — | ✓ | 1st |
| blob:https://a16z.com/eb4e74c9-80f7-4b6b-89ab-cc20d1c3b092 | -0 KB | — | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js | 5 KB | — | ✓ | 3rd |
| https://a16z.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 | 6 KB | — | ✓ | 1st |
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-Headless.js | 7 KB | — | ✓ | 1st |
| https://a16z.com/wp-content/themes/a16z/assets/compiled/vite/js/vite-homepage.js | 28 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall21 requests over 1176msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 494ms | 0 KB | — | €5/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 494ms and costs ~€5/month
Unattributable takes 494ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev