Performance
· 17 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.
3.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.23 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.072
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.54 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.
25.30 s
Page Load Progression
FPage Weight BudgetAction7.2 MB transferred, 213 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9280ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1960ms | 295ms | 0ms | 3rd |
| https://www.fox.com/_next/static/chunks/1255-f3876c9da16a7317.js | 1354ms | 1215ms | 22ms | 3rd |
| https://www.fox.com/ | 833ms | 66ms | 126ms | 3rd |
| https://www.fox.com/_next/static/chunks/4bd1b696-182b6b13bdad92e3.js | 796ms | 611ms | 21ms | 3rd |
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 672ms | 506ms | 159ms | 3rd |
| https://www.fox.com/_next/static/chunks/1454f9c2-1deac677e9c47955.js | 557ms | 478ms | 25ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-14772086&cx=c>m=4e64k0 | 460ms | 366ms | 92ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NK3RRW5Z | 400ms | 341ms | 42ms | 3rd |
| https://www.fox.com/_next/static/chunks/5061-d394c11ee9429c9b.js | 371ms | 339ms | 29ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17385582396&cx=c>m=4e64k0 | 344ms | 282ms | 60ms | 3rd |
Showing top 10 of 21 scripts
FJS BundlesAction63 scripts, 543 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 259 KB | 156 KB (60%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NK3RRW5Z | 143 KB | 71 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17385582396&cx=c>m=4e64k0 | 140 KB | 55 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-14772086&cx=c>m=4e64k0 | 131 KB | 54 KB (41%) | ✓ | 3rd |
| https://www.fox.com/_next/static/chunks/431.3d999772e7fae8b0.js | 66 KB | 37 KB (56%) | ✓ | 3rd |
| https://cdn.us.heap-api.com/v5/heapjs-static/5.3.12/core/heap.js | 82 KB | 37 KB (45%) | ✓ | 3rd |
| https://www.fox.com/_next/static/chunks/5061-d394c11ee9429c9b.js | 66 KB | 36 KB (56%) | ✓ | 3rd |
| https://www.fox.com/_next/static/chunks/1454f9c2-1deac677e9c47955.js | 65 KB | 33 KB (51%) | ✓ | 3rd |
| https://apps.rokt-api.com/js/v2/us2-67e858d646c85846b52e42b135745325/app.js?env=0& | 58 KB | 33 KB (57%) | ✓ | 3rd |
| https://www.fox.com/_next/static/chunks/3916-6bebacc07c9b3958.js | 40 KB | 32 KB (81%) | ✓ | 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 InventoryAction213 resources · 7.2 MB · 543 KB savings availableFIX
~543.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 213 resources | 7.2 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-store, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
BImage Optimization64 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 (141 KB)PASS
Web fonts
4
141 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 Hints29 hints, 0 missing preconnectsPASS
Current Resource Hints
29 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall213 requests over 3296msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1960ms | 0 KB | — | €21/mo | Costly |
www.fox.com www.fox.com | Other | 1354ms | 45 KB | — | €15/mo | Costly |
www.fox.com www.fox.com | Other | 833ms | 93 KB | — | €9/mo | Costly |
www.fox.com www.fox.com | Other | 796ms | 54 KB | — | €9/mo | Costly |
cdn.ketchjs.com cdn.ketchjs.com | Other | 672ms | 259 KB | 60% | €7/mo | Costly |
www.fox.com www.fox.com | Other | 557ms | 65 KB | 51% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 460ms | 131 KB | 41% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 400ms | 143 KB | 49% | €4/mo | Costly |
www.fox.com www.fox.com | Other | 371ms | 66 KB | 56% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 344ms | 140 KB | 39% | €4/mo | Costly |
www.fox.com www.fox.com | Other | 274ms | 66 KB | 56% | €3/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 272ms | 47 KB | — | €3/mo | Costly |
cdn.us.heap-api.com cdn.us.heap-api.com | Other | 223ms | 82 KB | 45% | €2/mo | Costly |
www.fox.com www.fox.com | Other | 188ms | 8 KB | — | €2/mo | Optional |
www.fox.com www.fox.com | Other | 120ms | 36 KB | — | €1/mo | Optional |
apps.rokt-api.com apps.rokt-api.com | Other | 89ms | 58 KB | 57% | €1/mo | Optional |
www.knotch-cdn.com www.knotch-cdn.com | Other | 87ms | 19 KB | — | €1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 83ms | 19 KB | — | €1/mo | Optional |
www.fox.com www.fox.com | Other | 78ms | 6 KB | — | €1/mo | Optional |
websdk.appsflyersdk.com websdk.appsflyersdk.com | Other | 60ms | 15 KB | — | €1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 57ms | 13 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1960ms and costs ~€21/month
- www.fox.com adds 1354ms and costs ~€15/month
- www.fox.com adds 833ms and costs ~€9/month
- www.fox.com adds 796ms and costs ~€9/month
- cdn.ketchjs.com adds 672ms and costs ~€7/month
- www.fox.com adds 557ms and costs ~€6/month
- Google Tag Manager adds 460ms and costs ~€5/month
- Google Tag Manager adds 400ms and costs ~€4/month
- www.fox.com adds 371ms and costs ~€4/month
- Google Tag Manager adds 344ms and costs ~€4/month
- www.fox.com adds 274ms and costs ~€3/month
- Amplitude adds 272ms and costs ~€3/month
- cdn.us.heap-api.com adds 223ms and costs ~€2/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
Unattributable takes 1960ms 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.fox.com takes 1354ms 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.fox.com takes 833ms 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.fox.com takes 796ms 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
cdn.ketchjs.com takes 672ms 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
60% of cdn.ketchjs.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.fox.com takes 557ms 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
51% of www.fox.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
Google Tag Manager 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
Google Tag Manager takes 400ms 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.fox.com takes 371ms 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
56% of www.fox.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
Google Tag Manager takes 344ms 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.fox.com takes 274ms 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
56% of www.fox.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
Amplitude takes 272ms 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
cdn.us.heap-api.com takes 223ms 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 apps.rokt-api.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