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.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.45 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.066
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.79 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.
19.11 s
Page Load Progression
FPage Weight BudgetAction14.4 MB transferred, 153 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
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 ImpactAction92% third-party, 0 ms blockingFIX
FJS Execution CostAction6852ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nfl.com/_next/static/chunks/2303-8cdf0ff225e90745.js | 2834ms | 2523ms | 56ms | 1st |
| Unattributable | 1241ms | 222ms | 0ms | 3rd |
| https://www.nfl.com/international | 1090ms | 70ms | 135ms | 1st |
| https://www.nfl.com/_next/static/chunks/app/%5B%5B...pages%5D%5D/page-ab1c0860b0e4ea47.js | 690ms | 478ms | 108ms | 1st |
| https://assets.adobedtm.com/a5ea4e8f4344/1648c62d3986/launch-53368d199d70.min.js | 460ms | 394ms | 45ms | 3rd |
| https://www.nfl.com/_next/static/chunks/87c73c54-0df74f0fec58f23d.js | 379ms | 323ms | 27ms | 1st |
| https://www.nfl.com/_next/static/chunks/7790-bf9dbed8489e6381.js | 96ms | 21ms | 53ms | 1st |
| https://www.nfl.com/_next/static/chunks/9694-2f67674d67e3d317.js | 63ms | 1ms | 61ms | 1st |
FJS BundlesAction39 scripts, 556 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.nfl.com/_next/static/chunks/app/%5B%5B...pages%5D%5D/page-ab1c0860b0e4ea47.js | 266 KB | 203 KB (77%) | ✓ | 1st |
| https://www.nfl.com/_next/static/chunks/7790-bf9dbed8489e6381.js | 165 KB | 86 KB (52%) | ✓ | 1st |
| https://www.nfl.com/_next/static/chunks/2303-8cdf0ff225e90745.js | 125 KB | 75 KB (60%) | ✓ | 1st |
| https://www.nfl.com/_next/static/chunks/9694-2f67674d67e3d317.js | 149 KB | 73 KB (51%) | ✓ | 1st |
| https://www.nfl.com/_next/static/chunks/4713-a73be4f31951b1e3.js | 74 KB | 39 KB (53%) | ✓ | 1st |
| https://www.nfl.com/_next/static/chunks/59c6eb5a-c1c5310ffc228231.js | 35 KB | 33 KB (94%) | ✓ | 1st |
| https://assets.adobedtm.com/a5ea4e8f4344/1648c62d3986/launch-53368d199d70.min.js | 108 KB | 24 KB (23%) | ✓ | 3rd |
| https://www.nfl.com/_next/static/chunks/7444-9a3ed02348f628a9.js | 45 KB | 23 KB (51%) | ✓ | 1st |
| https://p.nfltags.com/nfl/live/NflUmdComponents.NFLToken.js | 115 KB | — | ✓ | 3rd |
| https://imasdk.googleapis.com/js/sdkloader/gpt_proxy.js | 38 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
CImage OptimizationAction56 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
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 Loading6 fonts (117 KB)PASS
Web fonts
6
117 KB total
Render-blocking
0
of 6
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 Hints30 hints, 0 missing preconnectsPASS
Current Resource Hints
30 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=5 (5 seconds)PASS
public, max-age=5
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 5 | Cache for 5 seconds |
Network Waterfall153 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 | 1241ms | 0 KB | — | €13/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 460ms | 108 KB | 23% | €5/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 1241ms and costs ~€13/month
- assets.adobedtm.com adds 460ms and costs ~€5/month
Unattributable takes 1241ms 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
assets.adobedtm.com takes 460ms 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