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.
847 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
35 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.029
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.56 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.
4.62 s
Page Load Progression
FPage Weight BudgetAction7.7 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 ImpactAction77% third-party, 0 ms blockingFIX
FJS BundlesAction22 scripts, 936 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 | 343 KB (80%) | ✓ | 1st |
| https://www.formula1.com/assets/home/_next/static/chunks/b44ffc44-5babc187430cb039.js | 170 KB | 140 KB (83%) | ✓ | 1st |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604020101/pubads_impl.js | 183 KB | 139 KB (76%) | ✓ | 3rd |
| 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 | 55 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 OptimizationAction121 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
CJS Execution CostAction1582ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.formula1.com/ | 617ms | 4ms | 28ms | 1st |
| Unattributable | 319ms | 3ms | 0ms | 3rd |
| https://www.formula1.com/assets/home/_next/static/chunks/528-bc7c2743f4f9dae5.js | 160ms | 136ms | 3ms | 1st |
| https://www.formula1.com/assets/home/_next/static/chunks/785-aa4f3c926a14e678.js | 121ms | 81ms | 40ms | 1st |
| https://www.formula1.com/assets/home/_next/static/chunks/74-1b0ad625aae7b57b.js | 96ms | 3ms | 10ms | 1st |
| https://consent.formula1.com/Notice.8f529.js | 75ms | 60ms | 7ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NTR4PPW | 72ms | 55ms | 13ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604020101/pubads_impl.js | 65ms | 35ms | 20ms | 3rd |
| https://www.formula1.com/assets/home/_next/static/chunks/1dd3208c-b647b486c64d44a6.js | 56ms | 42ms | 5ms | 1st |
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 Loading14 fonts (437 KB)PASS
Web fonts
14
437 KB total
Render-blocking
0
of 14
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 HintsNo optimization neededPASS
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 | 319ms | 0 KB | — | $4/mo | Costly |
consent.formula1.com consent.formula1.com | Other | 75ms | 91 KB | 69% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 72ms | 163 KB | 33% | $1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 65ms | 183 KB | 76% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 319ms and costs ~$4/month
Unattributable takes 319ms 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
76% 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