Performance
· 15 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.
1.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
800 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.062
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.23 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.71 s
Page Load Progression
FPage Weight BudgetAction5.1 MB transferred, 209 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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
FJS Execution CostAction3948ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://bleacherreport.com/_next/static/chunks/4388-089d59b854059f8e.js | 1803ms | 1642ms | 2ms | 1st |
| https://bleacherreport.com/_next/static/chunks/7a52a41e-81a00ac80b265494.js | 706ms | 635ms | 3ms | 1st |
| https://bleacherreport.com/ | 608ms | 20ms | 61ms | 1st |
| Unattributable | 250ms | 11ms | 0ms | 3rd |
| https://bleacherreport.com/_next/static/chunks/1797-a9e61dea545aab23.js | 215ms | 177ms | 30ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202505.2.0/otTCF.js | 84ms | 76ms | 1ms | 3rd |
| https://bleacherreport.com/_next/static/chunks/webpack-53e5fc2ae63db2c3.js | 77ms | 62ms | 11ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202505.2.0/otBannerSdk.js | 73ms | 44ms | 10ms | 3rd |
| https://cadmus.script.ac/d2uap9jskdzp2/script.js | 67ms | 57ms | 4ms | 3rd |
| https://bleacherreport.com/_next/static/chunks/5999-0c9468a9ef32f055.js | 64ms | 12ms | 36ms | 1st |
FJS BundlesAction83 scripts, 798 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://bleacherreport.com/_next/static/chunks/5999-0c9468a9ef32f055.js | 332 KB | 204 KB (62%) | ✓ | 1st |
| https://bleacherreport.com/_next/static/chunks/1797-a9e61dea545aab23.js | 260 KB | 115 KB (45%) | ✓ | 1st |
| https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_567848e754a175dbe621932e8f6a1b7e.br.js | 116 KB | 87 KB (75%) | ✓ | 3rd |
| https://bleacherreport.com/_next/static/chunks/7106.131519ed7b93211a.js | 115 KB | 77 KB (68%) | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/202505.2.0/otBannerSdk.js | 119 KB | 58 KB (49%) | ✓ | 3rd |
| https://bleacherreport.com/_next/static/chunks/7113-b9f0bf482f4d9888.js | 94 KB | 58 KB (62%) | ✓ | 1st |
| https://www.datadoghq-browser-agent.com/us1/v6/datadog-rum.js | 61 KB | 55 KB (91%) | ✓ | 3rd |
| https://bleacherreport.com/_next/static/chunks/706f09f2-db2a2367ee1dcc55.js | 77 KB | 48 KB (64%) | ✓ | 1st |
| https://bleacherreport.com/_next/static/chunks/6ca66c39.4cfad5a5a0780cac.js | 64 KB | 27 KB (44%) | ✓ | 1st |
| https://i.cdn.turner.com/ads/adfuel/adfuel-3.1.9.min.js | 31 KB | 25 KB (82%) | ✓ | 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 InventoryAction209 resources · 5.1 MB · 798 KB savings availableFIX
~798.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 209 resources | 5.1 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
BThird-Party Impact53% third-party, 0 ms blockingREVIEW
BImage Optimization57 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (452 KB)PASS
Web fonts
7
452 KB total
Render-blocking
0
of 7
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: Axis12 Ltd
Network Waterfall209 requests over 5650msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 250ms | 0 KB | — | €3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 84ms | 18 KB | — | €1/mo | Essential |
OneTrust cdn.cookielaw.org | Consent | 73ms | 119 KB | 49% | €1/mo | Essential |
cadmus.script.ac cadmus.script.ac | Other | 67ms | 75 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 250ms and costs ~€3/month
Unattributable takes 250ms 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