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.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.68 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.208
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.78 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.
22.81 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 311 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9585ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://chatgpt.com/cdn/assets/2340486e-odcog1ngty5j2ajp.js | 5043ms | 3964ms | 3ms | 3rd |
| Unattributable | 1783ms | 250ms | 0ms | 3rd |
| https://chatgpt.com/ | 878ms | 177ms | 8ms | 3rd |
| https://chatgpt.com/cdn/assets/1a7ebd5f-cd95disc6crjb2tf.js | 832ms | 769ms | 15ms | 3rd |
| https://chatgpt.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 457ms | 391ms | 4ms | 3rd |
| https://chatgpt.com/cdn/assets/4813494d-oeuxktfbh44d5u81.js | 356ms | 182ms | 17ms | 3rd |
| https://chatgpt.com/cdn/assets/9ed9a415-lqxv8ms2l9dq8lja.js | 147ms | 0ms | 0ms | 3rd |
| https://chatgpt.com/cdn/assets/root-dfyr955n.css | 91ms | 0ms | 0ms | 3rd |
FJS BundlesAction259 scripts, 2.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://chatgpt.com/cdn/assets/1a7ebd5f-cd95disc6crjb2tf.js | 1141 KB | 845 KB (74%) | ✓ | 3rd |
| https://chatgpt.com/cdn/assets/4813494d-oeuxktfbh44d5u81.js | 802 KB | 425 KB (53%) | ✓ | 3rd |
| https://chatgpt.com/cdn/assets/97f4f1ec-d18deg41tbpselyl.js | 432 KB | 346 KB (80%) | ✓ | 3rd |
| https://chatgpt.com/cdn/assets/2340486e-odcog1ngty5j2ajp.js | 235 KB | 112 KB (48%) | ✓ | 3rd |
| https://chatgpt.com/cdn/assets/b533a235-c07bcwnuujytlc7a.js | 112 KB | 95 KB (85%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 72 KB (76%) | ✓ | 3rd |
| https://chatgpt.com/cdn/assets/e21b3b3f-gasd9v457b2ujozz.js | 78 KB | 34 KB (44%) | ✓ | 3rd |
| https://chatgpt.com/cdn/assets/d8cd1f45-gk2t4x36g7dphhpi.js | 34 KB | 31 KB (91%) | ✓ | 3rd |
| https://chatgpt.com/cdn/assets/38b1cb71-fzg768ixafimax60.js | 32 KB | 27 KB (84%) | ✓ | 3rd |
| https://chatgpt.com/cdn/assets/089c718c-ffthnr1lwdbo8wf7.js | 28 KB | 25 KB (91%) | ✓ | 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
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 InventoryAction311 resources · 4.4 MB · 2.0 MB savings availableFIX
~2.0 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 311 resources | 4.4 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization7 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 Waterfall311 requests over 3389msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
chatgpt.com chatgpt.com | Other | 5043ms | 235 KB | 48% | $67/mo | Costly |
Unattributable Unattributable | Other | 1783ms | 0 KB | — | $24/mo | Costly |
chatgpt.com chatgpt.com | Other | 878ms | 63 KB | — | $12/mo | Costly |
chatgpt.com chatgpt.com | Other | 832ms | 1141 KB | 74% | $11/mo | Costly |
chatgpt.com chatgpt.com | Other | 457ms | 0 KB | — | $6/mo | Costly |
chatgpt.com chatgpt.com | Other | 356ms | 802 KB | 53% | $5/mo | Costly |
chatgpt.com chatgpt.com | Other | 147ms | 23 KB | 91% | $2/mo | Optional |
chatgpt.com chatgpt.com | Other | 91ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- chatgpt.com adds 5043ms and costs ~$67/month
- Unattributable adds 1783ms and costs ~$24/month
- chatgpt.com adds 878ms and costs ~$12/month
- chatgpt.com adds 832ms and costs ~$11/month
- chatgpt.com adds 457ms and costs ~$6/month
- chatgpt.com adds 356ms and costs ~$5/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
chatgpt.com takes 5043ms 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
Unattributable takes 1783ms 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
chatgpt.com takes 878ms 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
chatgpt.com takes 832ms 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
74% of chatgpt.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
chatgpt.com takes 457ms 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
chatgpt.com takes 356ms 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
53% of chatgpt.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
91% of chatgpt.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