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.
690 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
200 ms
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.
2.45 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.
5.35 s
Page Load Progression
FPage Weight BudgetAction5.0 MB transferred, 112 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
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
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 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 | 113 KB (95%) | ✓ | 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 | 101 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 |
CJS Execution CostAction1152ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://openai.com/_next/static/chunks/32974-c132db00f4b1c09a.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 425ms | 412ms | 9ms | 3rd |
| Unattributable | 235ms | 51ms | 0ms | 3rd |
| https://openai.com/_next/static/chunks/72002-2f6e1dde422f088e.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 202ms | 165ms | 10ms | 3rd |
| https://openai.com/ | 170ms | 17ms | 13ms | 3rd |
| https://openai.com/_next/static/chunks/main-app-67d4f3cb160e820c.js?dpl=dpl_FfVqnoChcS7FLNSpbGCvwgNA3f63 | 63ms | 63ms | 0ms | 3rd |
| https://openai.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 57ms | 54ms | 1ms | 3rd |
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization17 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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall112 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 | 425ms | 141 KB | 87% | $6/mo | Costly |
Unattributable Unattributable | Other | 235ms | 0 KB | — | $3/mo | Costly |
openai.com openai.com | Other | 202ms | 59 KB | 36% | $3/mo | Costly |
openai.com openai.com | Other | 170ms | 41 KB | — | $2/mo | Optional |
openai.com openai.com | Other | 63ms | 1 KB | — | $1/mo | Optional |
openai.com openai.com | Other | 57ms | 1 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- openai.com adds 425ms and costs ~$6/month
- Unattributable adds 235ms and costs ~$3/month
- openai.com adds 202ms 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 425ms 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
87% 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
Unattributable 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
openai.com takes 202ms 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