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.
2.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.43 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.
6.18 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.
20.60 s
Page Load Progression
FPage Weight BudgetAction4.1 MB transferred, 300 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
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 CostAction10607ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://chatgpt.com/cdn/assets/1a7ebd5f-g6n5e509emapasuy.js | 5899ms | 5272ms | 28ms | 1st |
| Unattributable | 2571ms | 480ms | 0ms | 3rd |
| https://chatgpt.com/ | 906ms | 96ms | 14ms | 1st |
| https://chatgpt.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 471ms | 430ms | 4ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-9SHBSK2D9J | 466ms | 343ms | 56ms | 3rd |
| https://chatgpt.com/cdn/assets/4813494d-d9qm8ro3bsv5p9vf.js | 196ms | 131ms | 2ms | 1st |
| https://accounts.google.com/gsi/client | 98ms | 57ms | 41ms | 3rd |
FJS BundlesAction258 scripts, 1.9 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://chatgpt.com/cdn/assets/1a7ebd5f-g6n5e509emapasuy.js | 1742 KB | 1157 KB (66%) | ✓ | 1st |
| https://chatgpt.com/cdn/assets/97f4f1ec-ommg07qwlpqb4gqa.js | 432 KB | 346 KB (80%) | ✓ | 1st |
| https://chatgpt.com/cdn/assets/b533a235-mgtrzmjlrm12cnrx.js | 106 KB | 92 KB (88%) | ✓ | 1st |
| https://chatgpt.com/cdn/assets/4813494d-d9qm8ro3bsv5p9vf.js | 106 KB | 70 KB (67%) | ✓ | 1st |
| https://accounts.google.com/gsi/client | 96 KB | 69 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9SHBSK2D9J | 157 KB | 63 KB (40%) | ✓ | 3rd |
| https://chatgpt.com/cdn/assets/e693f6f9-eu93u5s1g3qt102g.js | 34 KB | 31 KB (95%) | ✓ | 1st |
| https://chatgpt.com/cdn/assets/38b1cb71-erspvxhbydwpjtil.js | 32 KB | 27 KB (84%) | ✓ | 1st |
| https://chatgpt.com/cdn/assets/089c718c-ovnt1zczjkrekrau.js | 27 KB | 25 KB (94%) | ✓ | 1st |
| https://chatgpt.com/cdn/assets/e21b3b3f-n3peyl1agcoxtuec.js | 63 KB | 22 KB (36%) | ✓ | 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
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
FPage Weight InventoryAction300 resources · 4.1 MB · 1.9 MB savings availableFIX
~1.9 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 300 resources | 4.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
A+Third-Party Impact7% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization2 images, 0 KB saveablePASS
A+Font Loading1 fonts (50 KB)PASS
Web fonts
1
50 KB total
Render-blocking
0
of 1
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+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 Waterfall300 requests over 3659msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2571ms | 0 KB | — | $34/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 466ms | 157 KB | 40% | $6/mo | Costly |
accounts.google.com accounts.google.com | Other | 98ms | 96 KB | 72% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2571ms and costs ~$34/month
- Google Tag Manager adds 466ms and costs ~$6/month
Unattributable takes 2571ms 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 466ms 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
72% of accounts.google.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev