Performance
· 16 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.
4.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
132.65 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.
32.53 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.
175.56 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 156 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 CostAction178284ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://zed.dev/_next/static/chunks/3589-5a52e63828192df1.js | 137381ms | 11851ms | 2ms | 1st |
| https://zed.dev/_next/static/chunks/9619-b9f5b871350ea0ae.js | 14698ms | 137ms | 7ms | 1st |
| https://zed.dev/_next/static/chunks/9175677c-1b928a0b61c19e42.js | 10955ms | 293ms | 26ms | 1st |
| https://zed.dev/_next/static/chunks/1929-38b078550affd7fb.js | 4991ms | 4071ms | 14ms | 1st |
| https://zed.dev/ | 4196ms | 75ms | 266ms | 1st |
| https://zed.dev/_next/static/chunks/171-7a9d999412ca0248.js | 1838ms | 862ms | 7ms | 1st |
| https://zed.dev/_next/static/chunks/6251-8d52ff516a090115.js | 1742ms | 472ms | 2ms | 1st |
| Unattributable | 1470ms | 147ms | 0ms | 3rd |
| https://zed.dev/_next/static/chunks/7725-58431a4787f9111a.js | 482ms | 9ms | 9ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-17960676309 | 218ms | 180ms | 36ms | 3rd |
Showing top 10 of 13 scripts
BImage Optimization78 images, 0 KB saveableREVIEW
BJS Bundles52 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 Impact10% 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 Hints15 hints, 0 missing preconnectsPASS
Current Resource Hints
15 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall156 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 | 1470ms | 0 KB | — | $20/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 218ms | 145 KB | 44% | $3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 1470ms and costs ~$20/month
- Google Tag Manager adds 218ms and costs ~$3/month
Unattributable takes 1470ms 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
Google Tag Manager takes 218ms 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