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.22 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.04 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.20 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.
16.46 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 78 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
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
FJS Execution CostAction5579ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.blablacar.com/k/a/6215.6f0cd314c52834b7.js | 1587ms | 1218ms | 154ms | 3rd |
| https://cdn.blablacar.com/k/a/index.59085c37e31fdd97.js | 865ms | 576ms | 272ms | 3rd |
| https://www.blablacar.fr/ | 759ms | 52ms | 7ms | 1st |
| Unattributable | 660ms | 101ms | 0ms | 3rd |
| https://ddome-tag.blablacar.com/tags.js | 290ms | 252ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TVPFSZ | 284ms | 230ms | 51ms | 3rd |
| https://sdk.privacy-center.org/sdk/c8e2e67c354c0d6dec2981e079061b37f6a1f337/modern/sdk.c8e2e67c354c0d6dec2981e079061b37f6a1f337.js | 206ms | 168ms | 37ms | 3rd |
| https://sdk.privacy-center.org/sdk/c8e2e67c354c0d6dec2981e079061b37f6a1f337/modern/ui-web-en-web.c8e2e67c354c0d6dec2981e079061b37f6a1f337.js | 204ms | 139ms | 22ms | 3rd |
| https://cdn.blablacar.com/k/a/intl-locale.4cdbb20b883ba444.chunk.js | 183ms | 172ms | 6ms | 3rd |
| https://cdn.blablacar.com/k/a/9245.708db02cfe26ed36.chunk.js | 178ms | 128ms | 25ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction31 scripts, 656 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.blablacar.com/k/a/6215.6f0cd314c52834b7.js | 410 KB | 246 KB (60%) | ✓ | 3rd |
| https://cdn.blablacar.com/k/a/index.59085c37e31fdd97.js | 436 KB | 218 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TVPFSZ | 175 KB | 79 KB (45%) | ✓ | 3rd |
| https://cdn.blablacar.com/k/a/6187.cab3118d515f4ea4.chunk.js | 66 KB | 48 KB (73%) | ✓ | 3rd |
| https://sdk.privacy-center.org/sdk/c8e2e67c354c0d6dec2981e079061b37f6a1f337/modern/sdk.c8e2e67c354c0d6dec2981e079061b37f6a1f337.js | 90 KB | 44 KB (50%) | ✓ | 3rd |
| https://try.abtasty.com/8c952bdd9cb88033ffef07632e185107/main.51be40c215b8bdf2eeec.js | 46 KB | 20 KB (44%) | ✓ | 3rd |
| https://cdn.blablacar.com/k/a/6566.a3f35027a152c29b.chunk.js | 4 KB | — | ✓ | 3rd |
| https://cdn.blablacar.com/k/a/5168.871296c462df99ba.chunk.js | 2 KB | — | ✓ | 3rd |
| https://cdn.blablacar.com/k/a/7663.0735c7dfe8c4449e.chunk.js | 3 KB | — | ✓ | 3rd |
| https://cdn.blablacar.com/k/a/1237.5d60fe73894ef6ad.chunk.js | 2 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
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, private, no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
CImage OptimizationAction11 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (175 KB)PASS
Web fonts
3
175 KB total
Render-blocking
0
of 3
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 Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall78 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 |
|---|---|---|---|---|---|---|
cdn.blablacar.com cdn.blablacar.com | Other | 1587ms | 410 KB | 60% | €17/mo | Costly |
cdn.blablacar.com cdn.blablacar.com | Other | 865ms | 436 KB | 50% | €9/mo | Costly |
Unattributable Unattributable | Other | 660ms | 0 KB | — | €7/mo | Costly |
ddome-tag.blablacar.com ddome-tag.blablacar.com | Other | 290ms | 43 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 284ms | 175 KB | 45% | €3/mo | Costly |
sdk.privacy-center.org sdk.privacy-center.org | Other | 206ms | 90 KB | 50% | €2/mo | Costly |
sdk.privacy-center.org sdk.privacy-center.org | Other | 204ms | 52 KB | — | €2/mo | Costly |
cdn.blablacar.com cdn.blablacar.com | Other | 183ms | 17 KB | — | €2/mo | Optional |
cdn.blablacar.com cdn.blablacar.com | Other | 178ms | 31 KB | — | €2/mo | Optional |
cdn.blablacar.com cdn.blablacar.com | Other | 154ms | 66 KB | 73% | €2/mo | Optional |
cdn.blablacar.com cdn.blablacar.com | Other | 122ms | 111 KB | — | €1/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 88ms | 46 KB | 44% | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn.blablacar.com adds 1587ms and costs ~€17/month
- cdn.blablacar.com adds 865ms and costs ~€9/month
- Unattributable adds 660ms and costs ~€7/month
- ddome-tag.blablacar.com adds 290ms and costs ~€3/month
- Google Tag Manager adds 284ms and costs ~€3/month
- sdk.privacy-center.org adds 206ms and costs ~€2/month
- sdk.privacy-center.org adds 204ms and costs ~€2/month
86% 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
cdn.blablacar.com takes 1587ms 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.blablacar.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
cdn.blablacar.com takes 865ms 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
50% of cdn.blablacar.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
Unattributable takes 660ms 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
ddome-tag.blablacar.com takes 290ms 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 284ms 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
sdk.privacy-center.org takes 206ms 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
sdk.privacy-center.org takes 204ms 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
73% of cdn.blablacar.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