Performance
· 25 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.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.58 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.281
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.87 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.
30.62 s
Page Load Progression
FPage Weight BudgetAction8.5 MB transferred, 315 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction11326ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2666ms | 569ms | 0ms | 1st |
| https://www.nba.com/ | 1787ms | 48ms | 2ms | 3rd |
| https://www.nba.com/_next/static/chunks/framework-ad7abf312d5d61d4.js | 1698ms | 1151ms | 9ms | 3rd |
| https://www.nba.com/_next/static/chunks/pages/_app-133fbdc317e9bad7.js | 1340ms | 860ms | 100ms | 3rd |
| https://www.nba.com/sIQAsPA_H/8qdbfI/HF7R6DI/322Q8/NSL54JarXi/XkZqMkk7BQ/ezoSFD/Z9Ah8V?v=ef18a71d-f401-69b8-7645-d393ebf90211 | 1129ms | 1025ms | 37ms | 3rd |
| https://www.nba.com/sIQAsPA_H/8qdbfI/HF7R6DI/322Q8/YLL54JarXiiwEif7/IllgMkk7BQ/YiBQRX/1Qe08B | 863ms | 778ms | 49ms | 3rd |
| https://stories.usestoryteller.com/amp/20260518.1/amp-story-player-v0.js | 305ms | 230ms | 5ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 302ms | 108ms | 35ms | 3rd |
| https://tags.nba.com/nba-web/prod/utag.js | 200ms | 175ms | 14ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608110101/pubads_impl.js | 175ms | 120ms | 47ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction72 scripts, 721 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.nba.com/_next/static/chunks/pages/_app-133fbdc317e9bad7.js | 391 KB | 240 KB (61%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608110101/pubads_impl.js | 202 KB | 144 KB (72%) | ✓ | 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 | 71 KB (57%) | ✓ | 3rd |
| https://assets.adobedtm.com/82bf3c13a525/38d894c71c0b/launch-ff3828f362fb.min.js | 125 KB | 54 KB (43%) | ✓ | 3rd |
| https://www.nba.com/sIQAsPA_H/8qdbfI/HF7R6DI/322Q8/NSL54JarXi/XkZqMkk7BQ/ezoSFD/Z9Ah8V?v=ef18a71d-f401-69b8-7645-d393ebf90211 | 169 KB | 36 KB (21%) | ✓ | 3rd |
| https://www.nba.com/sIQAsPA_H/8qdbfI/HF7R6DI/322Q8/YLL54JarXiiwEif7/IllgMkk7BQ/YiBQRX/1Qe08B | 173 KB | 34 KB (20%) | ✓ | 3rd |
| https://www.nba.com/_next/static/chunks/85246-8f4d03fb8b8434f9.js | 40 KB | 32 KB (81%) | ✓ | 3rd |
| https://www.nba.com/_next/static/chunks/32044-3c546c2099db1958.js | 66 KB | 31 KB (47%) | ✓ | 3rd |
| https://www.nba.com/_next/static/usjqyudgYZuhI2uTFzj2K/_buildManifest.js | 18 KB | — | ✓ | 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 InventoryAction315 resources · 8.5 MB · 721 KB savings availableFIX
~720.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 315 resources | 8.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization197 images, 0 KB saveableREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
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 Loading2 fonts (61 KB)PASS
Web fonts
2
61 KB total
Render-blocking
0
of 2
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+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
Network Waterfall315 requests over 4688msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.nba.com www.nba.com | Other | 1787ms | 74 KB | — | $24/mo | Costly |
www.nba.com www.nba.com | Other | 1698ms | 45 KB | — | $23/mo | Costly |
www.nba.com www.nba.com | Other | 1340ms | 391 KB | 61% | $18/mo | Costly |
www.nba.com www.nba.com | Other | 1129ms | 169 KB | 21% | $15/mo | Costly |
www.nba.com www.nba.com | Other | 863ms | 2 KB | 20% | $11/mo | Costly |
stories.usestoryteller.com stories.usestoryteller.com | Other | 305ms | 23 KB | — | $4/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 302ms | 124 KB | 57% | $4/mo | Essential |
tags.nba.com tags.nba.com | Other | 200ms | 39 KB | — | $3/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 175ms | 202 KB | 72% | $2/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 169ms | 125 KB | 43% | $2/mo | Optional |
www.nba.com www.nba.com | Other | 122ms | 10 KB | — | $2/mo | Optional |
www.nba.com www.nba.com | Other | 120ms | 240 KB | — | $2/mo | Optional |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 109ms | 89 KB | 89% | $1/mo | Optional |
www.nba.com www.nba.com | Other | 85ms | 10 KB | — | $1/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 66ms | 13 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 65ms | 9 KB | — | $1/mo | Essential |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 64ms | 37 KB | — | $1/mo | Optional |
www.nba.com www.nba.com | Other | 62ms | 35 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.nba.com adds 1787ms and costs ~$24/month
- www.nba.com adds 1698ms and costs ~$23/month
- www.nba.com adds 1340ms and costs ~$18/month
- www.nba.com adds 1129ms and costs ~$15/month
- www.nba.com adds 863ms and costs ~$11/month
- stories.usestoryteller.com adds 305ms and costs ~$4/month
76% 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
www.nba.com takes 1787ms 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
www.nba.com takes 1698ms 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
www.nba.com takes 1340ms 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
61% of www.nba.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
www.nba.com takes 1129ms 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
www.nba.com takes 863ms 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
stories.usestoryteller.com takes 305ms 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
72% 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