Performance
· 14 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.
594 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
32.94 s
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.
8.62 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.
38.21 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 196 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction44771ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://zed.dev/_next/static/chunks/9175677c-1b928a0b61c19e42.js | 28499ms | 89ms | 3ms | 1st |
| https://zed.dev/_next/static/chunks/3589-5a52e63828192df1.js | 10546ms | 266ms | 1ms | 1st |
| https://zed.dev/_next/static/chunks/9619-b9f5b871350ea0ae.js | 2477ms | 9ms | 2ms | 1st |
| https://zed.dev/_next/static/chunks/1929-38b078550affd7fb.js | 1064ms | 857ms | 3ms | 1st |
| https://zed.dev/_next/static/chunks/7725-58431a4787f9111a.js | 996ms | 18ms | 2ms | 1st |
| https://zed.dev/ | 590ms | 16ms | 57ms | 1st |
| Unattributable | 294ms | 16ms | 0ms | 3rd |
| https://zed.dev/_next/static/chunks/171-7a9d999412ca0248.js | 180ms | 161ms | 1ms | 1st |
| https://zed.dev/_next/static/chunks/6251-8d52ff516a090115.js | 71ms | 42ms | 1ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-17960676309 | 54ms | 43ms | 10ms | 3rd |
BImage Optimization111 images, 0 KB saveableREVIEW
BJS Bundles54 scripts, 132 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=AW-17960676309 | 145 KB | 64 KB (44%) | ✓ | 3rd |
| https://zed.dev/_next/static/chunks/5523-96f14a5cd8d4697b.js | 50 KB | 39 KB (78%) | ✓ | 1st |
| https://zed.dev/_next/static/chunks/8503-549245938b7c8790.js | 39 KB | 29 KB (75%) | ✓ | 1st |
| https://zed.dev/_next/static/chunks/webpack-2b126fc0edee5b1d.js | 2 KB | — | ✓ | 1st |
| https://zed.dev/_next/static/chunks/9175677c-1b928a0b61c19e42.js | 54 KB | — | ✓ | 1st |
| https://zed.dev/_next/static/chunks/1929-38b078550affd7fb.js | 32 KB | — | ✓ | 1st |
| https://zed.dev/_next/static/chunks/main-app-4fd10662623aa408.js | 0 KB | — | ✓ | 1st |
| https://zed.dev/_next/static/chunks/9529-660cf35110185575.js | 9 KB | — | ✓ | 1st |
| https://zed.dev/_next/static/chunks/8761-9e32eb59cb2e368d.js | 16 KB | — | ✓ | 1st |
| https://zed.dev/_next/static/chunks/9345-f94afcd26be89760.js | 5 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
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+Third-Party Impact9% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading14 fonts (762 KB)PASS
Web fonts
14
762 KB total
Render-blocking
0
of 14
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~149 KB and ~298 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall196 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 294ms | 0 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 54ms | 145 KB | 44% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 294ms and costs ~$4/month
Unattributable takes 294ms 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