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.
2.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
607 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.133
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.12 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.
24.51 s
Page Load Progression
FPage Weight BudgetAction5.3 MB transferred, 178 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
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
DThird-Party ImpactAction64% third-party, 0 ms blockingFIX
FJS Execution CostAction7670ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.formula1.com/ | 2738ms | 21ms | 73ms | 1st |
| Unattributable | 1469ms | 14ms | 0ms | 3rd |
| https://www.formula1.com/assets/home/_next/static/chunks/528-bc7c2743f4f9dae5.js | 846ms | 716ms | 16ms | 1st |
| https://www.formula1.com/assets/home/_next/static/chunks/785-aa4f3c926a14e678.js | 473ms | 337ms | 135ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-NTR4PPW | 389ms | 266ms | 61ms | 3rd |
| https://www.formula1.com/assets/home/_next/static/chunks/74-1b0ad625aae7b57b.js | 366ms | 13ms | 24ms | 1st |
| https://consent.formula1.com/Notice.8f529.js | 324ms | 266ms | 32ms | 3rd |
| https://consent.formula1.com/unified/wrapperMessagingWithoutDetection.js | 230ms | 141ms | 10ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604020101/pubads_impl.js | 194ms | 119ms | 68ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K8R56M6&l=dataLayer | 193ms | 137ms | 55ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction22 scripts, 937 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.formula1.com/assets/home/_next/static/chunks/785-aa4f3c926a14e678.js | 433 KB | 342 KB (80%) | ✓ | 1st |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604020101/pubads_impl.js | 183 KB | 141 KB (77%) | ✓ | 3rd |
| https://www.formula1.com/assets/home/_next/static/chunks/b44ffc44-5babc187430cb039.js | 170 KB | 140 KB (83%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-K8R56M6&l=dataLayer | 164 KB | 82 KB (50%) | ✓ | 3rd |
| https://consent.formula1.com/Notice.8f529.js | 91 KB | 62 KB (69%) | ✓ | 3rd |
| https://www.formula1.com/assets/home/_next/static/chunks/6bdcba90-4f94600a7a96a195.js | 76 KB | 61 KB (82%) | ✓ | 1st |
| https://www.formula1.com/assets/home/_next/static/chunks/74-1b0ad625aae7b57b.js | 87 KB | 54 KB (63%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-NTR4PPW | 163 KB | 53 KB (33%) | ✓ | 3rd |
| https://code.jquery.com/jquery-3.7.1.slim.min.js | 24 KB | — | ✓ | 3rd |
| https://www.googletagservices.com/tag/js/gpt.js | 34 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 OptimizationAction123 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0, s-maxage=60, stale-while-revalidate=300, stale-if-error=86400REVIEW
max-age=0, s-maxage=60, stale-while-revalidate=300, stale-if-error=86400
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| s-maxage | 60 | CDN caches for 1 minute |
| stale-while-revalidate | 300 | Serve stale for 5 minutes while fetching fresh |
| stale-if-error | 86400 |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading12 fonts (367 KB)PASS
Web fonts
12
367 KB total
Render-blocking
0
of 12
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~50 KB and ~100 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints103 hints, 0 missing preconnectsPASS
Current Resource Hints
103 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall178 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 | 1469ms | 0 KB | — | $20/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 389ms | 163 KB | 33% | $5/mo | Costly |
consent.formula1.com consent.formula1.com | Other | 324ms | 91 KB | 69% | $4/mo | Costly |
consent.formula1.com consent.formula1.com | Other | 230ms | 40 KB | — | $3/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 194ms | 183 KB | 77% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 193ms | 164 KB | 50% | $3/mo | Optional |
consent.formula1.com consent.formula1.com | Other | 119ms | 2 KB | — | $2/mo | Optional |
www.googletagservices.com www.googletagservices.com | Other | 106ms | 34 KB | — | $1/mo | Optional |
consent.formula1.com consent.formula1.com | Other | 72ms | 29 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1469ms and costs ~$20/month
- Google Tag Manager adds 389ms and costs ~$5/month
- consent.formula1.com adds 324ms and costs ~$4/month
- consent.formula1.com adds 230ms and costs ~$3/month
40% 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
Unattributable takes 1469ms 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 389ms 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
consent.formula1.com takes 324ms 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
69% of consent.formula1.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
consent.formula1.com takes 230ms 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
77% 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
50% of Google Tag Manager'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