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.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.81 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.074
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.32 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.
19.30 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 48 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction8635ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.rtl.fr/versions/www/7.0.397/rtl.js | 3148ms | 1820ms | 535ms | 3rd |
| https://www.rtl.fr/ | 3067ms | 27ms | 4ms | 3rd |
| Unattributable | 922ms | 54ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KJDT3TM | 763ms | 639ms | 75ms | 3rd |
| https://consent.rtl.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/sdk.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js | 421ms | 337ms | 59ms | 3rd |
| https://consent.rtl.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/ui-web-fr-web.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js | 241ms | 144ms | 33ms | 3rd |
| https://tag.aticdn.net/piano-analytics.js | 73ms | 59ms | 12ms | 3rd |
FJS BundlesAction9 scripts, 693 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.rtl.fr/versions/www/7.0.397/rtl.js | 947 KB | 563 KB (59%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KJDT3TM | 145 KB | 65 KB (45%) | ✓ | 3rd |
| https://consent.rtl.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/sdk.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js | 102 KB | 45 KB (44%) | ✓ | 3rd |
| https://static.gimii.fr/sdk-2.9.0.js | 33 KB | 20 KB (60%) | ✓ | 3rd |
| https://consent.rtl.fr/4801407c-7ff1-4aed-aa34-71b05434f911/loader.js?target_type=notice&target=Q292GtrV | 36 KB | — | ✓ | 3rd |
| https://tag.aticdn.net/piano-analytics.js | 27 KB | — | ✓ | 3rd |
| https://l.rtl.fr/sdk.js | 1 KB | — | ✓ | 3rd |
| https://static.gimii.fr/gimii.js | 2 KB | — | ✓ | 3rd |
| https://consent.rtl.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/ui-web-fr-web.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js | 56 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
FPage Weight InventoryAction48 resources · 3.4 MB · 693 KB savings availableFIX
~692.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 48 resources | 3.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization26 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 Loading5 fonts (93 KB)PASS
Web fonts
5
93 KB total
Render-blocking
0
of 5
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
- 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 ~28 KB and ~56 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall48 requests over 5934msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
static.rtl.fr static.rtl.fr | Other | 3148ms | 947 KB | 59% | €34/mo | Costly |
www.rtl.fr www.rtl.fr | Other | 3067ms | 224 KB | — | €33/mo | Costly |
Unattributable Unattributable | Other | 922ms | 0 KB | — | €10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 763ms | 145 KB | 45% | €8/mo | Costly |
consent.rtl.fr consent.rtl.fr | Other | 421ms | 102 KB | 44% | €5/mo | Costly |
consent.rtl.fr consent.rtl.fr | Other | 241ms | 56 KB | — | €3/mo | Costly |
tag.aticdn.net tag.aticdn.net | Other | 73ms | 27 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- static.rtl.fr adds 3148ms and costs ~€34/month
- www.rtl.fr adds 3067ms and costs ~€33/month
- Unattributable adds 922ms and costs ~€10/month
- Google Tag Manager adds 763ms and costs ~€8/month
- consent.rtl.fr adds 421ms and costs ~€5/month
- consent.rtl.fr adds 241ms and costs ~€3/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
static.rtl.fr takes 3148ms 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
59% of static.rtl.fr'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.rtl.fr takes 3067ms 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
Unattributable takes 922ms 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 763ms 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.rtl.fr takes 421ms 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.rtl.fr takes 241ms 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