Performance
· 14 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.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
395 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.76 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.
8.77 s
Page Load Progression
FPage Weight BudgetAction7.5 MB transferred, 503 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
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 ImpactAction69% third-party, 0 ms blockingFIX
FJS Execution CostAction5713ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://sdk.mvp.fan/web-sdk/0.34.2/index.js | 1759ms | 707ms | 104ms | 3rd |
| https://www.premierleague.com/resources/v1.43.2/scripts/bundle-es.min.js | 1555ms | 728ms | 29ms | 1st |
| Unattributable | 748ms | 120ms | 0ms | 3rd |
| https://www.premierleague.com/en | 484ms | 8ms | 2ms | 1st |
| https://cdn.optimizely.com/js/5530288147660800.js | 255ms | 196ms | 45ms | 3rd |
| https://www.premierleague.com/resources/v1.43.2/scripts/personalised-content-rail.js | 155ms | 122ms | 0ms | 1st |
| https://assets.adobedtm.com/e7ad550d4f82/693c01019a2b/launch-a4f579b5dcc4.min.js | 148ms | 99ms | 35ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MDWXC59G | 107ms | 66ms | 37ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-WFFZ7FXF&cx=c>m=4e6460 | 90ms | 75ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15326134&cx=c>m=4e6460 | 86ms | 59ms | 11ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction121 scripts, 2.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://imasdk.googleapis.com/js/sdkloader/ima3.js | 145 KB | 351 KB (76%) | ✓ | 3rd |
| https://imasdk.googleapis.com/js/sdkloader/ima3.js | 0 KB | 351 KB (76%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604030101/pubads_impl.js?cb=31097680 | 183 KB | 138 KB (75%) | ✓ | 3rd |
| https://sdk.mvp.fan/web-sdk/0.34.2/index.js | 200 KB | 122 KB (61%) | ✓ | 3rd |
| https://sdk.mvp.fan/web-sdk/0.34.2/index.js | 0 KB | 122 KB (61%) | ✓ | 3rd |
| https://sdk.mvp.fan/web-sdk/js/hls.js@1.5.20.js | 122 KB | 110 KB (91%) | ✓ | 3rd |
| https://www.premierleague.com/resources/v1.43.2/scripts/bundle-es.min.js | 0 KB | 96 KB (42%) | ✓ | 1st |
| https://www.premierleague.com/resources/v1.43.2/scripts/bundle-es.min.js | 228 KB | 96 KB (42%) | ✓ | 1st |
| https://www.premierleague.com/resources/v1.43.2/scripts/copilot-thread.js | 115 KB | 87 KB (78%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-MDWXC59G | 0 KB | 73 KB (47%) | ✓ | 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 OptimizationAction164 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
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 (32 KB)PASS
Web fonts
4
32 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
AHTTP Cachingmax-age=30 (30 seconds)PASS
max-age=30, stale-while-revalidate=600, stale-if-error=86400
| Directive | Value | Meaning |
|---|---|---|
| max-age | 30 | Cache for 30 seconds |
| stale-while-revalidate | 600 | Serve stale for 10 minutes while fetching fresh |
| stale-if-error | 86400 |
Network Waterfall503 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 |
|---|---|---|---|---|---|---|
sdk.mvp.fan sdk.mvp.fan | Other | 1759ms | 0 KB | 61% | €31/mo | Costly |
Unattributable Unattributable | Other | 748ms | 0 KB | — | €13/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 255ms | 0 KB | 41% | €4/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 148ms | 0 KB | — | €3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 107ms | 0 KB | 47% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 90ms | 143 KB | 39% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 86ms | 129 KB | 44% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 85ms | 129 KB | 43% | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 84ms | 110 KB | 51% | €1/mo | Optional |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 84ms | 0 KB | 53% | €1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 72ms | 183 KB | 75% | €1/mo | Optional |
These scripts may cost more than they're worth
- sdk.mvp.fan adds 1759ms and costs ~€31/month
- Unattributable adds 748ms and costs ~€13/month
- Optimizely adds 255ms and costs ~€4/month
62% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
sdk.mvp.fan takes 1759ms 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 sdk.mvp.fan'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
Unattributable takes 748ms 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
Optimizely takes 255ms 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 analytics.tiktok.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
53% of cdn-ukwest.onetrust.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
75% 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