Skip to content
https://tf1.fr

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
5
REVIEW
2
PASS
6
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

87
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

814 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.81 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

131 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.001

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.71 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.

2.80 s

Page Load Progression

620 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.3 s
5.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.9 MB transferred, 123 requests
FIX
4.9 MB transferred, 123 requests
Critical::
Page weighs 14.2 MB (4.9 MB transferred)
Warning::
Images are 3.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.0 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
123 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.9 MB / 2.4 MB budget
4.9 MB transferred
123 requests
1.0 g CO2 per page load
Images 3.0 MiB 61%
JavaScript 1.3 MiB 27%
HTML 495.6 KiB 10%
Other 61.9 KiB 1%
Fonts 59.4 KiB 1%
Other 17.7 KiB 0%
Other 1.5 KiB 0%
Other 727 B 0%
Other 483 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.9 MiB of 4.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
47 scripts, 492 KB unused
FIX
47 scripts, 492 KB unused
Warning::
https://compte.tf1.fr/js/gigya.js?apiKey=3_hWgJdAR...: 141 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.tagcommander.com/4183/tc_TF1_26.js: 82 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://apis.google.com/_/scs/abc-static/_/js/k=ga...: 80 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/fr_FR/bundle/sdk.js/: 49 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sdk.privacy-center.org/sdk/22ecd6bfac93de6...: 44 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 492 KB
492 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://compte.tf1.fr/js/gigya.js?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk239 KB141 KB (59%)3rd
https://cdn.tagcommander.com/4183/tc_TF1_26.js131 KB82 KB (63%)3rd
https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.HLcjcliCxoY.O/m=client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-EKlLcELGvY6Qdg_kTBmN3Ra8MLw/cb=gapi.loaded_0?le=scs108 KB80 KB (74%)3rd
https://connect.facebook.net/fr_FR/bundle/sdk.js/78 KB49 KB (63%)3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js102 KB44 KB (43%)3rd
https://www.tf1.fr/_next/static/chunks/0o2dkbmk34sx-.js55 KB41 KB (81%)3rd
https://www.datadoghq-browser-agent.com/eu1/v6/datadog-rum.js58 KB30 KB (51%)3rd
https://www.tf1.fr/_next/static/chunks/0al-8.v57oawb.js67 KB25 KB (38%)3rd
https://www.tf1.fr/_next/static/chunks/13pj10yf1nr5l.js25 KB3rd
https://www.tf1.fr/_next/static/chunks/0wcjduua._6ng.js25 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
123 resources · 4.9 MB · 492 KB savings available
FIX
123 resources · 4.9 MB · 492 KB savings available
Warning::
Page weight 3.9 MB over 1MB target
Got: 4.9 MB Expected: ≤ 1 MB
Info::
~492 KB of savings available
Warning::
122 third-party resources (100% of weight)
Info::
4 resources over 200KB
123 resources · 4.9 MiB · 122 third-party 3.9 MiB over 1MB target
Image 61% · 3.0 MiB
JavaScript 27% · 1.3 MiB
Document 10% · 495.7 KiB
Media 1% · 61.9 KiB
Font 1% · 59.4 KiB
Other 0% · 3.2 KiB

~492.4 KiB of savings available

Remove unused JavaScript: 492.4 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
JS Execution Cost
Action
1421ms total JS execution
REVIEW
1421ms total JS execution
Warning::
https://www.tf1.fr/_next/static/chunks/0al-8.v57oa...: 610ms CPU time
Warning::
https://www.tf1.fr/: 349ms CPU time
Info::
Unattributable: 245ms CPU time
Info::
https://compte.tf1.fr/js/gigya.js?apiKey=3_hWgJdAR...: 105ms CPU time
Info::
https://cdn.tagcommander.com/4183/tc_TF1_26.js: 58ms CPU time
Warning::
Third-party scripts: 1421ms (100% of total)

Main Thread Breakdown

