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.
2.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.00 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.
7.38 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.
23.48 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 103 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 CostAction5462ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://openai.com/_next/static/chunks/17656-df86be67c68c878e.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 1072ms | 964ms | 105ms | 3rd |
| https://openai.com/_next/static/chunks/72002-2f6e1dde422f088e.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 988ms | 860ms | 19ms | 3rd |
| Unattributable | 953ms | 179ms | 0ms | 3rd |
| https://openai.com/ | 772ms | 64ms | 51ms | 3rd |
| https://openai.com/_next/static/chunks/59287-440951e0a38e8486.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 746ms | 734ms | 3ms | 3rd |
| https://openai.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 235ms | 225ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-8MYC5SEFJ1&cx=c>m=4e6460 | 215ms | 174ms | 37ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KJ7QK4SN | 146ms | 116ms | 29ms | 3rd |
| https://openai.com/_next/static/chunks/07ab26e5-ebe71173fb97754b.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 110ms | 1ms | 109ms | 3rd |
| https://openai.com/_next/static/chunks/31854-2cd1e3cf4e8ba5d2.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 92ms | 2ms | 90ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction61 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://openai.com/_next/static/chunks/39334-0e7756423fce06ba.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 193 KB | 155 KB (80%) | ✓ | 3rd |
| https://openai.com/_next/static/chunks/66332-2ab9821a742fb6dc.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 208 KB | 125 KB (60%) | ✓ | 3rd |
| https://openai.com/_next/static/chunks/32974-c132db00f4b1c09a.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 141 KB | 122 KB (87%) | ✓ | 3rd |
| https://openai.com/_next/static/chunks/46601-b68fa9ffc4104e5c.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 120 KB | 114 KB (96%) | ✓ | 3rd |
| https://openai.com/_next/static/chunks/18d5b4bf-ebca743059771774.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 79 KB | 72 KB (92%) | ✓ | 3rd |
| https://openai.com/_next/static/chunks/28821-bbf7d15a0cb6953f.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 100 KB | 70 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-8MYC5SEFJ1&cx=c>m=4e6460 | 156 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KJ7QK4SN | 130 KB | 65 KB (50%) | ✓ | 3rd |
| https://openai.com/_next/static/chunks/76296-f4d006a75df430f5.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 93 KB | 64 KB (70%) | ✓ | 3rd |
| https://openai.com/_next/static/chunks/79118-8f96f2898d1ae52f.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 55 KB | 51 KB (94%) | ✓ | 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
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 Optimization11 images, 0 KB saveablePASS
A+Font Loading3 fonts (148 KB)PASS
Web fonts
3
148 KB total
Render-blocking
0
of 3
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 Waterfall103 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 |
|---|---|---|---|---|---|---|
openai.com openai.com | Other | 1072ms | 307 KB | 13% | $14/mo | Costly |
openai.com openai.com | Other | 988ms | 60 KB | 36% | $13/mo | Costly |
Unattributable Unattributable | Other | 953ms | 0 KB | — | $13/mo | Costly |
openai.com openai.com | Other | 772ms | 41 KB | — | $10/mo | Costly |
openai.com openai.com | Other | 746ms | 10 KB | — | $10/mo | Costly |
openai.com openai.com | Other | 235ms | 1 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 215ms | 156 KB | 42% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 146ms | 130 KB | 50% | $2/mo | Optional |
openai.com openai.com | Other | 110ms | 338 KB | — | $1/mo | Optional |
openai.com openai.com | Other | 92ms | 292 KB | — | $1/mo | Optional |
openai.com openai.com | Other | 80ms | 208 KB | 60% | $1/mo | Optional |
openai.com openai.com | Other | 51ms | 193 KB | 80% | $1/mo | Optional |
These scripts may cost more than they're worth
- openai.com adds 1072ms and costs ~$14/month
- openai.com adds 988ms and costs ~$13/month
- Unattributable adds 953ms and costs ~$13/month
- openai.com adds 772ms and costs ~$10/month
- openai.com adds 746ms and costs ~$10/month
- openai.com adds 235ms and costs ~$3/month
- Google Tag Manager adds 215ms and costs ~$3/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
openai.com takes 1072ms 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
openai.com takes 988ms 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 953ms 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
openai.com takes 772ms 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
openai.com takes 746ms 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
openai.com takes 235ms 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 215ms 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
50% of Google Tag Manager'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
60% of openai.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
80% of openai.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