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.
942 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
804 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.028
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.01 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.54 s
Page Load Progression
FPage Weight BudgetAction3.5 MB transferred, 151 requestsFIX
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
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
DJS Execution CostAction3477ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.youtube.com/s/_/ytmainappweb/_/js/k=ytmainappweb.kevlar_base.en_US.zRTiNATFin8.es5.O/am=AAAAAgAAIAE/d=1/br=1/rs=AGKMywHgEkn2QsaXPRgwZ5kiaKEgDzy-mQ/m=kevlar_base_module,kevlar_main_module | 1833ms | 1383ms | 256ms | 1st |
| Unattributable | 577ms | 167ms | 0ms | 3rd |
| https://www.youtube.com/s/desktop/0203efec/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js | 535ms | 426ms | 1ms | 1st |
| https://www.youtube.com/s/player/57fefa84/player_es6.vflset/en_US/base.js | 289ms | 195ms | 73ms | 1st |
| https://www.youtube.com/ | 243ms | 22ms | 24ms | 1st |
FJS BundlesAction19 scripts, 1.6 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.youtube.com/s/_/ytmainappweb/_/js/k=ytmainappweb.kevlar_base.en_US.zRTiNATFin8.es5.O/am=AAAAAgAAIAE/d=1/br=1/rs=AGKMywHgEkn2QsaXPRgwZ5kiaKEgDzy-mQ/m=kevlar_base_module,kevlar_main_module | 1832 KB | 1117 KB (61%) | ✓ | 1st |
| https://www.youtube.com/s/player/57fefa84/player_es6.vflset/en_US/base.js | 638 KB | 475 KB (74%) | ✓ | 1st |
| https://www.youtube.com/s/player/57fefa84/player_es6.vflset/en_US/remote.js | 34 KB | 27 KB (78%) | ✓ | 1st |
| https://www.youtube.com/s/desktop/0203efec/jsbin/intersection-observer.min.vflset/intersection-observer.min.js | 2 KB | — | ✓ | 1st |
| https://www.youtube.com/s/desktop/0203efec/jsbin/custom-elements-es5-adapter.vflset/custom-elements-es5-adapter.js | 1 KB | — | ✓ | 1st |
| https://www.youtube.com/s/desktop/0203efec/jsbin/scheduler.vflset/scheduler.js | 3 KB | — | ✓ | 1st |
| https://www.youtube.com/s/desktop/0203efec/jsbin/www-i18n-constants-en_US.vflset/www-i18n-constants.js | 2 KB | — | ✓ | 1st |
| https://www.youtube.com/s/desktop/0203efec/jsbin/spf.vflset/spf.js | 12 KB | — | ✓ | 1st |
| https://www.youtube.com/s/desktop/0203efec/jsbin/network.vflset/network.js | 5 KB | — | ✓ | 1st |
| https://www.google.com/js/th/PF32M1WFt3Opj6X4HHxBvSVo4hj3YoJbcs9XKKWIAD0.js | 23 KB | — | ✓ | 3rd |
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
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Third-Party Impact15% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization2 images, 0 KB saveablePASS
A+Font Loading2 fonts (68 KB)PASS
Web fonts
2
68 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
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: Google Cloud
Network Waterfall151 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 | 577ms | 0 KB | — | $8/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 577ms and costs ~$8/month
Unattributable takes 577ms 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