Script Evaluation 55% Other 17% Script Parsing & Compilation 12% Style & Layout 7% Parse HTML & CSS 5% Garbage Collection 4%
ScriptTotalScriptingParse/CompileParty
https://www.tf1.fr/_next/static/chunks/0al-8.v57oawb.js610ms527ms5ms3rd
https://www.tf1.fr/349ms36ms101ms3rd
Unattributable245ms35ms0ms3rd
https://compte.tf1.fr/js/gigya.js?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk105ms91ms11ms3rd
https://cdn.tagcommander.com/4183/tc_TF1_26.js58ms44ms13ms3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js55ms45ms10ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
59 images, 0 KB saveable
PASS
59 images, 0 KB saveable
Info::
All images are well-optimized
59 images 3.0 MB
0 oversized -0 KB
3 legacy format
0 missing dimensions CLS risk
A+
Font Loading
3 fonts (59 KB)
PASS
3 fonts (59 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

59 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 814 ms LCP 1.8 shttps://www.tf1.fr/_next/static/media/Inter_regular-s.p.0ilscx9.0jaoo.woff2Inter_regular-s.p.0ilsc... https://www.tf1.fr/_next/static/media/Inter_regular-s.p.0ilscx9.0jaoo.woff2 — 21.6 KiB — 16 ms — font-display: swaphttps://www.tf1.fr/_next/static/media/Inter_semibold-s.p.129glievsaply.woff2Inter_semibold-s.p.129g... https://www.tf1.fr/_next/static/media/Inter_semibold-s.p.129glievsaply.woff2 — 22.7 KiB — 18 ms — font-display: swaphttps://www.tf1.fr/_next/static/media/Sora_semibold-s.p.03-5f~.rmlyyi.woff2Sora_semibold-s.p.03-5f... https://www.tf1.fr/_next/static/media/Sora_semibold-s.p.03-5f~.rmlyyi.woff2 — 15.1 KiB — 22 ms — font-display: swap
Inter_regular-s.p.0ilsc... woff2 swap
Size 22 KB
Load time 16 ms
Start 132 ms
Risk FOUT — text flashes from fallback to web font
Inter_semibold-s.p.129g... woff2 swap
Size 23 KB
Load time 18 ms
Start 132 ms
Risk FOUT — text flashes from fallback to web font
Sora_semibold-s.p.03-5f... woff2 swap
Size 15 KB
Load time 22 ms
Start 133 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
123 requests over 4871ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 814 ms LCP 1.8 shttps://tf1.fr// https://tf1.fr/ — 301 — 82 B — 55 ms — h2https://www.tf1.fr/www.tf1.fr/ https://www.tf1.fr/ — 200 — 398.9 KiB — 132 ms — h2https://www.tf1.fr/_next/static/media/Inter_regular-s.p.0ilscx9.0jaoo.woff2www.tf1.fr/_next/static/media/Inter... https://www.tf1.fr/_next/static/media/Inter_regular-s.p.0ilscx9.0jaoo.woff2 — 200 — 21.6 KiB — 16 ms — h2https://www.tf1.fr/_next/static/media/Inter_semibold-s.p.129glievsaply.woff2www.tf1.fr/_next/static/media/Inter... https://www.tf1.fr/_next/static/media/Inter_semibold-s.p.129glievsaply.woff2 — 200 — 22.7 KiB — 18 ms — h2https://www.tf1.fr/_next/static/media/Sora_semibold-s.p.03-5f~.rmlyyi.woff2www.tf1.fr/_next/static/media/Sora_... https://www.tf1.fr/_next/static/media/Sora_semibold-s.p.03-5f~.rmlyyi.woff2 — 200 — 15.1 KiB — 22 ms — h2https://photos.tf1.fr/640/360/background-tv-29f4c5-55bec1-0@3x.avifphotos.tf1.fr/640/360/background-tv... https://photos.tf1.fr/640/360/background-tv-29f4c5-55bec1-0@3x.avif — 200 — 64.9 KiB — 133 ms — h2https://cdn.tagcommander.com/4183/tc_TF1_26.jscdn.tagcommander.com/4183/tc_TF1_26... https://cdn.tagcommander.com/4183/tc_TF1_26.js — 200 — 131.5 KiB — 28 ms — h2https://sdk.privacy-center.org/2afe86cd-5809-4282-96e9-c463b321dc1c/loader.js?target_type=notice&target=9YkLeygtsdk.privacy-center.org/2afe86cd-580... https://sdk.privacy-center.org/2afe86cd-5809-4282-96e9-c463b321dc1c/loader.js?target_type=notice&target=9YkLeygt — 200 — 33.3 KiB — 151 ms — h2https://compte.tf1.fr/js/gigya.js?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVkcompte.tf1.fr/js/gigya.js?apiKey=3_... https://compte.tf1.fr/js/gigya.js?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk — 200 — 238.7 KiB — 212 ms — http/1.1https://www.datadoghq-browser-agent.com/eu1/v6/datadog-rum.jswww.datadoghq-browser-agent.com/eu1... https://www.datadoghq-browser-agent.com/eu1/v6/datadog-rum.js — 200 — 58.5 KiB — 159 ms — h2https://www.tf1.fr/_next/static/media/tf1-plus-logo-white.107m~.6am38d6.svgwww.tf1.fr/_next/static/media/tf1-p... https://www.tf1.fr/_next/static/media/tf1-plus-logo-white.107m~.6am38d6.svg — 200 — 736 B — 34 ms — h2https://photos.tf1.fr/171/0/logo-header-web-les-anges-8441ad-855cb9-0@1x.pngphotos.tf1.fr/171/0/logo-header-web... https://photos.tf1.fr/171/0/logo-header-web-les-anges-8441ad-855cb9-0@1x.png — 200 — 34.3 KiB — 130 ms — h2https://photos.tf1.fr/288/144/logo-programme-greys-anatomy-20e10f-7cd95b-0@1x.avifphotos.tf1.fr/288/144/logo-programm... https://photos.tf1.fr/288/144/logo-programme-greys-anatomy-20e10f-7cd95b-0@1x.avif — 200 — 3.6 KiB — 132 ms — h2https://www.tf1.fr/_next/static/chunks/0zn7pqjfxvzkd.jswww.tf1.fr/_next/static/chunks/0zn7... https://www.tf1.fr/_next/static/chunks/0zn7pqjfxvzkd.js — 200 — 8.4 KiB — 29 ms — h2https://www.tf1.fr/_next/static/chunks/0hin.cli2rbwa.jswww.tf1.fr/_next/static/chunks/0hin... https://www.tf1.fr/_next/static/chunks/0hin.cli2rbwa.js — 200 — 7.3 KiB — 29 ms — h2https://www.tf1.fr/_next/static/chunks/0al-8.v57oawb.jswww.tf1.fr/_next/static/chunks/0al-... https://www.tf1.fr/_next/static/chunks/0al-8.v57oawb.js — 200 — 67.3 KiB — 107 ms — h2https://www.tf1.fr/_next/static/chunks/0gq1-66w_37l2.jswww.tf1.fr/_next/static/chunks/0gq1... https://www.tf1.fr/_next/static/chunks/0gq1-66w_37l2.js — 200 — 34.6 KiB — 54 ms — h2https://www.tf1.fr/_next/static/chunks/11600y0xgzj.u.jswww.tf1.fr/_next/static/chunks/1160... https://www.tf1.fr/_next/static/chunks/11600y0xgzj.u.js — 200 — 10.7 KiB — 36 ms — h2https://www.tf1.fr/_next/static/chunks/turbopack-0q7.o77qqhvx..jswww.tf1.fr/_next/static/chunks/turb... https://www.tf1.fr/_next/static/chunks/turbopack-0q7.o77qqhvx..js — 200 — 4.4 KiB — 38 ms — h2https://www.tf1.fr/_next/static/chunks/0b67rxrksqymt.jswww.tf1.fr/_next/static/chunks/0b67... https://www.tf1.fr/_next/static/chunks/0b67rxrksqymt.js — 200 — 1.8 KiB — 39 ms — h2https://www.tf1.fr/_next/static/chunks/0.5tn1~gs558c.jswww.tf1.fr/_next/static/chunks/0.5t... https://www.tf1.fr/_next/static/chunks/0.5tn1~gs558c.js — 200 — 12.5 KiB — 39 ms — h2https://www.tf1.fr/_next/static/chunks/14kq5zpjd1x2~.jswww.tf1.fr/_next/static/chunks/14kq... https://www.tf1.fr/_next/static/chunks/14kq5zpjd1x2~.js — 200 — 10.2 KiB — 46 ms — h2https://www.tf1.fr/_next/static/chunks/0t.przc.vr6~1.jswww.tf1.fr/_next/static/chunks/0t.p... https://www.tf1.fr/_next/static/chunks/0t.przc.vr6~1.js — 200 — 7.3 KiB — 47 ms — h2https://www.tf1.fr/_next/static/chunks/0rfjff-wfrn.l.jswww.tf1.fr/_next/static/chunks/0rfj... https://www.tf1.fr/_next/static/chunks/0rfjff-wfrn.l.js — 200 — 9.9 KiB — 48 ms — h2https://www.tf1.fr/_next/static/chunks/0p~s~b-61lk-_.jswww.tf1.fr/_next/static/chunks/0p~s... https://www.tf1.fr/_next/static/chunks/0p~s~b-61lk-_.js — 200 — 34.8 KiB — 123 ms — h2https://www.tf1.fr/_next/static/chunks/08u_ky0witpqf.jswww.tf1.fr/_next/static/chunks/08u_... https://www.tf1.fr/_next/static/chunks/08u_ky0witpqf.js — 200 — 7.7 KiB — 60 ms — h2https://www.tf1.fr/_next/static/chunks/11ay_nvz4zxbe.jswww.tf1.fr/_next/static/chunks/11ay... https://www.tf1.fr/_next/static/chunks/11ay_nvz4zxbe.js — 200 — 5.1 KiB — 165 ms — h2https://www.tf1.fr/_next/static/chunks/120k0e3uf71-c.jswww.tf1.fr/_next/static/chunks/120k... https://www.tf1.fr/_next/static/chunks/120k0e3uf71-c.js — 200 — 15.7 KiB — 109 ms — h2https://www.tf1.fr/_next/static/chunks/0pb97wfnovbch.jswww.tf1.fr/_next/static/chunks/0pb9... https://www.tf1.fr/_next/static/chunks/0pb97wfnovbch.js — 200 — 8.4 KiB — 110 ms — h2https://www.tf1.fr/_next/static/chunks/136wgiavrt~yx.jswww.tf1.fr/_next/static/chunks/136w... https://www.tf1.fr/_next/static/chunks/136wgiavrt~yx.js — 200 — 7.5 KiB — 111 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 814 ms LCP 1.8 shttps://tf1.fr// https://tf1.fr/ — 301 — 82 B — 55 ms — h2https://www.tf1.fr/www.tf1.fr/ https://www.tf1.fr/ — 200 — 398.9 KiB — 132 ms — h2https://www.tf1.fr/_next/static/media/Inter_regular-s.p.0ilscx9.0jaoo.woff2www.tf1.fr/_next/static/media/Inter... https://www.tf1.fr/_next/static/media/Inter_regular-s.p.0ilscx9.0jaoo.woff2 — 200 — 21.6 KiB — 16 ms — h2https://www.tf1.fr/_next/static/media/Inter_semibold-s.p.129glievsaply.woff2www.tf1.fr/_next/static/media/Inter... https://www.tf1.fr/_next/static/media/Inter_semibold-s.p.129glievsaply.woff2 — 200 — 22.7 KiB — 18 ms — h2https://www.tf1.fr/_next/static/media/Sora_semibold-s.p.03-5f~.rmlyyi.woff2www.tf1.fr/_next/static/media/Sora_... https://www.tf1.fr/_next/static/media/Sora_semibold-s.p.03-5f~.rmlyyi.woff2 — 200 — 15.1 KiB — 22 ms — h2https://photos.tf1.fr/640/360/background-tv-29f4c5-55bec1-0@3x.avifphotos.tf1.fr/640/360/background-tv... https://photos.tf1.fr/640/360/background-tv-29f4c5-55bec1-0@3x.avif — 200 — 64.9 KiB — 133 ms — h2https://cdn.tagcommander.com/4183/tc_TF1_26.jscdn.tagcommander.com/4183/tc_TF1_26... https://cdn.tagcommander.com/4183/tc_TF1_26.js — 200 — 131.5 KiB — 28 ms — h2https://sdk.privacy-center.org/2afe86cd-5809-4282-96e9-c463b321dc1c/loader.js?target_type=notice&target=9YkLeygtsdk.privacy-center.org/2afe86cd-580... https://sdk.privacy-center.org/2afe86cd-5809-4282-96e9-c463b321dc1c/loader.js?target_type=notice&target=9YkLeygt — 200 — 33.3 KiB — 151 ms — h2https://compte.tf1.fr/js/gigya.js?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVkcompte.tf1.fr/js/gigya.js?apiKey=3_... https://compte.tf1.fr/js/gigya.js?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk — 200 — 238.7 KiB — 212 ms — http/1.1https://www.datadoghq-browser-agent.com/eu1/v6/datadog-rum.jswww.datadoghq-browser-agent.com/eu1... https://www.datadoghq-browser-agent.com/eu1/v6/datadog-rum.js — 200 — 58.5 KiB — 159 ms — h2https://www.tf1.fr/_next/static/media/tf1-plus-logo-white.107m~.6am38d6.svgwww.tf1.fr/_next/static/media/tf1-p... https://www.tf1.fr/_next/static/media/tf1-plus-logo-white.107m~.6am38d6.svg — 200 — 736 B — 34 ms — h2https://photos.tf1.fr/171/0/logo-header-web-les-anges-8441ad-855cb9-0@1x.pngphotos.tf1.fr/171/0/logo-header-web... https://photos.tf1.fr/171/0/logo-header-web-les-anges-8441ad-855cb9-0@1x.png — 200 — 34.3 KiB — 130 ms — h2https://photos.tf1.fr/288/144/logo-programme-greys-anatomy-20e10f-7cd95b-0@1x.avifphotos.tf1.fr/288/144/logo-programm... https://photos.tf1.fr/288/144/logo-programme-greys-anatomy-20e10f-7cd95b-0@1x.avif — 200 — 3.6 KiB — 132 ms — h2https://www.tf1.fr/_next/static/chunks/0zn7pqjfxvzkd.jswww.tf1.fr/_next/static/chunks/0zn7... https://www.tf1.fr/_next/static/chunks/0zn7pqjfxvzkd.js — 200 — 8.4 KiB — 29 ms — h2https://www.tf1.fr/_next/static/chunks/0hin.cli2rbwa.jswww.tf1.fr/_next/static/chunks/0hin... https://www.tf1.fr/_next/static/chunks/0hin.cli2rbwa.js — 200 — 7.3 KiB — 29 ms — h2https://www.tf1.fr/_next/static/chunks/0al-8.v57oawb.jswww.tf1.fr/_next/static/chunks/0al-... https://www.tf1.fr/_next/static/chunks/0al-8.v57oawb.js — 200 — 67.3 KiB — 107 ms — h2https://www.tf1.fr/_next/static/chunks/0gq1-66w_37l2.jswww.tf1.fr/_next/static/chunks/0gq1... https://www.tf1.fr/_next/static/chunks/0gq1-66w_37l2.js — 200 — 34.6 KiB — 54 ms — h2https://www.tf1.fr/_next/static/chunks/11600y0xgzj.u.jswww.tf1.fr/_next/static/chunks/1160... https://www.tf1.fr/_next/static/chunks/11600y0xgzj.u.js — 200 — 10.7 KiB — 36 ms — h2https://www.tf1.fr/_next/static/chunks/turbopack-0q7.o77qqhvx..jswww.tf1.fr/_next/static/chunks/turb... https://www.tf1.fr/_next/static/chunks/turbopack-0q7.o77qqhvx..js — 200 — 4.4 KiB — 38 ms — h2https://www.tf1.fr/_next/static/chunks/0b67rxrksqymt.jswww.tf1.fr/_next/static/chunks/0b67... https://www.tf1.fr/_next/static/chunks/0b67rxrksqymt.js — 200 — 1.8 KiB — 39 ms — h2https://www.tf1.fr/_next/static/chunks/0.5tn1~gs558c.jswww.tf1.fr/_next/static/chunks/0.5t... https://www.tf1.fr/_next/static/chunks/0.5tn1~gs558c.js — 200 — 12.5 KiB — 39 ms — h2https://www.tf1.fr/_next/static/chunks/14kq5zpjd1x2~.jswww.tf1.fr/_next/static/chunks/14kq... https://www.tf1.fr/_next/static/chunks/14kq5zpjd1x2~.js — 200 — 10.2 KiB — 46 ms — h2https://www.tf1.fr/_next/static/chunks/0t.przc.vr6~1.jswww.tf1.fr/_next/static/chunks/0t.p... https://www.tf1.fr/_next/static/chunks/0t.przc.vr6~1.js — 200 — 7.3 KiB — 47 ms — h2https://www.tf1.fr/_next/static/chunks/0rfjff-wfrn.l.jswww.tf1.fr/_next/static/chunks/0rfj... https://www.tf1.fr/_next/static/chunks/0rfjff-wfrn.l.js — 200 — 9.9 KiB — 48 ms — h2https://www.tf1.fr/_next/static/chunks/0p~s~b-61lk-_.jswww.tf1.fr/_next/static/chunks/0p~s... https://www.tf1.fr/_next/static/chunks/0p~s~b-61lk-_.js — 200 — 34.8 KiB — 123 ms — h2https://www.tf1.fr/_next/static/chunks/08u_ky0witpqf.jswww.tf1.fr/_next/static/chunks/08u_... https://www.tf1.fr/_next/static/chunks/08u_ky0witpqf.js — 200 — 7.7 KiB — 60 ms — h2https://www.tf1.fr/_next/static/chunks/11ay_nvz4zxbe.jswww.tf1.fr/_next/static/chunks/11ay... https://www.tf1.fr/_next/static/chunks/11ay_nvz4zxbe.js — 200 — 5.1 KiB — 165 ms — h2https://www.tf1.fr/_next/static/chunks/120k0e3uf71-c.jswww.tf1.fr/_next/static/chunks/120k... https://www.tf1.fr/_next/static/chunks/120k0e3uf71-c.js — 200 — 15.7 KiB — 109 ms — h2https://www.tf1.fr/_next/static/chunks/0pb97wfnovbch.jswww.tf1.fr/_next/static/chunks/0pb9... https://www.tf1.fr/_next/static/chunks/0pb97wfnovbch.js — 200 — 8.4 KiB — 110 ms — h2https://www.tf1.fr/_next/static/chunks/136wgiavrt~yx.jswww.tf1.fr/_next/static/chunks/136w... https://www.tf1.fr/_next/static/chunks/136wgiavrt~yx.js — 200 — 7.5 KiB — 111 ms — h2https://www.tf1.fr/_next/static/chunks/15hyrjvsj7jcf.jswww.tf1.fr/_next/static/chunks/15hy... https://www.tf1.fr/_next/static/chunks/15hyrjvsj7jcf.js — 200 — 14.6 KiB — 112 ms — h2https://www.tf1.fr/_next/static/chunks/13pj10yf1nr5l.jswww.tf1.fr/_next/static/chunks/13pj... https://www.tf1.fr/_next/static/chunks/13pj10yf1nr5l.js — 200 — 25.2 KiB — 130 ms — h2https://www.tf1.fr/_next/static/chunks/0o2dkbmk34sx-.jswww.tf1.fr/_next/static/chunks/0o2d... https://www.tf1.fr/_next/static/chunks/0o2dkbmk34sx-.js — 200 — 54.8 KiB — 171 ms — h2https://www.tf1.fr/_next/static/chunks/0h4y.e3f~acs5.jswww.tf1.fr/_next/static/chunks/0h4y... https://www.tf1.fr/_next/static/chunks/0h4y.e3f~acs5.js — 200 — 17.4 KiB — 136 ms — h2https://www.tf1.fr/_next/static/chunks/0_zkhl9dj97zx.jswww.tf1.fr/_next/static/chunks/0_zk... https://www.tf1.fr/_next/static/chunks/0_zkhl9dj97zx.js — 200 — 15.9 KiB — 136 ms — h2https://www.tf1.fr/_next/static/chunks/0jahc0phzhix~.jswww.tf1.fr/_next/static/chunks/0jah... https://www.tf1.fr/_next/static/chunks/0jahc0phzhix~.js — 200 — 28.5 KiB — 150 ms — h2https://www.tf1.fr/_next/static/chunks/0wcjduua._6ng.jswww.tf1.fr/_next/static/chunks/0wcj... https://www.tf1.fr/_next/static/chunks/0wcjduua._6ng.js — 200 — 24.5 KiB — 150 ms — h2https://www.tf1.fr/_next/static/chunks/00wzji605pf6e.jswww.tf1.fr/_next/static/chunks/00wz... https://www.tf1.fr/_next/static/chunks/00wzji605pf6e.js — 200 — 6.4 KiB — 164 ms — h2https://www.tf1.fr/_next/static/chunks/0v0o6~dh008on.jswww.tf1.fr/_next/static/chunks/0v0o... https://www.tf1.fr/_next/static/chunks/0v0o6~dh008on.js — 200 — 12.3 KiB — 152 ms — h2https://www.tf1.fr/_next/static/chunks/07.oc~ig5596p.jswww.tf1.fr/_next/static/chunks/07.o... https://www.tf1.fr/_next/static/chunks/07.oc~ig5596p.js — 200 — 9.9 KiB — 167 ms — h2https://www.tf1.fr/_next/static/chunks/0.9i3olkw11jx.jswww.tf1.fr/_next/static/chunks/0.9i... https://www.tf1.fr/_next/static/chunks/0.9i3olkw11jx.js — 200 — 9.8 KiB — 153 ms — h2https://www.tf1.fr/_next/static/chunks/10sri8dv0dxdd.jswww.tf1.fr/_next/static/chunks/10sr... https://www.tf1.fr/_next/static/chunks/10sri8dv0dxdd.js — 200 — 20.4 KiB — 158 ms — h2https://www.tf1.fr/_next/static/chunks/0zc9jypyr5id8.jswww.tf1.fr/_next/static/chunks/0zc9... https://www.tf1.fr/_next/static/chunks/0zc9jypyr5id8.js — 200 — 14.4 KiB — 159 ms — h2https://www.tf1.fr/_next/static/chunks/0g2fisiwqnnjc.jswww.tf1.fr/_next/static/chunks/0g2f... https://www.tf1.fr/_next/static/chunks/0g2fisiwqnnjc.js — 200 — 15.4 KiB — 168 ms — h2https://photos.tf1.fr/288/144/logo-programme-64b7db-f89395-0@1x.avifphotos.tf1.fr/288/144/logo-programm... https://photos.tf1.fr/288/144/logo-programme-64b7db-f89395-0@1x.avif — 200 — 9.3 KiB — 47 ms — h2https://photos.tf1.fr/288/144/logo-programme-most-wanted-criminals-4dc8e9-04d0bc-0@1x.avifphotos.tf1.fr/288/144/logo-programm... https://photos.tf1.fr/288/144/logo-programme-most-wanted-criminals-4dc8e9-04d0bc-0@1x.avif — 200 — 5.8 KiB — 49 ms — h2https://photos.tf1.fr/288/144/logo-programme-753621-dded30-0@1x.avifphotos.tf1.fr/288/144/logo-programm... https://photos.tf1.fr/288/144/logo-programme-753621-dded30-0@1x.avif — 200 — 13.8 KiB — 111 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-2-9729a5-358dfe-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-2-9729a5-358dfe-0@3x.avif — 200 — 40.5 KiB — 96 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-png-1a22bd-a214bc-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-png-1a22bd-a214bc-0@3x.avif — 200 — 42.0 KiB — 90 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-v2-9ee3ef-634fe3-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-v2-9ee3ef-634fe3-0@3x.avif — 200 — 29.4 KiB — 96 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-3-59122a-34be9a-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-3-59122a-34be9a-0@3x.avif — 200 — 20.4 KiB — 96 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-411404-17416c-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-411404-17416c-0@3x.avif — 200 — 28.5 KiB — 102 ms — h2https://photos.tf1.fr/217/289/4_program-card-portrait-1-9b557f-cac752-0@3x.avifphotos.tf1.fr/217/289/4_program-car... https://photos.tf1.fr/217/289/4_program-card-portrait-1-9b557f-cac752-0@3x.avif — 200 — 28.7 KiB — 109 ms — h2https://photos.tf1.fr/330/186/2130860_allaincesreunif-7ce300-ca9de1-0@1x.avifphotos.tf1.fr/330/186/2130860_allai... https://photos.tf1.fr/330/186/2130860_allaincesreunif-7ce300-ca9de1-0@1x.avif — 200 — 15.7 KiB — 111 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-18f693-ddf497-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-18f693-ddf497-0@3x.avif — 200 — 49.3 KiB — 121 ms — h2https://photos.tf1.fr/217/289/new_program-card-portrait-1-8c5dbb-e92547-0@3x.avifphotos.tf1.fr/217/289/new_program-c... https://photos.tf1.fr/217/289/new_program-card-portrait-1-8c5dbb-e92547-0@3x.avif — 200 — 53.6 KiB — 133 ms — h2https://photos.tf1.fr/217/289/flux-program-card-portrait-1-png-6000f3-ae8ca9-9abaec-0@3x.avifphotos.tf1.fr/217/289/flux-program-... https://photos.tf1.fr/217/289/flux-program-card-portrait-1-png-6000f3-ae8ca9-9abaec-0@3x.avif — 200 — 14.6 KiB — 135 ms — h2https://photos.tf1.fr/217/289/flux-program-card-portrait-1-f2fe29-99b88e-7dae25-0@3x.avifphotos.tf1.fr/217/289/flux-program-... https://photos.tf1.fr/217/289/flux-program-card-portrait-1-f2fe29-99b88e-7dae25-0@3x.avif — 200 — 28.5 KiB — 142 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-1e35d9-b97725-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-1e35d9-b97725-0@3x.avif — 200 — 40.3 KiB — 133 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-bb9f6a-00d551-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-bb9f6a-00d551-0@3x.avif — 200 — 41.0 KiB — 135 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-b7f541-46ec12-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-b7f541-46ec12-0@3x.avif — 200 — 16.0 KiB — 136 ms — h2https://photos.tf1.fr/400/224/partner-card-arte-b72171-d3ff82-0@3x.avifphotos.tf1.fr/400/224/partner-card-... https://photos.tf1.fr/400/224/partner-card-arte-b72171-d3ff82-0@3x.avif — 200 — 2.2 KiB — 136 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-eacace-17046e-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-eacace-17046e-0@3x.avif — 200 — 47.3 KiB — 140 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-021816-fe3650-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-021816-fe3650-0@3x.avif — 200 — 14.5 KiB — 141 ms — h2https://photos.tf1.fr/443/194/collection-card-men-in-black-ccdaf6-9b67b6-0@3x.avifphotos.tf1.fr/443/194/collection-ca... https://photos.tf1.fr/443/194/collection-card-men-in-black-ccdaf6-9b67b6-0@3x.avif — 200 — 35.1 KiB — 143 ms — h2https://photos.tf1.fr/640/360/background-tv-9757b8-b2e25a-0@3x.avifphotos.tf1.fr/640/360/background-tv... https://photos.tf1.fr/640/360/background-tv-9757b8-b2e25a-0@3x.avif — 200 — 205.2 KiB — 141 ms — h2https://photos.tf1.fr/640/360/cover-hp-iptv-jpg-0d769b-cde4da-0@3x.avifphotos.tf1.fr/640/360/cover-hp-iptv... https://photos.tf1.fr/640/360/cover-hp-iptv-jpg-0d769b-cde4da-0@3x.avif — 200 — 174.8 KiB — 147 ms — h2https://photos.tf1.fr/640/360/background-tv-829fbd-2a102c-0@3x.avifphotos.tf1.fr/640/360/background-tv... https://photos.tf1.fr/640/360/background-tv-829fbd-2a102c-0@3x.avif — 200 — 81.5 KiB — 147 ms — h2https://photos.tf1.fr/217/289/04-cc5bda-7235ed-0@3x.avifphotos.tf1.fr/217/289/04-cc5bda-723... https://photos.tf1.fr/217/289/04-cc5bda-7235ed-0@3x.avif — 200 — 50.7 KiB — 131 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-jpg-copie-1b2eb6-ec7476-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-jpg-copie-1b2eb6-ec7476-0@3x.avif — 200 — 38.5 KiB — 118 ms — h2https://photos.tf1.fr/217/289/test-visuel-immerssif-anges-4-b41e88-8f2497-0@3x.avifphotos.tf1.fr/217/289/test-visuel-i... https://photos.tf1.fr/217/289/test-visuel-immerssif-anges-4-b41e88-8f2497-0@3x.avif — 200 — 38.4 KiB — 124 ms — h2https://photos.tf1.fr/217/289/vignette-immersive-3e88be-aa6d3b-0@3x.avifphotos.tf1.fr/217/289/vignette-imme... https://photos.tf1.fr/217/289/vignette-immersive-3e88be-aa6d3b-0@3x.avif — 200 — 17.8 KiB — 131 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-3-383bbe-ec9506-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-3-383bbe-ec9506-0@3x.avif — 200 — 40.1 KiB — 132 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-497120-a719c9-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-497120-a719c9-0@3x.avif — 200 — 20.6 KiB — 133 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-le-choix-de-juana-e197c4-c459b3-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-le-choix-de-juana-e197c4-c459b3-0@3x.avif — 200 — 26.3 KiB — 135 ms — h2https://photos.tf1.fr/217/289/flux-la-vengeance-de-veronica-vignette-actuelle-435173-0a6f3e-631d0a-0@3x.avifphotos.tf1.fr/217/289/flux-la-venge... https://photos.tf1.fr/217/289/flux-la-vengeance-de-veronica-vignette-actuelle-435173-0a6f3e-631d0a-0@3x.avif — 200 — 35.0 KiB — 138 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-f9fb7f-b3ad40-f26a6f-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-f9fb7f-b3ad40-f26a6f-0@3x.avif — 200 — 31.5 KiB — 139 ms — h2https://photos.tf1.fr/217/289/flux-vignette-portrait-budapest-5d7180-bbd502-4bff09-0@3x.avifphotos.tf1.fr/217/289/flux-vignette... https://photos.tf1.fr/217/289/flux-vignette-portrait-budapest-5d7180-bbd502-4bff09-0@3x.avif — 200 — 53.5 KiB — 139 ms — h2https://photos.tf1.fr/217/289/flux-program-card-portrait-1-096afc-21ba45-32da62-0@3x.avifphotos.tf1.fr/217/289/flux-program-... https://photos.tf1.fr/217/289/flux-program-card-portrait-1-096afc-21ba45-32da62-0@3x.avif — 200 — 23.4 KiB — 139 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-da8528-01d287-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-da8528-01d287-0@3x.avif — 200 — 66.0 KiB — 141 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-f53831-0b8f6c-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-f53831-0b8f6c-0@3x.avif — 200 — 126.0 KiB — 155 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-a67ee0-c8ac0b-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-a67ee0-c8ac0b-0@3x.avif — 200 — 21.5 KiB — 141 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-3af401-b4e36b-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-3af401-b4e36b-0@3x.avif — 200 — 25.5 KiB — 141 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-jpg-copie-2-49e1a8-d38aca-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-jpg-copie-2-49e1a8-d38aca-0@3x.avif — 200 — 29.2 KiB — 142 ms — h2https://photos.tf1.fr/217/289/pure-1775621347-da566d-59bf03-0@3x.avifphotos.tf1.fr/217/289/pure-17756213... https://photos.tf1.fr/217/289/pure-1775621347-da566d-59bf03-0@3x.avif — 200 — 21.2 KiB — 142 ms — h2https://photos.tf1.fr/0/40/logo-arte-categ-b6cd93-531c21-0@1x.avifphotos.tf1.fr/0/40/logo-arte-categ-... https://photos.tf1.fr/0/40/logo-arte-categ-b6cd93-531c21-0@1x.avif — 200 — 1.8 KiB — 141 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-6149ed-2f40de-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-6149ed-2f40de-0@3x.avif — 200 — 24.0 KiB — 147 ms — h2https://photos.tf1.fr/217/289/flux-vignette-portrait-sisbro-910f53-300606-830fcf-0@3x.avifphotos.tf1.fr/217/289/flux-vignette... https://photos.tf1.fr/217/289/flux-vignette-portrait-sisbro-910f53-300606-830fcf-0@3x.avif — 200 — 31.6 KiB — 153 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-d46546-f6dc1d-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-d46546-f6dc1d-0@3x.avif — 200 — 17.9 KiB — 154 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-84bbdf-4ffd59-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-84bbdf-4ffd59-0@3x.avif — 200 — 31.4 KiB — 154 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-2-97d6ca-48fb23-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-2-97d6ca-48fb23-0@3x.avif — 200 — 22.5 KiB — 154 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-dora-f2abdd-6c4d4b-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-dora-f2abdd-6c4d4b-0@3x.avif — 200 — 95.7 KiB — 158 ms — h2https://www.tf1.fr/manifest.webmanifestwww.tf1.fr/manifest.webmanifest https://www.tf1.fr/manifest.webmanifest — 200 — 483 B — 104 ms — h2https://photos.tf1.fr/217/289/v2-640cb7-7757f2-0@3x.avifphotos.tf1.fr/217/289/v2-640cb7-775... https://photos.tf1.fr/217/289/v2-640cb7-7757f2-0@3x.avif — 200 — 26.3 KiB — 136 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-cff736-df1c67-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-cff736-df1c67-0@3x.avif — 200 — 34.8 KiB — 137 ms — h2https://photos.tf1.fr/330/186/top-info-du-22-avril-cba972-949410-0@1x.avifphotos.tf1.fr/330/186/top-info-du-2... https://photos.tf1.fr/330/186/top-info-du-22-avril-cba972-949410-0@1x.avif — 200 — 821.9 KiB — 149 ms — h2https://photos.tf1.fr/217/289/program-card-portrait-1-d16985-481815-0@3x.avifphotos.tf1.fr/217/289/program-card-... https://photos.tf1.fr/217/289/program-card-portrait-1-d16985-481815-0@3x.avif — 200 — 37.9 KiB — 142 ms — h2https://photos.tf1.fr/217/289/flux-vignette-portrait-coup-de-foudre-en-talons-aiguilles-831a6b-999874-b6d51e-0@3x.avifphotos.tf1.fr/217/289/flux-vignette... https://photos.tf1.fr/217/289/flux-vignette-portrait-coup-de-foudre-en-talons-aiguilles-831a6b-999874-b6d51e-0@3x.avif — 200 — 28.5 KiB — 144 ms — h2https://photos.tf1.fr/217/289/flux-vignette-portrait-saint-seya-the-lost-canvas-297f3e-605bd5-8b0017-0@3x.avifphotos.tf1.fr/217/289/flux-vignette... https://photos.tf1.fr/217/289/flux-vignette-portrait-saint-seya-the-lost-canvas-297f3e-605bd5-8b0017-0@3x.avif — 200 — 62.3 KiB — 54 ms — h2https://www.tf1.fr/icon.svg?icon.0i0vk63-d6rb3.svgwww.tf1.fr/icon.svg?icon.0i0vk63-d6... https://www.tf1.fr/icon.svg?icon.0i0vk63-d6rb3.svg — 200 — 393 B — 50 ms — h2https://static.adsafeprotected.com/favicon.icostatic.adsafeprotected.com/favicon.... https://static.adsafeprotected.com/favicon.ico — 302 — 252 B — 252 ms — h2https://www.tf1.fr/graphql/web?id=8512e19da3ba0b008e46fc87a21da28e68b63d1awww.tf1.fr/graphql/web?id=8512e19da... https://www.tf1.fr/graphql/web?id=8512e19da3ba0b008e46fc87a21da28e68b63d1a — 200 — 486 B — 48 ms — h2https://photos.tf1.fr/0/0/ba_bateasb_greys_anatomy_s22-9ebe08-cec017-0@1x.mp4photos.tf1.fr/0/0/ba_bateasb_greys_... https://photos.tf1.fr/0/0/ba_bateasb_greys_anatomy_s22-9ebe08-cec017-0@1x.mp4 — 206 — 150 B — 307 ms — h2https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 101.7 KiB — 41 ms — h2https://compte.tf1.fr/sdk.config.get?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk&httpStatusCodes=true&ver=1776897360000compte.tf1.fr/sdk.config.get?apiKey... https://compte.tf1.fr/sdk.config.get?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk&httpStatusCodes=true&ver=1776897360000 — 200 — 4.0 KiB — 22 ms — http/1.1https://static.adsafeprotected.com/skeleton.gifstatic.adsafeprotected.com/skeleton... https://static.adsafeprotected.com/skeleton.gif — 200 — 430 B — 182 ms — h2https://photos.tf1.fr/0/0/ba_bateasb_greys_anatomy_s22-9ebe08-cec017-0@1x.mp4photos.tf1.fr/0/0/ba_bateasb_greys_... https://photos.tf1.fr/0/0/ba_bateasb_greys_anatomy_s22-9ebe08-cec017-0@1x.mp4 — 206 — 61.8 KiB — 18 ms — h2https://cdns.eu1.gigya.com/js/Api.htm?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk&version=latest&build=1535&flavor=base&serviceName=apiServicecdns.eu1.gigya.com/js/Api.htm?apiKe... https://cdns.eu1.gigya.com/js/Api.htm?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk&version=latest&build=1535&flavor=base&serviceName=apiService — 200 — 55.9 KiB — 56 ms — h3https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 1.3 KiB — 19 ms — h3https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-fr-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-fr-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 55.1 KiB — 35 ms — h3https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk&httpStatusCodes=true&ver=1776897360000cdns.eu1.gigya.com/sdk.config.get?a... https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk&httpStatusCodes=true&ver=1776897360000 — 200 — 3.8 KiB — 24 ms — h3https://compte.tf1.fr/accounts.webSdkBootstrap?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk&pageURL=https%3A%2F%2Fwww.tf1.fr%2F&sdk=js_latest&sdkBuild=1535&format=jsoncompte.tf1.fr/accounts.webSdkBootst... https://compte.tf1.fr/accounts.webSdkBootstrap?apiKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk&pageURL=https%3A%2F%2Fwww.tf1.fr%2F&sdk=js_latest&sdkBuild=1535&format=json — 200 — 1.5 KiB — 91 ms — http/1.1https://photos.tf1.fr/404/0/logo-cmp-web-tf1-2fce84-0c8034-0@1x.pngphotos.tf1.fr/404/0/logo-cmp-web-tf... https://photos.tf1.fr/404/0/logo-cmp-web-tf1-2fce84-0c8034-0@1x.png — 200 — 1.8 KiB — 3 ms — h2https://cdns.eu1.gigya.com/js/sso.htm?APIKey=3_V0V05QSzDCimJF1kAfErvJQh1P_rQM90AuYUAbZtugjVzudO7Z9K-ijgH47eDMhd&ssoSegment=&version=latest&build=1535&flavor=base&sourceKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVkcdns.eu1.gigya.com/js/sso.htm?APIKe... https://cdns.eu1.gigya.com/js/sso.htm?APIKey=3_V0V05QSzDCimJF1kAfErvJQh1P_rQM90AuYUAbZtugjVzudO7Z9K-ijgH47eDMhd&ssoSegment=&version=latest&build=1535&flavor=base&sourceKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk — 200 — 40.8 KiB — 27 ms — h3https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_V0V05QSzDCimJF1kAfErvJQh1P_rQM90AuYUAbZtugjVzudO7Z9K-ijgH47eDMhd&httpStatusCodes=true&ver=1776897360000cdns.eu1.gigya.com/sdk.config.get?a... https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_V0V05QSzDCimJF1kAfErvJQh1P_rQM90AuYUAbZtugjVzudO7Z9K-ijgH47eDMhd&httpStatusCodes=true&ver=1776897360000 — 200 — 3.6 KiB — 22 ms — h3https://apis.google.com/js/client.js?onload=__gigya_handleClientLoadapis.google.com/js/client.js?onload... https://apis.google.com/js/client.js?onload=__gigya_handleClientLoad — 200 — 6.2 KiB — 91 ms — h2https://connect.facebook.net/fr_FR/sdk.jsconnect.facebook.net/fr_FR/sdk.js https://connect.facebook.net/fr_FR/sdk.js — 200 — 5.0 KiB — 12 ms — h3https://cdns.eu1.gigya.com/js/sso.htm?APIKey=3_V0V05QSzDCimJF1kAfErvJQh1P_rQM90AuYUAbZtugjVzudO7Z9K-ijgH47eDMhd&ssoSegment=&version=latest&build=1535&flavor=base&sourceKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVkcdns.eu1.gigya.com/js/sso.htm?APIKe... https://cdns.eu1.gigya.com/js/sso.htm?APIKey=3_V0V05QSzDCimJF1kAfErvJQh1P_rQM90AuYUAbZtugjVzudO7Z9K-ijgH47eDMhd&ssoSegment=&version=latest&build=1535&flavor=base&sourceKey=3_hWgJdARhz_7l1oOp3a8BDLoR9cuWZpUaKG4aqF7gum9_iK3uTZ2VlDBl8ANf8FVk — 200 — 0 B — 6 ms — h3https://connect.facebook.net/fr_FR/bundle/sdk.js/connect.facebook.net/fr_FR/bundle/s... https://connect.facebook.net/fr_FR/bundle/sdk.js/ — 200 — 77.9 KiB — 6 ms — h3https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_V0V05QSzDCimJF1kAfErvJQh1P_rQM90AuYUAbZtugjVzudO7Z9K-ijgH47eDMhd&httpStatusCodes=true&ver=1776897360000cdns.eu1.gigya.com/sdk.config.get?a... https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_V0V05QSzDCimJF1kAfErvJQh1P_rQM90AuYUAbZtugjVzudO7Z9K-ijgH47eDMhd&httpStatusCodes=true&ver=1776897360000 — 200 — 3.6 KiB — 24 ms — h3https://www.facebook.com/x/oauth/status?client_id=105856129451532&input_token&origin=1&redirect_uri=https%3A%2F%2Fwww.tf1.fr%2F&sdk=joey&wants_cookie_data=truewww.facebook.com/x/oauth/status?cli... https://www.facebook.com/x/oauth/status?client_id=105856129451532&input_token&origin=1&redirect_uri=https%3A%2F%2Fwww.tf1.fr%2F&sdk=joey&wants_cookie_data=true — 200 — 2.0 KiB — 684 ms — h2https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.HLcjcliCxoY.O/m=client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-EKlLcELGvY6Qdg_kTBmN3Ra8MLw/cb=gapi.loaded_0?le=scsapis.google.com/_/scs/abc-static/_/... https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.HLcjcliCxoY.O/m=client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-EKlLcELGvY6Qdg_kTBmN3Ra8MLw/cb=gapi.loaded_0?le=scs — 200 — 108.3 KiB — 89 ms — h2https://photos.tf1.fr/0/0/ba_bateasb_greys_anatomy_s22-9ebe08-cec017-0@1x.mp4photos.tf1.fr/0/0/ba_bateasb_greys_... https://photos.tf1.fr/0/0/ba_bateasb_greys_anatomy_s22-9ebe08-cec017-0@1x.mp4 — 206 — 0 B — 0 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1421ms · 938KB · €6/mo
www.tf1.fr
Other
Costly
Execution 610ms
Transfer 67 KB
Unused 38%
Monthly Cost €3/mo
www.tf1.fr
Other
Costly
Execution 349ms
Transfer 399 KB
Monthly Cost €1/mo
Unattributable
Other
Costly
Execution 245ms
Transfer 0 KB
Monthly Cost €1/mo
compte.tf1.fr
Other
Optional
Execution 105ms
Transfer 239 KB
Unused 59%
Monthly Cost €0/mo
cdn.tagcommander.com
Other
Optional
Execution 58ms
Transfer 131 KB
Unused 63%
Monthly Cost €0/mo
sdk.privacy-center.org
Other
Optional
Execution 55ms
Transfer 102 KB
Unused 43%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.tf1.fr adds 610ms and costs ~€3/month
  • www.tf1.fr adds 349ms and costs ~€1/month
  • Unattributable adds 245ms and costs ~€1/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

www.tf1.fr takes 610ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.tf1.fr takes 349ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 245ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

59% of compte.tf1.fr's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

63% of cdn.tagcommander.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback