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.
4.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.12 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.221
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.28 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.
27.63 s
Page Load Progression
FPage Weight BudgetAction7.2 MB transferred, 306 requestsFIX
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
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
DThird-Party ImpactAction80% third-party, 0 ms blockingFIX
FJS Execution CostAction12274ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2524ms | 623ms | 0ms | 3rd |
| https://www.nba.com/ | 2235ms | 25ms | 2ms | 1st |
| https://www.nba.com/_next/static/chunks/framework-ad7abf312d5d61d4.js | 2157ms | 1509ms | 10ms | 1st |
| https://www.nba.com/_next/static/chunks/pages/_app-1dbe48d15786d52f.js | 1372ms | 849ms | 106ms | 1st |
| https://www.nba.com/1DzJPN/Ccndnb/-mWb6/9kEJa/SrbeU/VpOuXpE1w7i9/NkUVAg/O2Bs/ajAMMERv?v=b5f467b2-c69b-48ae-d512-4d019fac0212 | 1223ms | 1037ms | 35ms | 1st |
| https://www.nba.com/1DzJPN/Ccndnb/-mWb6/9kEJa/SrbeU/hiOuXpE1w7i9m59pr9/ZmILAg/TVZq/Ak0jGEEB | 910ms | 816ms | 59ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 342ms | 88ms | 38ms | 3rd |
| https://stories.usestoryteller.com/amp/20251030.4/amp-story-player-v0.js | 283ms | 190ms | 11ms | 3rd |
| https://tags.nba.com/nba-web/prod/utag.js | 279ms | 199ms | 14ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604070101/pubads_impl.js | 238ms | 160ms | 65ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction73 scripts, 690 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.nba.com/_next/static/chunks/pages/_app-1dbe48d15786d52f.js | 363 KB | 215 KB (59%) | ✓ | 1st |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604070101/pubads_impl.js | 183 KB | 128 KB (70%) | ✓ | 3rd |
| https://siteintercept.qualtrics.com/dxjsmodule/11.f63ef3118b6fa709f80b.chunk.js?Q_CLIENTVERSION=2.41.0&Q_CLIENTTYPE=web&Q_BRANDID=www.nba.com | 89 KB | 79 KB (89%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 124 KB | 70 KB (57%) | ✓ | 3rd |
| https://assets.adobedtm.com/82bf3c13a525/38d894c71c0b/launch-ff3828f362fb.min.js | 125 KB | 54 KB (43%) | ✓ | 3rd |
| https://www.nba.com/1DzJPN/Ccndnb/-mWb6/9kEJa/SrbeU/hiOuXpE1w7i9m59pr9/ZmILAg/TVZq/Ak0jGEEB | 171 KB | 34 KB (20%) | ✓ | 1st |
| https://www.nba.com/_next/static/chunks/56642-e64dd951c9aeac79.js | 39 KB | 32 KB (83%) | ✓ | 1st |
| https://www.nba.com/1DzJPN/Ccndnb/-mWb6/9kEJa/SrbeU/VpOuXpE1w7i9/NkUVAg/O2Bs/ajAMMERv?v=b5f467b2-c69b-48ae-d512-4d019fac0212 | 158 KB | 30 KB (19%) | ✓ | 1st |
| https://www.nba.com/_next/static/chunks/87014-1bc12c2d0e199eea.js | 72 KB | 27 KB (38%) | ✓ | 1st |
| https://www.nba.com/_next/static/chunks/30604-0f97564389a6e33a.js | 43 KB | 20 KB (48%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
BImage Optimization176 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (129 KB)PASS
Web fonts
4
129 KB total
Render-blocking
0
of 4
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
Network Waterfall306 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 | 2524ms | 0 KB | — | $34/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 342ms | 124 KB | 57% | $5/mo | Essential |
stories.usestoryteller.com stories.usestoryteller.com | Other | 283ms | 22 KB | — | $4/mo | Costly |
tags.nba.com tags.nba.com | Other | 279ms | 38 KB | — | $4/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 238ms | 183 KB | 70% | $3/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 182ms | 125 KB | 43% | $2/mo | Optional |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 103ms | 89 KB | 89% | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 62ms | 9 KB | — | $1/mo | Essential |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 62ms | 34 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2524ms and costs ~$34/month
- stories.usestoryteller.com adds 283ms and costs ~$4/month
- tags.nba.com adds 279ms and costs ~$4/month
- securepubads.g.doubleclick.net adds 238ms and costs ~$3/month
Unattributable takes 2524ms 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
57% of OneTrust'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
stories.usestoryteller.com takes 283ms 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
tags.nba.com takes 279ms 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
securepubads.g.doubleclick.net takes 238ms 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
70% of securepubads.g.doubleclick.net'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
89% of siteintercept.qualtrics.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