Skip to content
https://free.fr

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
5
REVIEW
3
PASS
7
INFO
2

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

45
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
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.

2.56 s

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

25.18 s

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

863 ms

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

0.008

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

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

26.41 s

Page Load Progression

439 ms
877 ms
1.3 s
1.8 s
2.2 s
2.6 s
3.1 s
3.5 s
Checks
17
7 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
8.5 MB transferred, 88 requests
FIX
8.5 MB transferred, 88 requests
Critical::
Page weighs 10.8 MB (8.5 MB transferred)
Warning::
Images are 7.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 7.2 MB
Info::
Fonts are 598 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 598 KB
Warning::
JavaScript is 546 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 546 KB
Info::
88 HTTP requests
Info::
Estimated 1.8 g CO2 per page load
8.5 MB / 2.4 MB budget
8.5 MB transferred
88 requests
1.8 g CO2 per page load
Images 7.2 MiB 85%
Fonts 598.1 KiB 7%
JavaScript 545.7 KiB 6%
Other 112.7 KiB 1%
CSS 44.1 KiB 1%
HTML 31.7 KiB 0%
Other 3.6 KiB 0%
Other 486 B 0%
Other 229 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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

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 (8.5 MiB of 8.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5919ms total JS execution
FIX
5919ms total JS execution
Warning::
https://www.free.fr/_next/static/chunks/framework-...: 1500ms CPU time
Warning::
https://www.free.fr/freebox: 1472ms CPU time
Warning::
Unattributable: 1317ms CPU time
Warning::
https://www.free.fr/_next/static/chunks/9287-818be...: 674ms CPU time
Warning::
https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfd...: 287ms CPU time
Warning::
Third-party scripts: 5919ms (100% of total)

Main Thread Breakdown

Script Evaluation 36% Other 29% Style & Layout 23% Rendering 5% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.free.fr/_next/static/chunks/framework-945b357d4a851f4b.js1500ms1084ms27ms3rd
https://www.free.fr/freebox1472ms4ms1ms3rd
Unattributable1317ms64ms0ms3rd
https://www.free.fr/_next/static/chunks/9287-818be36ecbda0ef2.js674ms231ms10ms3rd
https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.js287ms215ms48ms3rd
https://www.free.fr/_next/static/chunks/pages/_app-1fb0f6bd6170d9ed.js270ms206ms63ms3rd
https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/ui-web-en-web.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.js150ms92ms25ms3rd
https://www.free.fr/_next/static/chunks/pages/freebox-26820cbf50fe4406.js126ms109ms5ms3rd
https://www.free.fr/_next/static/chunks/main-961c6997f1de1abb.js125ms101ms21ms3rd
D
Page Weight Inventory
Action
88 resources · 8.5 MB · 105 KB savings available
FIX
88 resources · 8.5 MB · 105 KB savings available
Warning::
Page weight 7.5 MB over 1MB target
Got: 8.5 MB Expected: ≤ 1 MB
Info::
~105 KB of savings available
Warning::
87 third-party resources (100% of weight)
Info::
12 resources over 200KB
88 resources · 8.5 MiB · 87 third-party 7.5 MiB over 1MB target
Image 85% · 7.2 MiB
Font 7% · 598.1 KiB
JavaScript 6% · 545.7 KiB
Other 1% · 113.4 KiB
CSS 1% · 44.1 KiB
Document 0% · 32.0 KiB

~105.5 KiB of savings available

Remove unused JavaScript: 105.5 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
Image Optimization
Action
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Warning::
https://freebox.cdn.scw.iliad.fr/large_free_family... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/icon/home/logo-netflix.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://freebox.cdn.scw.iliad.fr/medium_image_assi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://freebox.cdn.scw.iliad.fr/boutiques_free_df... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://freebox.cdn.scw.iliad.fr/fibre_free_3da6fc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/data/icon_footer/free.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/navHeader/icons/free.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/icon/freeTvPlus/picto-f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/icon/home/logo-canal-pl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/icon/home/logo-disney-p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/icon/home/logo-7.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/footer/icons/plus-icon.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/icon/home/logo-prime.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/icon/home/logo-universa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/footer/icons/arrow-down... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/img/freebox/home/cards/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.free.fr/assets/img/freebox/home/cards/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
42 images 7.2 MB
0 oversized -0 KB
42 legacy format
17 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Bundles
20 scripts, 105 KB unused
REVIEW
20 scripts, 105 KB unused
Warning::
https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfd...: 54 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.free.fr/_next/static/chunks/pages/_app...: 51 KB unused (31%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 105 KB
105 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.js102 KB54 KB (53%)3rd
https://www.free.fr/_next/static/chunks/pages/_app-1fb0f6bd6170d9ed.js164 KB51 KB (31%)3rd
https://www.free.fr/_next/static/chunks/4886-7ccdba29ee1ff978.js7 KB3rd
https://www.free.fr/_next/static/chunks/6915-5b0afa43e3db5fce.js4 KB3rd
https://www.free.fr/_next/static/chunks/framework-945b357d4a851f4b.js44 KB3rd
https://www.free.fr/_next/static/chunks/c16184b3-d1c155136a7c92d1.js1 KB3rd
https://www.free.fr/_next/static/chunks/3679-a9a4da3915b4fda3.js13 KB3rd
https://www.free.fr/_next/static/chunks/9359-b953d6c4c53cdadf.js10 KB3rd
https://www.free.fr/_next/static/chunks/9603-6678331badd40003.js19 KB3rd
https://www.free.fr/_next/static/chunks/9287-818be36ecbda0ef2.js31 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

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+
Font Loading
8 fonts (598 KB)
PASS
8 fonts (598 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

598 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s FCP 2.6 s LCP 25.2 shttps://www.free.fr/_next/static/media/Montserrat-Medium.38692f8f.woff2Montserrat-Medium.38692... https://www.free.fr/_next/static/media/Montserrat-Medium.38692f8f.woff2 — 83.4 KiB — 225 ms — font-display: swaphttps://www.free.fr/_next/static/media/icons.2e74bc6c.ttficons.2e74bc6c.ttf https://www.free.fr/_next/static/media/icons.2e74bc6c.ttf — 219.1 KiB — 373 ms — font-display: swaphttps://www.free.fr/_next/static/media/Montserrat-Bold.3b7969f4.woff2Montserrat-Bold.3b7969f... https://www.free.fr/_next/static/media/Montserrat-Bold.3b7969f4.woff2 — 83.8 KiB — 440 ms — font-display: swaphttps://www.free.fr/_next/static/media/Iliad-Bold.72c27688.woffIliad-Bold.72c27688.woff https://www.free.fr/_next/static/media/Iliad-Bold.72c27688.woff — 16.5 KiB — 435 ms — font-display: swaphttps://www.free.fr/_next/static/media/Montserrat-SemiBold.bd13e302.woff2Montserrat-SemiBold.bd1... https://www.free.fr/_next/static/media/Montserrat-SemiBold.bd13e302.woff2 — 83.3 KiB — 445 ms — font-display: swaphttps://www.free.fr/_next/static/media/Montserrat-Regular.02605988.woff2Montserrat-Regular.0260... https://www.free.fr/_next/static/media/Montserrat-Regular.02605988.woff2 — 83.4 KiB — 448 ms — font-display: swaphttps://www.free.fr/_next/static/media/Iliad-Regular.8529fb7d.woffIliad-Regular.8529fb7d.... https://www.free.fr/_next/static/media/Iliad-Regular.8529fb7d.woff — 16.1 KiB — 444 ms — font-display: swaphttps://www.free.fr/_next/static/media/Montserrat-Light.66b0cd06.woff2Montserrat-Light.66b0cd... https://www.free.fr/_next/static/media/Montserrat-Light.66b0cd06.woff2 — 12.5 KiB — 406 ms — font-display: swap
Montserrat-Medium.38692... woff2 swap
Size 83 KB
Load time 225 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
icons.2e74bc6c.ttf ttf swap
Size 219 KB
Load time 373 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Montserrat-Bold.3b7969f... woff2 swap
Size 84 KB
Load time 440 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Iliad-Bold.72c27688.woff woff swap
Size 16 KB
Load time 435 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Montserrat-SemiBold.bd1... woff2 swap
Size 83 KB
Load time 445 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Montserrat-Regular.0260... woff2 swap
Size 83 KB
Load time 448 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Iliad-Regular.8529fb7d.... woff swap
Size 16 KB
Load time 444 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Montserrat-Light.66b0cd... woff2 swap
Size 13 KB
Load time 406 ms
Start 1.2 s
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)

Fixing the unchecked items could save ~185 KB and ~370 ms

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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
1
preload
4
dns-prefetch
prefetch

5 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
88 requests over 4084ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s FCP 2.6 s LCP 25.2 shttps://free.fr// https://free.fr/ — 301 — 77 B — 441 ms — h2https://www.free.fr/www.free.fr/ https://www.free.fr/ — 302 — 176 B — 154 ms — h2https://www.free.fr/freeboxwww.free.fr/freebox https://www.free.fr/freebox — 200 — 31.7 KiB — 288 ms — h2https://freebox.cdn.scw.iliad.fr/FAS_offerts_1560x2240_mobile_03122025_1_0758af0816.jpgfreebox.cdn.scw.iliad.fr/FAS_offert... https://freebox.cdn.scw.iliad.fr/FAS_offerts_1560x2240_mobile_03122025_1_0758af0816.jpg — 200 — 249.0 KiB — 2.5 s — h2https://www.free.fr/data/env-config.js?1776178379175www.free.fr/data/env-config.js?1776... https://www.free.fr/data/env-config.js?1776178379175 — 200 — 845 B — 151 ms — h2https://www.free.fr/_next/static/css/af4e938243dc3760.csswww.free.fr/_next/static/css/af4e93... https://www.free.fr/_next/static/css/af4e938243dc3760.css — 200 — 43.7 KiB — 152 ms — h2https://www.free.fr/_next/static/css/fe6f99b5fbcd1011.csswww.free.fr/_next/static/css/fe6f99... https://www.free.fr/_next/static/css/fe6f99b5fbcd1011.css — 200 — 481 B — 149 ms — h2https://www.free.fr/assets/navHeader/icons/free.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/free.svg — 200 — 5.5 KiB — 287 ms — h2https://www.free.fr/assets/navHeader/icons/mail.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/mail.svg — 200 — 799 B — 289 ms — h2https://www.free.fr/assets/navHeader/icons/arrow-to-right.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/arrow-to-right.svg — 200 — 1.0 KiB — 149 ms — h2https://www.free.fr/assets/navHeader/icons/contact.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/contact.svg — 200 — 958 B — 151 ms — h2https://www.free.fr/assets/navHeader/icons/portal.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/portal.svg — 200 — 830 B — 152 ms — h2https://www.free.fr/manifest.jsonwww.free.fr/manifest.json https://www.free.fr/manifest.json — 200 — 486 B — 153 ms — h2https://freebox.cdn.scw.iliad.fr/FREEBOXPOP_homepage_1560x2240_6ec2999f96.jpgfreebox.cdn.scw.iliad.fr/FREEBOXPOP... https://freebox.cdn.scw.iliad.fr/FREEBOXPOP_homepage_1560x2240_6ec2999f96.jpg — 200 — 209.1 KiB — 2.2 s — h2https://freebox.cdn.scw.iliad.fr/EUPHORIA_Free_1560x2240_c93df91408.pngfreebox.cdn.scw.iliad.fr/EUPHORIA_F... https://freebox.cdn.scw.iliad.fr/EUPHORIA_Free_1560x2240_c93df91408.png — 200 — 739.4 KiB — 2.5 s — h2https://www.free.fr/_next/static/media/Montserrat-Medium.38692f8f.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-Medium.38692f8f.woff2 — 200 — 83.4 KiB — 225 ms — h2https://www.free.fr/_next/static/media/icons.2e74bc6c.ttfwww.free.fr/_next/static/media/icon... https://www.free.fr/_next/static/media/icons.2e74bc6c.ttf — 200 — 219.1 KiB — 373 ms — h2https://www.free.fr/_next/static/media/Montserrat-Bold.3b7969f4.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-Bold.3b7969f4.woff2 — 200 — 83.8 KiB — 440 ms — h2https://www.free.fr/_next/static/media/Iliad-Bold.72c27688.woffwww.free.fr/_next/static/media/Ilia... https://www.free.fr/_next/static/media/Iliad-Bold.72c27688.woff — 200 — 16.5 KiB — 435 ms — h2https://www.free.fr/_next/static/media/Montserrat-SemiBold.bd13e302.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-SemiBold.bd13e302.woff2 — 200 — 83.3 KiB — 445 ms — h2https://www.free.fr/_next/static/media/Montserrat-Regular.02605988.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-Regular.02605988.woff2 — 200 — 83.4 KiB — 448 ms — h2https://www.free.fr/_next/static/media/Iliad-Regular.8529fb7d.woffwww.free.fr/_next/static/media/Ilia... https://www.free.fr/_next/static/media/Iliad-Regular.8529fb7d.woff — 200 — 16.1 KiB — 444 ms — h2https://www.free.fr/_next/static/media/Montserrat-Light.66b0cd06.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-Light.66b0cd06.woff2 — 200 — 12.5 KiB — 406 ms — h2https://www.free.fr/_next/static/chunks/webpack-5313ab31358a5ad2.jswww.free.fr/_next/static/chunks/web... https://www.free.fr/_next/static/chunks/webpack-5313ab31358a5ad2.js — 200 — 2.9 KiB — 148 ms — h2https://www.free.fr/_next/static/chunks/framework-945b357d4a851f4b.jswww.free.fr/_next/static/chunks/fra... https://www.free.fr/_next/static/chunks/framework-945b357d4a851f4b.js — 200 — 44.2 KiB — 164 ms — h2https://www.free.fr/_next/static/chunks/main-961c6997f1de1abb.jswww.free.fr/_next/static/chunks/mai... https://www.free.fr/_next/static/chunks/main-961c6997f1de1abb.js — 200 — 40.1 KiB — 158 ms — h2https://www.free.fr/_next/static/chunks/pages/_app-1fb0f6bd6170d9ed.jswww.free.fr/_next/static/chunks/pag... https://www.free.fr/_next/static/chunks/pages/_app-1fb0f6bd6170d9ed.js — 200 — 163.8 KiB — 180 ms — h2https://www.free.fr/_next/static/chunks/c16184b3-d1c155136a7c92d1.jswww.free.fr/_next/static/chunks/c16... https://www.free.fr/_next/static/chunks/c16184b3-d1c155136a7c92d1.js — 200 — 796 B — 168 ms — h2https://www.free.fr/_next/static/chunks/3679-a9a4da3915b4fda3.jswww.free.fr/_next/static/chunks/367... https://www.free.fr/_next/static/chunks/3679-a9a4da3915b4fda3.js — 200 — 12.6 KiB — 168 ms — h2https://www.free.fr/_next/static/chunks/9359-b953d6c4c53cdadf.jswww.free.fr/_next/static/chunks/935... https://www.free.fr/_next/static/chunks/9359-b953d6c4c53cdadf.js — 200 — 9.6 KiB — 157 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s FCP 2.6 s LCP 25.2 shttps://free.fr// https://free.fr/ — 301 — 77 B — 441 ms — h2https://www.free.fr/www.free.fr/ https://www.free.fr/ — 302 — 176 B — 154 ms — h2https://www.free.fr/freeboxwww.free.fr/freebox https://www.free.fr/freebox — 200 — 31.7 KiB — 288 ms — h2https://freebox.cdn.scw.iliad.fr/FAS_offerts_1560x2240_mobile_03122025_1_0758af0816.jpgfreebox.cdn.scw.iliad.fr/FAS_offert... https://freebox.cdn.scw.iliad.fr/FAS_offerts_1560x2240_mobile_03122025_1_0758af0816.jpg — 200 — 249.0 KiB — 2.5 s — h2https://www.free.fr/data/env-config.js?1776178379175www.free.fr/data/env-config.js?1776... https://www.free.fr/data/env-config.js?1776178379175 — 200 — 845 B — 151 ms — h2https://www.free.fr/_next/static/css/af4e938243dc3760.csswww.free.fr/_next/static/css/af4e93... https://www.free.fr/_next/static/css/af4e938243dc3760.css — 200 — 43.7 KiB — 152 ms — h2https://www.free.fr/_next/static/css/fe6f99b5fbcd1011.csswww.free.fr/_next/static/css/fe6f99... https://www.free.fr/_next/static/css/fe6f99b5fbcd1011.css — 200 — 481 B — 149 ms — h2https://www.free.fr/assets/navHeader/icons/free.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/free.svg — 200 — 5.5 KiB — 287 ms — h2https://www.free.fr/assets/navHeader/icons/mail.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/mail.svg — 200 — 799 B — 289 ms — h2https://www.free.fr/assets/navHeader/icons/arrow-to-right.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/arrow-to-right.svg — 200 — 1.0 KiB — 149 ms — h2https://www.free.fr/assets/navHeader/icons/contact.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/contact.svg — 200 — 958 B — 151 ms — h2https://www.free.fr/assets/navHeader/icons/portal.svgwww.free.fr/assets/navHeader/icons/... https://www.free.fr/assets/navHeader/icons/portal.svg — 200 — 830 B — 152 ms — h2https://www.free.fr/manifest.jsonwww.free.fr/manifest.json https://www.free.fr/manifest.json — 200 — 486 B — 153 ms — h2https://freebox.cdn.scw.iliad.fr/FREEBOXPOP_homepage_1560x2240_6ec2999f96.jpgfreebox.cdn.scw.iliad.fr/FREEBOXPOP... https://freebox.cdn.scw.iliad.fr/FREEBOXPOP_homepage_1560x2240_6ec2999f96.jpg — 200 — 209.1 KiB — 2.2 s — h2https://freebox.cdn.scw.iliad.fr/EUPHORIA_Free_1560x2240_c93df91408.pngfreebox.cdn.scw.iliad.fr/EUPHORIA_F... https://freebox.cdn.scw.iliad.fr/EUPHORIA_Free_1560x2240_c93df91408.png — 200 — 739.4 KiB — 2.5 s — h2https://www.free.fr/_next/static/media/Montserrat-Medium.38692f8f.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-Medium.38692f8f.woff2 — 200 — 83.4 KiB — 225 ms — h2https://www.free.fr/_next/static/media/icons.2e74bc6c.ttfwww.free.fr/_next/static/media/icon... https://www.free.fr/_next/static/media/icons.2e74bc6c.ttf — 200 — 219.1 KiB — 373 ms — h2https://www.free.fr/_next/static/media/Montserrat-Bold.3b7969f4.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-Bold.3b7969f4.woff2 — 200 — 83.8 KiB — 440 ms — h2https://www.free.fr/_next/static/media/Iliad-Bold.72c27688.woffwww.free.fr/_next/static/media/Ilia... https://www.free.fr/_next/static/media/Iliad-Bold.72c27688.woff — 200 — 16.5 KiB — 435 ms — h2https://www.free.fr/_next/static/media/Montserrat-SemiBold.bd13e302.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-SemiBold.bd13e302.woff2 — 200 — 83.3 KiB — 445 ms — h2https://www.free.fr/_next/static/media/Montserrat-Regular.02605988.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-Regular.02605988.woff2 — 200 — 83.4 KiB — 448 ms — h2https://www.free.fr/_next/static/media/Iliad-Regular.8529fb7d.woffwww.free.fr/_next/static/media/Ilia... https://www.free.fr/_next/static/media/Iliad-Regular.8529fb7d.woff — 200 — 16.1 KiB — 444 ms — h2https://www.free.fr/_next/static/media/Montserrat-Light.66b0cd06.woff2www.free.fr/_next/static/media/Mont... https://www.free.fr/_next/static/media/Montserrat-Light.66b0cd06.woff2 — 200 — 12.5 KiB — 406 ms — h2https://www.free.fr/_next/static/chunks/webpack-5313ab31358a5ad2.jswww.free.fr/_next/static/chunks/web... https://www.free.fr/_next/static/chunks/webpack-5313ab31358a5ad2.js — 200 — 2.9 KiB — 148 ms — h2https://www.free.fr/_next/static/chunks/framework-945b357d4a851f4b.jswww.free.fr/_next/static/chunks/fra... https://www.free.fr/_next/static/chunks/framework-945b357d4a851f4b.js — 200 — 44.2 KiB — 164 ms — h2https://www.free.fr/_next/static/chunks/main-961c6997f1de1abb.jswww.free.fr/_next/static/chunks/mai... https://www.free.fr/_next/static/chunks/main-961c6997f1de1abb.js — 200 — 40.1 KiB — 158 ms — h2https://www.free.fr/_next/static/chunks/pages/_app-1fb0f6bd6170d9ed.jswww.free.fr/_next/static/chunks/pag... https://www.free.fr/_next/static/chunks/pages/_app-1fb0f6bd6170d9ed.js — 200 — 163.8 KiB — 180 ms — h2https://www.free.fr/_next/static/chunks/c16184b3-d1c155136a7c92d1.jswww.free.fr/_next/static/chunks/c16... https://www.free.fr/_next/static/chunks/c16184b3-d1c155136a7c92d1.js — 200 — 796 B — 168 ms — h2https://www.free.fr/_next/static/chunks/3679-a9a4da3915b4fda3.jswww.free.fr/_next/static/chunks/367... https://www.free.fr/_next/static/chunks/3679-a9a4da3915b4fda3.js — 200 — 12.6 KiB — 168 ms — h2https://www.free.fr/_next/static/chunks/9359-b953d6c4c53cdadf.jswww.free.fr/_next/static/chunks/935... https://www.free.fr/_next/static/chunks/9359-b953d6c4c53cdadf.js — 200 — 9.6 KiB — 157 ms — h2https://www.free.fr/_next/static/chunks/9603-6678331badd40003.jswww.free.fr/_next/static/chunks/960... https://www.free.fr/_next/static/chunks/9603-6678331badd40003.js — 200 — 18.8 KiB — 150 ms — h2https://www.free.fr/_next/static/chunks/9287-818be36ecbda0ef2.jswww.free.fr/_next/static/chunks/928... https://www.free.fr/_next/static/chunks/9287-818be36ecbda0ef2.js — 200 — 30.5 KiB — 154 ms — h2https://www.free.fr/_next/static/chunks/4886-7ccdba29ee1ff978.jswww.free.fr/_next/static/chunks/488... https://www.free.fr/_next/static/chunks/4886-7ccdba29ee1ff978.js — 200 — 7.3 KiB — 151 ms — h2https://www.free.fr/_next/static/chunks/6915-5b0afa43e3db5fce.jswww.free.fr/_next/static/chunks/691... https://www.free.fr/_next/static/chunks/6915-5b0afa43e3db5fce.js — 200 — 4.2 KiB — 155 ms — h2https://www.free.fr/_next/static/chunks/pages/freebox-26820cbf50fe4406.jswww.free.fr/_next/static/chunks/pag... https://www.free.fr/_next/static/chunks/pages/freebox-26820cbf50fe4406.js — 200 — 14.2 KiB — 147 ms — h2https://www.free.fr/_next/static/ctH6SxRTuOC9gyBos15mO/_buildManifest.jswww.free.fr/_next/static/ctH6SxRTuO... https://www.free.fr/_next/static/ctH6SxRTuOC9gyBos15mO/_buildManifest.js — 200 — 2.6 KiB — 145 ms — h2https://www.free.fr/_next/static/ctH6SxRTuOC9gyBos15mO/_ssgManifest.jswww.free.fr/_next/static/ctH6SxRTuO... https://www.free.fr/_next/static/ctH6SxRTuOC9gyBos15mO/_ssgManifest.js — 200 — 577 B — 146 ms — h2https://www.free.fr/assets/img/home/freebox-pop-player-tv.pngwww.free.fr/assets/img/home/freebox... https://www.free.fr/assets/img/home/freebox-pop-player-tv.png — 200 — 221.6 KiB — 152 ms — h2https://www.free.fr/assets/img/freebox/home/cards/down-arrow.svgwww.free.fr/assets/img/freebox/home... https://www.free.fr/assets/img/freebox/home/cards/down-arrow.svg — 200 — 784 B — 148 ms — h2https://www.free.fr/assets/img/freebox/home/cards/up-arrow.svgwww.free.fr/assets/img/freebox/home... https://www.free.fr/assets/img/freebox/home/cards/up-arrow.svg — 200 — 782 B — 149 ms — h2https://www.free.fr/assets/icon/home/logo-7.svgwww.free.fr/assets/icon/home/logo-7... https://www.free.fr/assets/icon/home/logo-7.svg — 200 — 625 B — 149 ms — h2https://www.free.fr/assets/icon/freeTvPlus/picto-free-tv-plus-dark-for-card.svgwww.free.fr/assets/icon/freeTvPlus/... https://www.free.fr/assets/icon/freeTvPlus/picto-free-tv-plus-dark-for-card.svg — 200 — 2.7 KiB — 154 ms — h2https://www.free.fr/assets/img/home/freebox-ultra-player-tv.pngwww.free.fr/assets/img/home/freebox... https://www.free.fr/assets/img/home/freebox-ultra-player-tv.png — 200 — 491.3 KiB — 165 ms — h2https://www.free.fr/assets/icon/home/logo-canal-plus.svgwww.free.fr/assets/icon/home/logo-c... https://www.free.fr/assets/icon/home/logo-canal-plus.svg — 200 — 10.1 KiB — 156 ms — h2https://www.free.fr/assets/icon/home/logo-disney-plus.svgwww.free.fr/assets/icon/home/logo-d... https://www.free.fr/assets/icon/home/logo-disney-plus.svg — 200 — 230.6 KiB — 161 ms — h2https://www.free.fr/assets/icon/home/logo-netflix.svgwww.free.fr/assets/icon/home/logo-n... https://www.free.fr/assets/icon/home/logo-netflix.svg — 200 — 855 B — 156 ms — h2https://www.free.fr/assets/icon/home/logo-prime.svgwww.free.fr/assets/icon/home/logo-p... https://www.free.fr/assets/icon/home/logo-prime.svg — 200 — 4.9 KiB — 160 ms — h2https://pm.web.proxad.net/js/plausible.local.tagged-events.jspm.web.proxad.net/js/plausible.loca... https://pm.web.proxad.net/js/plausible.local.tagged-events.js — 200 — 4.2 KiB — 793 ms — h2https://sdk.privacy-center.org/87df2f8d-232a-4617-8efc-3764b3bbd0c0/loader.js?target=www.free.frsdk.privacy-center.org/87df2f8d-232... https://sdk.privacy-center.org/87df2f8d-232a-4617-8efc-3764b3bbd0c0/loader.js?target=www.free.fr — 200 — 31.0 KiB — 311 ms — h2https://freebox.cdn.scw.iliad.fr/data-json/home/carousel.jsonfreebox.cdn.scw.iliad.fr/data-json/... https://freebox.cdn.scw.iliad.fr/data-json/home/carousel.json — 200 — 6.0 KiB — 800 ms — h2https://freebox.cdn.scw.iliad.fr/data-json/home/why-free.jsonfreebox.cdn.scw.iliad.fr/data-json/... https://freebox.cdn.scw.iliad.fr/data-json/home/why-free.json — 200 — 2.1 KiB — 776 ms — h2https://freebox.cdn.scw.iliad.fr/data-json/home/reviews.jsonfreebox.cdn.scw.iliad.fr/data-json/... https://freebox.cdn.scw.iliad.fr/data-json/home/reviews.json — 200 — 1.4 KiB — 635 ms — h2https://freebox.cdn.scw.iliad.fr/data-json/home/faq.jsonfreebox.cdn.scw.iliad.fr/data-json/... https://freebox.cdn.scw.iliad.fr/data-json/home/faq.json — 200 — 13.7 KiB — 776 ms — h2https://freebox.cdn.scw.iliad.fr/data-json/home/banner-info.jsonfreebox.cdn.scw.iliad.fr/data-json/... https://freebox.cdn.scw.iliad.fr/data-json/home/banner-info.json — 200 — 876 B — 634 ms — h2https://freebox.cdn.scw.iliad.fr/data-json/home/satisfaction-rate.jsonfreebox.cdn.scw.iliad.fr/data-json/... https://freebox.cdn.scw.iliad.fr/data-json/home/satisfaction-rate.json — 200 — 167 B — 791 ms — h2https://mobile.free.fr/static/free-max-plan-data.jsonmobile.free.fr/static/free-max-plan... https://mobile.free.fr/static/free-max-plan-data.json — 200 — 2.4 KiB — 734 ms — h2https://freebox.cdn.scw.iliad.fr/data-json/legal-notices/legal-notices.jsonfreebox.cdn.scw.iliad.fr/data-json/... https://freebox.cdn.scw.iliad.fr/data-json/legal-notices/legal-notices.json — 200 — 83.7 KiB — 1.0 s — h2https://mobile.free.fr/static/free-max-plan-data.jsonmobile.free.fr/static/free-max-plan... https://mobile.free.fr/static/free-max-plan-data.json — 200 — 2.4 KiB — 880 ms — h2https://www.free.fr/assets/icon/home/logo-universal-plus.svgwww.free.fr/assets/icon/home/logo-u... https://www.free.fr/assets/icon/home/logo-universal-plus.svg — 200 — 488.2 KiB — 165 ms — h2https://www.free.fr/assets/img/freebox/home/cards/forfait-free-max.jpgwww.free.fr/assets/img/freebox/home... https://www.free.fr/assets/img/freebox/home/cards/forfait-free-max.jpg — 200 — 175.3 KiB — 152 ms — h2https://www.free.fr/assets/svg/verified-reviews-logo.svgwww.free.fr/assets/svg/verified-rev... https://www.free.fr/assets/svg/verified-reviews-logo.svg — 200 — 1.0 KiB — 154 ms — h2https://www.free.fr/assets/icon/freeTv/picto-free-tv-light.svgwww.free.fr/assets/icon/freeTv/pict... https://www.free.fr/assets/icon/freeTv/picto-free-tv-light.svg — 200 — 12.1 KiB — 147 ms — h2https://www.free.fr/assets/img/freebox/home/cards/logos/free-app-logo.svgwww.free.fr/assets/img/freebox/home... https://www.free.fr/assets/img/freebox/home/cards/logos/free-app-logo.svg — 200 — 2.2 KiB — 148 ms — h2https://www.free.fr/assets/footer/icons/arrow-down-s.svgwww.free.fr/assets/footer/icons/arr... https://www.free.fr/assets/footer/icons/arrow-down-s.svg — 200 — 751 B — 149 ms — h2https://www.free.fr/assets/footer/socialMedia/facebook.svgwww.free.fr/assets/footer/socialMed... https://www.free.fr/assets/footer/socialMedia/facebook.svg — 200 — 909 B — 145 ms — h2https://www.free.fr/assets/footer/socialMedia/x.svgwww.free.fr/assets/footer/socialMed... https://www.free.fr/assets/footer/socialMedia/x.svg — 200 — 752 B — 146 ms — h2https://www.free.fr/assets/footer/socialMedia/instagram.svgwww.free.fr/assets/footer/socialMed... https://www.free.fr/assets/footer/socialMedia/instagram.svg — 200 — 1.6 KiB — 147 ms — h2https://www.free.fr/assets/footer/socialMedia/tiktok.svgwww.free.fr/assets/footer/socialMed... https://www.free.fr/assets/footer/socialMedia/tiktok.svg — 200 — 1.1 KiB — 146 ms — h2https://www.free.fr/assets/footer/socialMedia/youtube.svgwww.free.fr/assets/footer/socialMed... https://www.free.fr/assets/footer/socialMedia/youtube.svg — 200 — 1.2 KiB — 153 ms — h2https://www.free.fr/assets/footer/socialMedia/linkedin.svgwww.free.fr/assets/footer/socialMed... https://www.free.fr/assets/footer/socialMedia/linkedin.svg — 200 — 813 B — 159 ms — h2https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.jssdk.privacy-center.org/sdk/ccd75f3f... https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.js — 200 — 102.2 KiB — 12 ms — h2https://www.free.fr/assets/footer/socialMedia/snapchat.svgwww.free.fr/assets/footer/socialMed... https://www.free.fr/assets/footer/socialMedia/snapchat.svg — 200 — 1.7 KiB — 145 ms — h2https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.jssdk.privacy-center.org/sdk/ccd75f3f... https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.js — 200 — 1.3 KiB — 30 ms — h3https://www.free.fr/assets/img/freebox/home/banner/assistance.jpgwww.free.fr/assets/img/freebox/home... https://www.free.fr/assets/img/freebox/home/banner/assistance.jpg — 200 — 2.3 MiB — 467 ms — h2https://www.free.fr/assets/img/freebox/home/cards/all-offers-bg.pngwww.free.fr/assets/img/freebox/home... https://www.free.fr/assets/img/freebox/home/cards/all-offers-bg.png — 200 — 455.8 KiB — 475 ms — h2https://www.free.fr/assets/img/freebox/devices/box-5g/our-offers-freebox/box-5g.pngwww.free.fr/assets/img/freebox/devi... https://www.free.fr/assets/img/freebox/devices/box-5g/our-offers-freebox/box-5g.png — 200 — 99.2 KiB — 455 ms — h2https://www.free.fr/assets/img/services/free-tv-plus/application-free-tv-plus.jpgwww.free.fr/assets/img/services/fre... https://www.free.fr/assets/img/services/free-tv-plus/application-free-tv-plus.jpg — 200 — 62.3 KiB — 447 ms — h2https://www.free.fr/assets/img/others/free-app/free-app.jpgwww.free.fr/assets/img/others/free-... https://www.free.fr/assets/img/others/free-app/free-app.jpg — 200 — 166.3 KiB — 461 ms — h2https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/ui-web-en-web.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.jssdk.privacy-center.org/sdk/ccd75f3f... https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/ui-web-en-web.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.js — 200 — 53.9 KiB — 17 ms — h3https://freebox.cdn.scw.iliad.fr/medium_image_assistance_0c50cc0075.pngfreebox.cdn.scw.iliad.fr/medium_ima... https://freebox.cdn.scw.iliad.fr/medium_image_assistance_0c50cc0075.png — 200 — 468.6 KiB — 1.0 s — h2https://freebox.cdn.scw.iliad.fr/boutiques_free_df7311bc08_copie_1_3333b7d6d4.jpgfreebox.cdn.scw.iliad.fr/boutiques_... https://freebox.cdn.scw.iliad.fr/boutiques_free_df7311bc08_copie_1_3333b7d6d4.jpg — 200 — 13.3 KiB — 1.1 s — h2https://freebox.cdn.scw.iliad.fr/fibre_free_3da6fc3b0f.jpegfreebox.cdn.scw.iliad.fr/fibre_free... https://freebox.cdn.scw.iliad.fr/fibre_free_3da6fc3b0f.jpeg — 200 — 12.6 KiB — 1.1 s — h2https://freebox.cdn.scw.iliad.fr/large_free_family_1000x461_3208ed9b5b.pngfreebox.cdn.scw.iliad.fr/large_free... https://freebox.cdn.scw.iliad.fr/large_free_family_1000x461_3208ed9b5b.png — 200 — 917.4 KiB — 1.1 s — h2https://www.free.fr/data/icon_footer/free.svgwww.free.fr/data/icon_footer/free.s... https://www.free.fr/data/icon_footer/free.svg — 200 — 5.5 KiB — 349 ms — h2https://pm.web.proxad.net/api/eventpm.web.proxad.net/api/event https://pm.web.proxad.net/api/event — 202 — 229 B — 800 ms — h2https://www.free.fr/assets/footer/icons/plus-icon.svgwww.free.fr/assets/footer/icons/plu... https://www.free.fr/assets/footer/icons/plus-icon.svg — 200 — 771 B — 145 ms — h2https://www.free.fr/favicon.icowww.free.fr/favicon.ico https://www.free.fr/favicon.ico — 200 — 1.8 KiB — 145 ms — h2https://www.free.fr/assets/img/shared/fav/favicon-32x32.pngwww.free.fr/assets/img/shared/fav/f... https://www.free.fr/assets/img/shared/fav/favicon-32x32.png — 200 — 1.5 KiB — 145 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 5919ms · 481KB · €25/mo
www.free.fr
Other
Costly
Execution 1500ms
Transfer 44 KB
Monthly Cost €6/mo
www.free.fr
Other
Costly
Execution 1472ms
Transfer 32 KB
Monthly Cost €6/mo
Unattributable
Other
Costly
Execution 1317ms
Transfer 0 KB
Monthly Cost €6/mo
www.free.fr
Other
Costly
Execution 674ms
Transfer 31 KB
Monthly Cost €3/mo
sdk.privacy-center.org
Other
Costly
Execution 287ms
Transfer 102 KB
Unused 53%
Monthly Cost €1/mo
www.free.fr
Other
Costly
Execution 270ms
Transfer 164 KB
Unused 31%
Monthly Cost €1/mo
sdk.privacy-center.org
Other
Optional
Execution 150ms
Transfer 54 KB
Monthly Cost €1/mo
www.free.fr
Other
Optional
Execution 126ms
Transfer 14 KB
Monthly Cost €1/mo
www.free.fr
Other
Optional
Execution 125ms
Transfer 40 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.free.fr adds 1500ms and costs ~€6/month
  • www.free.fr adds 1472ms and costs ~€6/month
  • Unattributable adds 1317ms and costs ~€6/month
  • www.free.fr adds 674ms and costs ~€3/month
  • sdk.privacy-center.org adds 287ms and costs ~€1/month
  • www.free.fr adds 270ms 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.free.fr takes 1500ms 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.free.fr takes 1472ms 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 1317ms 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.free.fr takes 674ms 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

sdk.privacy-center.org takes 287ms 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

53% of sdk.privacy-center.org'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

www.free.fr takes 270ms 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

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