Skip to content
https://wanadoo.fr

Performance

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

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

84
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

1.44 s

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

2.00 s

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

55 ms

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

0.020

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

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

3.62 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 129 requests
FIX
2.7 MB transferred, 129 requests
Warning::
Page weighs 6.7 MB (2.7 MB transferred)
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
129 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
129 requests
0.57 g CO2 per page load
Images 1.4 MiB 51%
JavaScript 1.2 MiB 43%
Fonts 66.4 KiB 2%
CSS 42.0 KiB 2%
Other 30.3 KiB 1%
Other 19.4 KiB 1%
HTML 18.4 KiB 1%
Other 2.0 KiB 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 (2.7 MiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
37 scripts, 353 KB unused
FIX
37 scripts, 353 KB unused
Warning::
https://lpcdn.lpsnmedia.net/le_unified_window/10.4...: 182 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sdk.privacy-center.org/sdk/22ecd6bfac93de6...: 66 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://lptag.liveperson.net/lptag/api/account/311...: 49 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hporange.cdn.s.woopic.com/sg1/sg1_accueils...: 29 KB unused (8%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.gimii.fr/sdk-2.9.0.js: 26 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 353 KB
353 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://lpcdn.lpsnmedia.net/le_unified_window/10.47.0-release_2318786578/desktopEmbedded.js?version=10.47.0-release_2318786578265 KB182 KB (69%)3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js102 KB66 KB (65%)3rd
https://lptag.liveperson.net/lptag/api/account/31127979/configuration/applications/taglets/.jsonp?v=2.0&df=undefined&b=undefined125 KB49 KB (43%)3rd
https://hporange.cdn.s.woopic.com/sg1/sg1_accueils.8c9cec75933ac571c752.js358 KB29 KB (8%)3rd
https://static.gimii.fr/sdk-2.9.0.js33 KB26 KB (77%)3rd
https://elcos.cdn.s.woopic.com/public/libs/V1aMCYVr/common/js/elcos-jaffa.gp.all.prod.NaGP14epg.js123 KB3rd
https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.646.js?utv=ut4.39.2025063012361 KB3rd
https://tags.tiqcdn.com/utag/orange/abtesting/prod/utag.sync.js1 KB3rd
https://elcos.cdn.s.woopic.com/public/libs/V1aMCYVr/common/js/common.js5 KB3rd
https://www.orange.fr/sg1.js?profile=hp2 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

D
Page Weight Inventory
Action
129 resources · 2.7 MB · 353 KB savings available
FIX
129 resources · 2.7 MB · 353 KB savings available
Warning::
Page weight 1.7 MB over 1MB target
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~353 KB of savings available
Warning::
128 third-party resources (100% of weight)
Info::
2 resources over 200KB
129 resources · 2.7 MiB · 128 third-party 1.7 MiB over 1MB target
Image 51% · 1.4 MiB
JavaScript 43% · 1.2 MiB
Font 2% · 66.4 KiB
Other 2% · 49.7 KiB
CSS 2% · 42.0 KiB
Document 1% · 18.9 KiB

~352.6 KiB of savings available

Remove unused JavaScript: 352.6 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
73 images, 0 KB saveable
REVIEW
73 images, 0 KB saveable
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hporange.cdn.s.woopic.com/sg1/icon-accessi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hporange.cdn.s.woopic.com/sg1/icon-medal.6... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hporange.cdn.s.woopic.com/sg1/icon-eco-mod... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hporange.cdn.s.woopic.com/sg1/bg-nature.ce... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hporange.cdn.s.woopic.com/sg1/icon-hand-sh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://proxymedia.woopic.com/api/v1/images/1127%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
73 images 1.4 MB
0 oversized -0 KB
35 legacy format
36 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

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

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 Execution Cost
975ms total JS execution
REVIEW
975ms total JS execution
Warning::
https://hporange.cdn.s.woopic.com/sg1/sg1_accueils...: 455ms CPU time
Info::
Unattributable: 172ms CPU time
Info::
https://elcos.cdn.s.woopic.com/public/libs/V1aMCYV...: 146ms CPU time
Info::
https://www.orange.fr/portail: 125ms CPU time
Info::
https://sdk.privacy-center.org/sdk/22ecd6bfac93de6...: 77ms CPU time
Warning::
Third-party scripts: 975ms (100% of total)

Main Thread Breakdown

Script Evaluation 43% Other 23% Style & Layout 18% Script Parsing & Compilation 8% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://hporange.cdn.s.woopic.com/sg1/sg1_accueils.8c9cec75933ac571c752.js455ms171ms34ms3rd
Unattributable172ms23ms0ms3rd
https://elcos.cdn.s.woopic.com/public/libs/V1aMCYVr/common/js/elcos-jaffa.gp.all.prod.NaGP14epg.js146ms101ms9ms3rd
https://www.orange.fr/portail125ms2ms0ms3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js77ms66ms10ms3rd
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
4 fonts (66 KB)
PASS
4 fonts (66 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

66 KB total

Render-blocking

0

of 4

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 2.0 s FCP 1.4 s LCP 2.0 shttps://hporange.cdn.s.woopic.com/sg1/icon-orange.b03ee5d01164d5f9e29a.woff2icon-orange.b03ee5d0116... https://hporange.cdn.s.woopic.com/sg1/icon-orange.b03ee5d01164d5f9e29a.woff2 — 6.5 KiB — 46 ms — font-display: swaphttps://c.woopic.com/fonts/HelvNeue75_W1G.woff2?20201014HelvNeue75_W1G.woff2 https://c.woopic.com/fonts/HelvNeue75_W1G.woff2?20201014 — 18.6 KiB — 94 ms — font-display: swaphttps://c.woopic.com/fonts/HelvNeue55_W1G.woff2?20201014HelvNeue55_W1G.woff2 https://c.woopic.com/fonts/HelvNeue55_W1G.woff2?20201014 — 18.8 KiB — 99 ms — font-display: swapdata:font/woff;base64,d09GRgABAAAAAFnoAA8AAAAAiwAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAA…woff;base64,d09GRgABAAA... data:font/woff;base64,d09GRgABAAAAAFnoAA8AAAAAiwAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAA… — 22.5 KiB — 20 ms — font-display: swap
icon-orange.b03ee5d0116... woff2 swap
Size 6 KB
Load time 46 ms
Start 981 ms
Risk FOUT — text flashes from fallback to web font
HelvNeue75_W1G.woff2 woff2 swap
Size 19 KB
Load time 94 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
HelvNeue55_W1G.woff2 woff2 swap
Size 19 KB
Load time 99 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
woff;base64,d09GRgABAAA... woff swap
Size 22 KB
Load time 20 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~7 KB and ~14 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
129 requests over 2620ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.4 s LCP 2.0 shttps://wanadoo.fr// https://wanadoo.fr/ — 301 — 206 B — 134 ms — http/1.1https://www.orange.fr/www.orange.fr/ https://www.orange.fr/ — 301 — 334 B — 139 ms — http/1.1https://www.orange.fr/portailwww.orange.fr/portail https://www.orange.fr/portail — 200 — 1.0 KiB — 50 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/sg1.defc09fc4cfed56daf7a.csshporange.cdn.s.woopic.com/sg1/sg1.d... https://hporange.cdn.s.woopic.com/sg1/sg1.defc09fc4cfed56daf7a.css — 200 — 42.0 KiB — 116 ms — http/1.1https://www.orange.fr/sg1.js?profile=hpwww.orange.fr/sg1.js?profile=hp https://www.orange.fr/sg1.js?profile=hp — 200 — 2.2 KiB — 48 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/sg1_accueils.8c9cec75933ac571c752.jshporange.cdn.s.woopic.com/sg1/sg1_a... https://hporange.cdn.s.woopic.com/sg1/sg1_accueils.8c9cec75933ac571c752.js — 200 — 358.3 KiB — 113 ms — http/1.1https://harmony.cdn.s.woopic.com/harmony.esm.jsharmony.cdn.s.woopic.com/harmony.es... https://harmony.cdn.s.woopic.com/harmony.esm.js — 200 — 1.9 KiB — 40 ms — http/1.1https://www.orange.fr/api/events/accueils/portailwww.orange.fr/api/events/accueils/p... https://www.orange.fr/api/events/accueils/portail — 200 — 19.4 KiB — 196 ms — http/1.1https://harmony.cdn.s.woopic.com/p-CghwuBot.jsharmony.cdn.s.woopic.com/p-CghwuBot... https://harmony.cdn.s.woopic.com/p-CghwuBot.js — 200 — 8.0 KiB — 57 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/favicon-32x32.pnghporange.cdn.s.woopic.com/sg1/favic... https://hporange.cdn.s.woopic.com/sg1/favicon-32x32.png — 200 — 1.5 KiB — 26 ms — http/1.1https://c.woopic.com/libs/common/o_load_responsive.jsc.woopic.com/libs/common/o_load_res... https://c.woopic.com/libs/common/o_load_responsive.js — 200 — 12.2 KiB — 90 ms — http/1.1data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 34 32%27><path d…www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 34 32%27><path d… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,%3Csvg viewBox=%270 0 21 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3C…www.w3.org/2000/svg%27%3E%3C… data:image/svg+xml;utf8,%3Csvg viewBox=%270 0 21 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3C… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,%3Csvg viewBox=%270 0 22 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3C…www.w3.org/2000/svg%27%3E%3C… data:image/svg+xml;utf8,%3Csvg viewBox=%270 0 22 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3C… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf8,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 vie…www.w3.org/2000/svg%27 vie… data:image/svg+xml;charset=utf8,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 vie… — 200 — 0 B — 0 ms — datahttps://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2F155%2F47b%2F6ad2048a14b8589a269014108c%2F15547b6ad2048a14b8589a269014108c.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2F155%2F47b%2F6ad2048a14b8589a269014108c%2F15547b6ad2048a14b8589a269014108c.jpg?saveas=webp — 200 — 75.8 KiB — 121 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2F8c6%2F511%2Fa3a531bc8a63006b1ae4b97b74%2F8c6511a3a531bc8a63006b1ae4b97b74.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2F8c6%2F511%2Fa3a531bc8a63006b1ae4b97b74%2F8c6511a3a531bc8a63006b1ae4b97b74.jpg?saveas=webp — 200 — 23.3 KiB — 98 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2Fcdf%2F862%2F12376dd71fb236cdfc81e39598%2Fcdf86212376dd71fb236cdfc81e39598.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2Fcdf%2F862%2F12376dd71fb236cdfc81e39598%2Fcdf86212376dd71fb236cdfc81e39598.jpg?saveas=webp — 200 — 35.8 KiB — 100 ms — http/1.1data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27><path f…www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27><path f… — 200 — 0 B — 0 ms — datahttps://cdn.adgtw.orangeads.fr/dist/adgw-light.js?page=ora_accueil.nonloguescdn.adgtw.orangeads.fr/dist/adgw-li... https://cdn.adgtw.orangeads.fr/dist/adgw-light.js?page=ora_accueil.nonlogues — 200 — 10.6 KiB — 88 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/fibres.9fd1d9dcf4941af3c4ae.svghporange.cdn.s.woopic.com/sg1/fibre... https://hporange.cdn.s.woopic.com/sg1/fibres.9fd1d9dcf4941af3c4ae.svg — 200 — 1.4 KiB — 22 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/fibres.4adba52360fc47059e1a.svghporange.cdn.s.woopic.com/sg1/fibre... https://hporange.cdn.s.woopic.com/sg1/fibres.4adba52360fc47059e1a.svg — 200 — 2.0 KiB — 47 ms — http/1.1data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 22 32%27><path …www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 22 32%27><path … — 200 — 0 B — 0 ms — datahttps://hporange.cdn.s.woopic.com/sg1/icon-orange.b03ee5d01164d5f9e29a.woff2hporange.cdn.s.woopic.com/sg1/icon-... https://hporange.cdn.s.woopic.com/sg1/icon-orange.b03ee5d01164d5f9e29a.woff2 — 200 — 6.5 KiB — 46 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Faed%2Ff86%2F81abf2a6904e7f1a8b383cf6f0%2Faedf8681abf2a6904e7f1a8b383cf6f0.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Faed%2Ff86%2F81abf2a6904e7f1a8b383cf6f0%2Faedf8681abf2a6904e7f1a8b383cf6f0.jpg?saveas=webp&format=420x — 200 — 11.9 KiB — 32 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fb85%2Ff22%2F820094d8eb60b68fc8481b25ba%2Fb85f22820094d8eb60b68fc8481b25ba.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fb85%2Ff22%2F820094d8eb60b68fc8481b25ba%2Fb85f22820094d8eb60b68fc8481b25ba.jpg?saveas=webp&format=420x — 200 — 9.3 KiB — 43 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F7e0%2Fda0%2F3f8e6d7b15bb64b0f714cf7c95%2F7e0da03f8e6d7b15bb64b0f714cf7c95.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F7e0%2Fda0%2F3f8e6d7b15bb64b0f714cf7c95%2F7e0da03f8e6d7b15bb64b0f714cf7c95.jpg?saveas=webp&format=420x — 200 — 16.5 KiB — 43 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F2df%2Fe7f%2F6472c9598a93814f614dfedab6%2F2dfe7f6472c9598a93814f614dfedab6.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F2df%2Fe7f%2F6472c9598a93814f614dfedab6%2F2dfe7f6472c9598a93814f614dfedab6.jpg?saveas=webp&format=420x — 200 — 21.9 KiB — 104 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F4a2%2Ffb0%2F6781860fa67791886dce2ba86e%2F4a2fb06781860fa67791886dce2ba86e.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F4a2%2Ffb0%2F6781860fa67791886dce2ba86e%2F4a2fb06781860fa67791886dce2ba86e.jpg?saveas=webp&format=420x — 200 — 17.8 KiB — 68 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F864%2F56c%2F1ace71362111c6b3920d4c7d68%2F86456c1ace71362111c6b3920d4c7d68.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F864%2F56c%2F1ace71362111c6b3920d4c7d68%2F86456c1ace71362111c6b3920d4c7d68.jpg?saveas=webp&format=420x — 200 — 10.3 KiB — 102 ms — http/1.1
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.4 s LCP 2.0 shttps://wanadoo.fr// https://wanadoo.fr/ — 301 — 206 B — 134 ms — http/1.1https://www.orange.fr/www.orange.fr/ https://www.orange.fr/ — 301 — 334 B — 139 ms — http/1.1https://www.orange.fr/portailwww.orange.fr/portail https://www.orange.fr/portail — 200 — 1.0 KiB — 50 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/sg1.defc09fc4cfed56daf7a.csshporange.cdn.s.woopic.com/sg1/sg1.d... https://hporange.cdn.s.woopic.com/sg1/sg1.defc09fc4cfed56daf7a.css — 200 — 42.0 KiB — 116 ms — http/1.1https://www.orange.fr/sg1.js?profile=hpwww.orange.fr/sg1.js?profile=hp https://www.orange.fr/sg1.js?profile=hp — 200 — 2.2 KiB — 48 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/sg1_accueils.8c9cec75933ac571c752.jshporange.cdn.s.woopic.com/sg1/sg1_a... https://hporange.cdn.s.woopic.com/sg1/sg1_accueils.8c9cec75933ac571c752.js — 200 — 358.3 KiB — 113 ms — http/1.1https://harmony.cdn.s.woopic.com/harmony.esm.jsharmony.cdn.s.woopic.com/harmony.es... https://harmony.cdn.s.woopic.com/harmony.esm.js — 200 — 1.9 KiB — 40 ms — http/1.1https://www.orange.fr/api/events/accueils/portailwww.orange.fr/api/events/accueils/p... https://www.orange.fr/api/events/accueils/portail — 200 — 19.4 KiB — 196 ms — http/1.1https://harmony.cdn.s.woopic.com/p-CghwuBot.jsharmony.cdn.s.woopic.com/p-CghwuBot... https://harmony.cdn.s.woopic.com/p-CghwuBot.js — 200 — 8.0 KiB — 57 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/favicon-32x32.pnghporange.cdn.s.woopic.com/sg1/favic... https://hporange.cdn.s.woopic.com/sg1/favicon-32x32.png — 200 — 1.5 KiB — 26 ms — http/1.1https://c.woopic.com/libs/common/o_load_responsive.jsc.woopic.com/libs/common/o_load_res... https://c.woopic.com/libs/common/o_load_responsive.js — 200 — 12.2 KiB — 90 ms — http/1.1data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 34 32%27><path d…www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 34 32%27><path d… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,%3Csvg viewBox=%270 0 21 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3C…www.w3.org/2000/svg%27%3E%3C… data:image/svg+xml;utf8,%3Csvg viewBox=%270 0 21 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3C… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,%3Csvg viewBox=%270 0 22 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3C…www.w3.org/2000/svg%27%3E%3C… data:image/svg+xml;utf8,%3Csvg viewBox=%270 0 22 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3C… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf8,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 vie…www.w3.org/2000/svg%27 vie… data:image/svg+xml;charset=utf8,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 vie… — 200 — 0 B — 0 ms — datahttps://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2F155%2F47b%2F6ad2048a14b8589a269014108c%2F15547b6ad2048a14b8589a269014108c.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2F155%2F47b%2F6ad2048a14b8589a269014108c%2F15547b6ad2048a14b8589a269014108c.jpg?saveas=webp — 200 — 75.8 KiB — 121 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2F8c6%2F511%2Fa3a531bc8a63006b1ae4b97b74%2F8c6511a3a531bc8a63006b1ae4b97b74.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2F8c6%2F511%2Fa3a531bc8a63006b1ae4b97b74%2F8c6511a3a531bc8a63006b1ae4b97b74.jpg?saveas=webp — 200 — 23.3 KiB — 98 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2Fcdf%2F862%2F12376dd71fb236cdfc81e39598%2Fcdf86212376dd71fb236cdfc81e39598.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Carrousel%2Fcdf%2F862%2F12376dd71fb236cdfc81e39598%2Fcdf86212376dd71fb236cdfc81e39598.jpg?saveas=webp — 200 — 35.8 KiB — 100 ms — http/1.1data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27><path f…www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27><path f… — 200 — 0 B — 0 ms — datahttps://cdn.adgtw.orangeads.fr/dist/adgw-light.js?page=ora_accueil.nonloguescdn.adgtw.orangeads.fr/dist/adgw-li... https://cdn.adgtw.orangeads.fr/dist/adgw-light.js?page=ora_accueil.nonlogues — 200 — 10.6 KiB — 88 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/fibres.9fd1d9dcf4941af3c4ae.svghporange.cdn.s.woopic.com/sg1/fibre... https://hporange.cdn.s.woopic.com/sg1/fibres.9fd1d9dcf4941af3c4ae.svg — 200 — 1.4 KiB — 22 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/fibres.4adba52360fc47059e1a.svghporange.cdn.s.woopic.com/sg1/fibre... https://hporange.cdn.s.woopic.com/sg1/fibres.4adba52360fc47059e1a.svg — 200 — 2.0 KiB — 47 ms — http/1.1data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 22 32%27><path …www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 22 32%27><path … — 200 — 0 B — 0 ms — datahttps://hporange.cdn.s.woopic.com/sg1/icon-orange.b03ee5d01164d5f9e29a.woff2hporange.cdn.s.woopic.com/sg1/icon-... https://hporange.cdn.s.woopic.com/sg1/icon-orange.b03ee5d01164d5f9e29a.woff2 — 200 — 6.5 KiB — 46 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Faed%2Ff86%2F81abf2a6904e7f1a8b383cf6f0%2Faedf8681abf2a6904e7f1a8b383cf6f0.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Faed%2Ff86%2F81abf2a6904e7f1a8b383cf6f0%2Faedf8681abf2a6904e7f1a8b383cf6f0.jpg?saveas=webp&format=420x — 200 — 11.9 KiB — 32 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fb85%2Ff22%2F820094d8eb60b68fc8481b25ba%2Fb85f22820094d8eb60b68fc8481b25ba.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fb85%2Ff22%2F820094d8eb60b68fc8481b25ba%2Fb85f22820094d8eb60b68fc8481b25ba.jpg?saveas=webp&format=420x — 200 — 9.3 KiB — 43 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F7e0%2Fda0%2F3f8e6d7b15bb64b0f714cf7c95%2F7e0da03f8e6d7b15bb64b0f714cf7c95.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F7e0%2Fda0%2F3f8e6d7b15bb64b0f714cf7c95%2F7e0da03f8e6d7b15bb64b0f714cf7c95.jpg?saveas=webp&format=420x — 200 — 16.5 KiB — 43 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F2df%2Fe7f%2F6472c9598a93814f614dfedab6%2F2dfe7f6472c9598a93814f614dfedab6.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F2df%2Fe7f%2F6472c9598a93814f614dfedab6%2F2dfe7f6472c9598a93814f614dfedab6.jpg?saveas=webp&format=420x — 200 — 21.9 KiB — 104 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F4a2%2Ffb0%2F6781860fa67791886dce2ba86e%2F4a2fb06781860fa67791886dce2ba86e.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F4a2%2Ffb0%2F6781860fa67791886dce2ba86e%2F4a2fb06781860fa67791886dce2ba86e.jpg?saveas=webp&format=420x — 200 — 17.8 KiB — 68 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F864%2F56c%2F1ace71362111c6b3920d4c7d68%2F86456c1ace71362111c6b3920d4c7d68.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F864%2F56c%2F1ace71362111c6b3920d4c7d68%2F86456c1ace71362111c6b3920d4c7d68.jpg?saveas=webp&format=420x — 200 — 10.3 KiB — 102 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/bg-nature.ce50778a155af261da39.webphporange.cdn.s.woopic.com/sg1/bg-na... https://hporange.cdn.s.woopic.com/sg1/bg-nature.ce50778a155af261da39.webp — 200 — 133.9 KiB — 48 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/logo-orange.ffe5731655c28cc189d4.pnghporange.cdn.s.woopic.com/sg1/logo-... https://hporange.cdn.s.woopic.com/sg1/logo-orange.ffe5731655c28cc189d4.png — 200 — 3.8 KiB — 31 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/icon-medal.66f0ab307b29e65a5e28.svghporange.cdn.s.woopic.com/sg1/icon-... https://hporange.cdn.s.woopic.com/sg1/icon-medal.66f0ab307b29e65a5e28.svg — 200 — 1.9 KiB — 59 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Vitrine%2F215%2Fa3b%2F908b87c0317d3bf57403c76c1a%2F215a3b908b87c0317d3bf57403c76c1a.pngproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Vitrine%2F215%2Fa3b%2F908b87c0317d3bf57403c76c1a%2F215a3b908b87c0317d3bf57403c76c1a.png — 200 — 5.1 KiB — 36 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/icon-hand-shake.16201a2380cdfe39bbed.svghporange.cdn.s.woopic.com/sg1/icon-... https://hporange.cdn.s.woopic.com/sg1/icon-hand-shake.16201a2380cdfe39bbed.svg — 200 — 1.7 KiB — 58 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/icon-eco-mode.8e26aeca2389966124ad.svghporange.cdn.s.woopic.com/sg1/icon-... https://hporange.cdn.s.woopic.com/sg1/icon-eco-mode.8e26aeca2389966124ad.svg — 200 — 1.6 KiB — 56 ms — http/1.1https://hporange.cdn.s.woopic.com/sg1/icon-accessibility-vision.15fda5f9c1beee39c767.svghporange.cdn.s.woopic.com/sg1/icon-... https://hporange.cdn.s.woopic.com/sg1/icon-accessibility-vision.15fda5f9c1beee39c767.svg — 200 — 1.9 KiB — 73 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fc97%2F578%2F427b3ecf298182f31f75c0d84d%2Fc97578427b3ecf298182f31f75c0d84d.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fc97%2F578%2F427b3ecf298182f31f75c0d84d%2Fc97578427b3ecf298182f31f75c0d84d.jpg?saveas=webp&format=420x — 200 — 15.6 KiB — 59 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F2f2%2F265%2Fdb7f51e429aaa3eeceac424fe7%2F2f2265db7f51e429aaa3eeceac424fe7.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F2f2%2F265%2Fdb7f51e429aaa3eeceac424fe7%2F2f2265db7f51e429aaa3eeceac424fe7.jpg?saveas=webp&format=420x — 200 — 12.7 KiB — 62 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F544%2F7fe%2F97c96d6375ced991f415576306%2F5447fe97c96d6375ced991f415576306.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F544%2F7fe%2F97c96d6375ced991f415576306%2F5447fe97c96d6375ced991f415576306.jpg?saveas=webp&format=420x — 200 — 4.7 KiB — 37 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fc1a%2F851%2F1a06a85a87e0a712cfefa1fd47%2Fc1a8511a06a85a87e0a712cfefa1fd47.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fc1a%2F851%2F1a06a85a87e0a712cfefa1fd47%2Fc1a8511a06a85a87e0a712cfefa1fd47.jpg?saveas=webp&format=420x — 200 — 7.3 KiB — 64 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F076%2F5f9%2F8989b9eca6c0616ac25526fe7a%2F0765f98989b9eca6c0616ac25526fe7a.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F076%2F5f9%2F8989b9eca6c0616ac25526fe7a%2F0765f98989b9eca6c0616ac25526fe7a.jpg?saveas=webp&format=420x — 200 — 9.5 KiB — 31 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F00c%2Fd7a%2Fd8cfa52384b0c4a432ccb51f5b%2F00cd7ad8cfa52384b0c4a432ccb51f5b.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F00c%2Fd7a%2Fd8cfa52384b0c4a432ccb51f5b%2F00cd7ad8cfa52384b0c4a432ccb51f5b.jpg?saveas=webp&format=420x — 200 — 10.5 KiB — 30 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F0cc%2Fe56%2Fa2b1bb36444496c03a21dec5fa%2F0cce56a2b1bb36444496c03a21dec5fa.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F0cc%2Fe56%2Fa2b1bb36444496c03a21dec5fa%2F0cce56a2b1bb36444496c03a21dec5fa.jpg?saveas=webp&format=420x — 200 — 7.3 KiB — 31 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fdcf%2F388%2F1a965e17e25dcdbc5da2f3b426%2Fdcf3881a965e17e25dcdbc5da2f3b426.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fdcf%2F388%2F1a965e17e25dcdbc5da2f3b426%2Fdcf3881a965e17e25dcdbc5da2f3b426.jpg?saveas=webp&format=420x — 200 — 16.2 KiB — 30 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F290%2Fd5c%2Fe025b95d0bcc65dd29dd893416%2F290d5ce025b95d0bcc65dd29dd893416.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F290%2Fd5c%2Fe025b95d0bcc65dd29dd893416%2F290d5ce025b95d0bcc65dd29dd893416.jpg?saveas=webp&format=420x — 200 — 7.4 KiB — 36 ms — http/1.1https://elcos.cdn.s.woopic.com/cookie-monster/cookie-monster.lib.jselcos.cdn.s.woopic.com/cookie-monst... https://elcos.cdn.s.woopic.com/cookie-monster/cookie-monster.lib.js — 200 — 6.9 KiB — 93 ms — http/1.1https://tags.tiqcdn.com/utag/orange/abtesting/prod/utag.sync.jstags.tiqcdn.com/utag/orange/abtesti... https://tags.tiqcdn.com/utag/orange/abtesting/prod/utag.sync.js — 200 — 1.0 KiB — 13 ms — h2https://elcos.cdn.s.woopic.com/public/libs/V1aMCYVr/common/js/common.jselcos.cdn.s.woopic.com/public/libs/... https://elcos.cdn.s.woopic.com/public/libs/V1aMCYVr/common/js/common.js — 200 — 4.8 KiB — 91 ms — http/1.1https://elcos.cdn.s.woopic.com/public/libs/V1aMCYVr/common/js/elcos-jaffa.gp.all.prod.NaGP14epg.jselcos.cdn.s.woopic.com/public/libs/... https://elcos.cdn.s.woopic.com/public/libs/V1aMCYVr/common/js/elcos-jaffa.gp.all.prod.NaGP14epg.js — 200 — 123.1 KiB — 138 ms — http/1.1https://c.woopic.com/logo-orange.pngc.woopic.com/logo-orange.png https://c.woopic.com/logo-orange.png — 200 — 3.8 KiB — 29 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F8d5%2F249%2F508c80907d361ad38c78b0d174%2F8d5249508c80907d361ad38c78b0d174.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F8d5%2F249%2F508c80907d361ad38c78b0d174%2F8d5249508c80907d361ad38c78b0d174.jpg?saveas=webp&format=420x — 200 — 3.3 KiB — 24 ms — http/1.1https://c.woopic.com/small-logo-orange.svgc.woopic.com/small-logo-orange.svg https://c.woopic.com/small-logo-orange.svg — 200 — 908 B — 38 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F559%2F470%2Fcf163a95e1acb820042c53c348%2F559470cf163a95e1acb820042c53c348.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F559%2F470%2Fcf163a95e1acb820042c53c348%2F559470cf163a95e1acb820042c53c348.jpg?saveas=webp&format=420x — 200 — 8.6 KiB — 26 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F91e%2F5cc%2F3daa16f58dbb00e73a84fd433a%2F91e5cc3daa16f58dbb00e73a84fd433a.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F91e%2F5cc%2F3daa16f58dbb00e73a84fd433a%2F91e5cc3daa16f58dbb00e73a84fd433a.jpg?saveas=webp&format=420x — 200 — 9.4 KiB — 31 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F3ef%2F1a2%2Fe0184571c1a16b8d5ac771bfe6%2F3ef1a2e0184571c1a16b8d5ac771bfe6.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F3ef%2F1a2%2Fe0184571c1a16b8d5ac771bfe6%2F3ef1a2e0184571c1a16b8d5ac771bfe6.jpg?saveas=webp&format=420x — 200 — 16.5 KiB — 30 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F7f9%2Faba%2Ff8d360fadb17572f5e15a9c98f%2F7f9abaf8d360fadb17572f5e15a9c98f.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2F7f9%2Faba%2Ff8d360fadb17572f5e15a9c98f%2F7f9abaf8d360fadb17572f5e15a9c98f.jpg?saveas=webp&format=420x — 200 — 11.6 KiB — 32 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fd81%2F947%2Ff70bcc90f346500159a9545474%2Fd81947f70bcc90f346500159a9545474.jpg?saveas=webp&format=420xproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-ONews%2Fd81%2F947%2Ff70bcc90f346500159a9545474%2Fd81947f70bcc90f346500159a9545474.jpg?saveas=webp&format=420x — 200 — 10.2 KiB — 24 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Vitrine%2F87f%2Fe4b%2F3e7236fc64716dd84f4ac07915%2F87fe4b3e7236fc64716dd84f4ac07915.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Vitrine%2F87f%2Fe4b%2F3e7236fc64716dd84f4ac07915%2F87fe4b3e7236fc64716dd84f4ac07915.jpg?saveas=webp — 200 — 17.9 KiB — 25 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2Fa98%2F752%2F37b8e22f521cccd1eac8d6f3ef%2Fa9875237b8e22f521cccd1eac8d6f3ef.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2Fa98%2F752%2F37b8e22f521cccd1eac8d6f3ef%2Fa9875237b8e22f521cccd1eac8d6f3ef.jpg?saveas=webp — 200 — 15.1 KiB — 23 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2Fda8%2Fed2%2Fad002cff564c9087499d6f49ec%2Fda8ed2ad002cff564c9087499d6f49ec.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2Fda8%2Fed2%2Fad002cff564c9087499d6f49ec%2Fda8ed2ad002cff564c9087499d6f49ec.jpg?saveas=webp — 200 — 23.5 KiB — 32 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2F9ad%2F138%2Fad30ddf65ffa47cabf694c44b1%2F9ad138ad30ddf65ffa47cabf694c44b1.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2F9ad%2F138%2Fad30ddf65ffa47cabf694c44b1%2F9ad138ad30ddf65ffa47cabf694c44b1.jpg?saveas=webp — 200 — 27.2 KiB — 32 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2Fe6a%2Ff07%2F142142c36aabf64881bca72910%2Fe6af07142142c36aabf64881bca72910.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2Fe6a%2Ff07%2F142142c36aabf64881bca72910%2Fe6af07142142c36aabf64881bca72910.jpg?saveas=webp — 200 — 35.7 KiB — 41 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2F98a%2Fdc0%2Fb2d8aa3ea8f53ad9c48591bdab%2F98adc0b2d8aa3ea8f53ad9c48591bdab.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-BonsPlans%2F98a%2Fdc0%2Fb2d8aa3ea8f53ad9c48591bdab%2F98adc0b2d8aa3ea8f53ad9c48591bdab.jpg?saveas=webp — 200 — 18.4 KiB — 27 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Re%2F93e%2Fa20%2Fe2e5098644ef9901f13fd6c563%2F93ea20e2e5098644ef9901f13fd6c563.jpgproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Re%2F93e%2Fa20%2Fe2e5098644ef9901f13fd6c563%2F93ea20e2e5098644ef9901f13fd6c563.jpg — 200 — 113.2 KiB — 61 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Re%2F5b6%2Ff12%2F64d0fb9f57f4884eafc608c78f%2F5b6f1264d0fb9f57f4884eafc608c78f.jpgproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Re%2F5b6%2Ff12%2F64d0fb9f57f4884eafc608c78f%2F5b6f1264d0fb9f57f4884eafc608c78f.jpg — 200 — 127.9 KiB — 45 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Re%2Faf4%2F124%2F5adbc337f8c390d99424325b41%2Faf41245adbc337f8c390d99424325b41.jpgproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-Re%2Faf4%2F124%2F5adbc337f8c390d99424325b41%2Faf41245adbc337f8c390d99424325b41.jpg — 200 — 77.6 KiB — 44 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-OffresComplementaires%2F13b%2F4eb%2F5d408250b120b27ac0478ae8a7%2F13b4eb5d408250b120b27ac0478ae8a7.jpg?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-OffresComplementaires%2F13b%2F4eb%2F5d408250b120b27ac0478ae8a7%2F13b4eb5d408250b120b27ac0478ae8a7.jpg?saveas=webp — 200 — 21.1 KiB — 25 ms — http/1.1https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-OffresComplementaires%2F63f%2F755%2Fa1671f7eae53711d3edca3d5af%2F63f755a1671f7eae53711d3edca3d5af.png?saveas=webpproxymedia.woopic.com/api/v1/images... https://proxymedia.woopic.com/api/v1/images/1127%2Fone-i%2FONE-I-OffresComplementaires%2F63f%2F755%2Fa1671f7eae53711d3edca3d5af%2F63f755a1671f7eae53711d3edca3d5af.png?saveas=webp — 200 — 20.9 KiB — 23 ms — http/1.1https://c.woopic.com/tools/o_tealium.jsc.woopic.com/tools/o_tealium.js https://c.woopic.com/tools/o_tealium.js — 200 — 855 B — 25 ms — http/1.1https://elcos.cdn.s.woopic.com/cookie-rules/cookie-rules.3.jsonelcos.cdn.s.woopic.com/cookie-rules... https://elcos.cdn.s.woopic.com/cookie-rules/cookie-rules.3.json — 200 — 5.6 KiB — 79 ms — http/1.1https://c.woopic.com/fonts/HelvNeue75_W1G.woff2?20201014c.woopic.com/fonts/HelvNeue75_W1G.w... https://c.woopic.com/fonts/HelvNeue75_W1G.woff2?20201014 — 200 — 18.6 KiB — 94 ms — http/1.1https://c.woopic.com/fonts/HelvNeue55_W1G.woff2?20201014c.woopic.com/fonts/HelvNeue55_W1G.w... https://c.woopic.com/fonts/HelvNeue55_W1G.woff2?20201014 — 200 — 18.8 KiB — 99 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuileTF-F_03042026.ec16b82043.jpgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuileTF-F_03042026.ec16b82043.jpg — 200 — 39.7 KiB — 63 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/banniere-mobicarte.83f2f625d8.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/banniere-mobicarte.83f2f625d8.png — 200 — 11.5 KiB — 34 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile_animation_assurance_mobile.b5921ab71a.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile_animation_assurance_mobile.b5921ab71a.png — 200 — 12.0 KiB — 25 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuileTF_T_15042026.18d99394bd.jpgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuileTF_T_15042026.18d99394bd.jpg — 200 — 26.1 KiB — 50 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/samsungGalaxyBuds4Pro.2487c10492.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/samsungGalaxyBuds4Pro.2487c10492.png — 200 — 13.8 KiB — 63 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/imageServiceEtPaiement.6792c518ea.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/imageServiceEtPaiement.6792c518ea.png — 200 — 13.0 KiB — 72 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuileOL_30032026.b7367c95c2.jpgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuileOL_30032026.b7367c95c2.jpg — 200 — 10.8 KiB — 63 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile-animation-open.98f4789d52.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile-animation-open.98f4789d52.png — 200 — 11.8 KiB — 54 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile-animation-streaming.2924ba4d6e.jpgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile-animation-streaming.2924ba4d6e.jpg — 200 — 10.9 KiB — 38 ms — http/1.1data:font/woff;base64,d09GRgABAAAAAFnoAA8AAAAAiwAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAA…data:font/woff;base64,d09GRgABAAAAA... data:font/woff;base64,d09GRgABAAAAAFnoAA8AAAAAiwAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAA… — 200 — 22.5 KiB — 20 ms — datahttps://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/eqpmtTVOrangeTV.564f5befc6.jpgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/eqpmtTVOrangeTV.564f5befc6.jpg — 200 — 8.5 KiB — 27 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile-animation-orangeTV.3f9a8cc06f.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile-animation-orangeTV.3f9a8cc06f.png — 200 — 17.4 KiB — 44 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile_animation_VOD.0b6a5ec1ed.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile_animation_VOD.0b6a5ec1ed.png — 200 — 10.3 KiB — 22 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/deezerPremium26022026.e5eb441d1d.jpgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/deezerPremium26022026.e5eb441d1d.jpg — 200 — 15.4 KiB — 27 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/liveboxMax26022026.2991b82933.jpgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/liveboxMax26022026.2991b82933.jpg — 200 — 17.7 KiB — 30 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuileCT_C_09042026.c635ee6fe3.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuileCT_C_09042026.c635ee6fe3.png — 200 — 11.8 KiB — 27 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile_animation_telesurveillance.72f9a2c93d.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile_animation_telesurveillance.72f9a2c93d.png — 200 — 10.8 KiB — 29 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile_ateliers-numeriques.1d213857b7.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/tuile_ateliers-numeriques.1d213857b7.png — 200 — 21.1 KiB — 25 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/ConseilsEtAteliers_AccessibiliteEtHandicap_visuel.8c1b873d88.jpgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/ConseilsEtAteliers_AccessibiliteEtHandicap_visuel.8c1b873d88.jpg — 200 — 11.5 KiB — 23 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/app-store.8c3941223a.svgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/app-store.8c3941223a.svg — 200 — 7.5 KiB — 27 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/google-play.4a146d843b.svgelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/google-play.4a146d843b.svg — 200 — 8.1 KiB — 25 ms — http/1.1https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/Logo_ESCDA_2026.1a81560656.pngelcos.cdn.s.woopic.com/public/zema/... https://elcos.cdn.s.woopic.com/public/zema/4.0.0/assets/Logo_ESCDA_2026.1a81560656.png — 200 — 93.1 KiB — 73 ms — http/1.1https://sso.orange.fr/pushms/advise/mct/1.1/proposal?targets=TOP%5Borangefr_contrat_header_notif%3A99%2Corangefr_transverse_header_notif%3A99%2Corangefr_elimpn_header_notif%3A99%2Corangefr_nboa_header_notif%3A2%5D&canal=06o&canalPhysique=web&o_notif_timestamp=sso.orange.fr/pushms/advise/mct/1.1... https://sso.orange.fr/pushms/advise/mct/1.1/proposal?targets=TOP%5Borangefr_contrat_header_notif%3A99%2Corangefr_transverse_header_notif%3A99%2Corangefr_elimpn_header_notif%3A99%2Corangefr_nboa_header_notif%3A2%5D&canal=06o&canalPhysique=web&o_notif_timestamp= — 200 — 4.1 KiB — 152 ms — http/1.1https://datalayer.orange.fr/?id_tracking=C5B6fmrHdatalayer.orange.fr/?id_tracking=C5... https://datalayer.orange.fr/?id_tracking=C5B6fmrH — 200 — 510 B — 94 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.jstags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.js — 200 — 24.3 KiB — 4 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.440.js?utv=ut4.39.202502191254tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.440.js?utv=ut4.39.202502191254 — 200 — 4.1 KiB — 5 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.606.js?utv=ut4.39.202603230722tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.606.js?utv=ut4.39.202603230722 — 200 — 1.3 KiB — 5 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.417.js?utv=ut4.39.202603090813tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.417.js?utv=ut4.39.202603090813 — 200 — 2.2 KiB — 19 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.444.js?utv=ut4.39.202603090813tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.444.js?utv=ut4.39.202603090813 — 200 — 1.4 KiB — 18 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.635.js?utv=ut4.39.202510071239tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.635.js?utv=ut4.39.202510071239 — 200 — 3.2 KiB — 19 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.609.js?utv=ut4.39.202603260846tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.609.js?utv=ut4.39.202603260846 — 200 — 4.8 KiB — 19 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.626.js?utv=ut4.39.202603090813tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.626.js?utv=ut4.39.202603090813 — 200 — 2.2 KiB — 18 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.741.js?utv=ut4.39.202602171429tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.741.js?utv=ut4.39.202602171429 — 200 — 1.6 KiB — 18 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.646.js?utv=ut4.39.202506301236tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.646.js?utv=ut4.39.202506301236 — 200 — 1.3 KiB — 17 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.384.js?utv=ut4.39.202603090813tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.384.js?utv=ut4.39.202603090813 — 200 — 1.6 KiB — 18 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.763.js?utv=ut4.39.202604201254tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.763.js?utv=ut4.39.202604201254 — 200 — 1.7 KiB — 17 ms — h2https://sdk.privacy-center.org/3e6e3e05-9201-4614-a13e-b9649d1fa0e4/loader.js?target_type=notice&target=qQMjK8bGsdk.privacy-center.org/3e6e3e05-920... https://sdk.privacy-center.org/3e6e3e05-9201-4614-a13e-b9649d1fa0e4/loader.js?target_type=notice&target=qQMjK8bG — 200 — 40.0 KiB — 25 ms — h2https://static.gimii.fr/gimii.jsstatic.gimii.fr/gimii.js https://static.gimii.fr/gimii.js — 200 — 2.1 KiB — 80 ms — h2https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=orange/dnu/202604211245&cb=1776817700291tags.tiqcdn.com/utag/tiqapp/utag.v.... https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=orange/dnu/202604211245&cb=1776817700291 — 200 — 432 B — 3 ms — h2https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.524.js?utv=ut4.39.202604211245tags.tiqcdn.com/utag/orange/dnu/pro... https://tags.tiqcdn.com/utag/orange/dnu/prod/utag.524.js?utv=ut4.39.202604211245 — 200 — 8.2 KiB — 4 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 — 102.2 KiB — 6 ms — h2https://lptag.liveperson.net/tag/tag.js?site=31127979lptag.liveperson.net/tag/tag.js?sit... https://lptag.liveperson.net/tag/tag.js?site=31127979 — 200 — 10.7 KiB — 140 ms — h2https://consent.orange.fr/global-cookies/22ecd6bfac93de604efec0b75b2c796ee1675f92/global-cookies.22ecd6bfac93de604efec0b75b2c796ee1675f92.htmlconsent.orange.fr/global-cookies/22... https://consent.orange.fr/global-cookies/22ecd6bfac93de604efec0b75b2c796ee1675f92/global-cookies.22ecd6bfac93de604efec0b75b2c796ee1675f92.html — -1 — 0 B — 0 ms — https://api.gimii.fr/servicesapi.gimii.fr/services https://api.gimii.fr/services — 200 — 734 B — 48 ms — h3https://lptag.liveperson.net/lptag/api/account/31127979/configuration/applications/taglets/.jsonp?v=2.0&df=undefined&b=undefinedlptag.liveperson.net/lptag/api/acco... https://lptag.liveperson.net/lptag/api/account/31127979/configuration/applications/taglets/.jsonp?v=2.0&df=undefined&b=undefined — 200 — 125.1 KiB — 159 ms — h2https://static.gimii.fr/sdk-2.9.0.jsstatic.gimii.fr/sdk-2.9.0.js https://static.gimii.fr/sdk-2.9.0.js — 200 — 33.5 KiB — 70 ms — h2https://accdn.lpsnmedia.net/api/account/31127979/configuration/setting/accountproperties?__d=25753accdn.lpsnmedia.net/api/account/311... https://accdn.lpsnmedia.net/api/account/31127979/configuration/setting/accountproperties?__d=25753 — 200 — 2.5 KiB — 116 ms — h2https://lpcdn.lpsnmedia.net/le_unified_window/10.47.0-release_2318786578/ui-framework.js?version=10.47.0-release_2318786578lpcdn.lpsnmedia.net/le_unified_wind... https://lpcdn.lpsnmedia.net/le_unified_window/10.47.0-release_2318786578/ui-framework.js?version=10.47.0-release_2318786578 — 200 — 11.3 KiB — 62 ms — h2https://lpcdn.lpsnmedia.net/le_unified_window/10.47.0-release_2318786578/surveylogicinstance.min.js?version=10.47.0-release_2318786578lpcdn.lpsnmedia.net/le_unified_wind... https://lpcdn.lpsnmedia.net/le_unified_window/10.47.0-release_2318786578/surveylogicinstance.min.js?version=10.47.0-release_2318786578 — 200 — 2.5 KiB — 63 ms — h2https://accdn.lpsnmedia.net/api/account/31127979/configuration/le-campaigns/zones?fields=id&fields=zoneValue&__d=63321accdn.lpsnmedia.net/api/account/311... https://accdn.lpsnmedia.net/api/account/31127979/configuration/le-campaigns/zones?fields=id&fields=zoneValue&__d=63321 — 200 — 15.6 KiB — 158 ms — h2https://lpcdn.lpsnmedia.net/le_unified_window/10.47.0-release_2318786578/desktopEmbedded.js?version=10.47.0-release_2318786578lpcdn.lpsnmedia.net/le_unified_wind... https://lpcdn.lpsnmedia.net/le_unified_window/10.47.0-release_2318786578/desktopEmbedded.js?version=10.47.0-release_2318786578 — 200 — 264.7 KiB — 75 ms — h2https://lpcdn.lpsnmedia.net/le_secure_storage/3.36.1-release_2314911046/storage.secure.min.js?loc=https%3A%2F%2Fwww.orange.fr&site=31127979&force=1&env=prod&isCrossDomain=true&accdn=accdn.lpsnmedia.net&isFetchEnabled=truelpcdn.lpsnmedia.net/le_secure_stora... https://lpcdn.lpsnmedia.net/le_secure_storage/3.36.1-release_2314911046/storage.secure.min.js?loc=https%3A%2F%2Fwww.orange.fr&site=31127979&force=1&env=prod&isCrossDomain=true&accdn=accdn.lpsnmedia.net&isFetchEnabled=true — 200 — 15.5 KiB — 27 ms — h3https://lpcdn.lpsnmedia.net/le_secure_storage/3.36.1-release_2314911046/storage.secure.min.html?loc=https%3A%2F%2Fwww.orange.fr&site=31127979&env=prod&isCrossDomain=true&accdn=accdn.lpsnmedia.net&isFetchEnabled=truelpcdn.lpsnmedia.net/le_secure_stora... https://lpcdn.lpsnmedia.net/le_secure_storage/3.36.1-release_2314911046/storage.secure.min.html?loc=https%3A%2F%2Fwww.orange.fr&site=31127979&env=prod&isCrossDomain=true&accdn=accdn.lpsnmedia.net&isFetchEnabled=true — 200 — 17.3 KiB — 67 ms — h2https://accdn.lpsnmedia.net/api/account/31127979/configuration/domainprotection/refererrestrictions?__d=20694accdn.lpsnmedia.net/api/account/311... https://accdn.lpsnmedia.net/api/account/31127979/configuration/domainprotection/refererrestrictions?__d=20694 — 200 — 1.3 KiB — 137 ms — h2https://lo0.v.liveperson.net/api/js/31127979?&cb=lpCb35473x96987&t=sp&ts=1776817700989&pid=6949274457&tid=7734899254&pt=Portail%20Orange%20%7C%20Offres%20Mobiles%2C%20Internet%2C%20TV%2C%20Actu%20%26%20Acc%C3%A8s%20compte%20Mail&u=https%3A%2F%2Fwww.orange.fr%2Fportail&df=0&os=1&identities=%5B%7B%22iss%22%3A%22LivePerson%22%2C%22acr%22%3A%220%22%7D%5Dlo0.v.liveperson.net/api/js/3112797... https://lo0.v.liveperson.net/api/js/31127979?&cb=lpCb35473x96987&t=sp&ts=1776817700989&pid=6949274457&tid=7734899254&pt=Portail%20Orange%20%7C%20Offres%20Mobiles%2C%20Internet%2C%20TV%2C%20Actu%20%26%20Acc%C3%A8s%20compte%20Mail&u=https%3A%2F%2Fwww.orange.fr%2Fportail&df=0&os=1&identities=%5B%7B%22iss%22%3A%22LivePerson%22%2C%22acr%22%3A%220%22%7D%5D — 200 — 1.1 KiB — 177 ms — h2https://lo0.v.liveperson.net/api/js/31127979?sid=6xAbmquaRlOQlhml8o0RwQ&cb=lpCb43821x46888&t=pl&ts=1776817701002&pid=6949274457&tid=7734899254&vid=NlZTU5ZmU2NDNlM2QyMDE2lo0.v.liveperson.net/api/js/3112797... https://lo0.v.liveperson.net/api/js/31127979?sid=6xAbmquaRlOQlhml8o0RwQ&cb=lpCb43821x46888&t=pl&ts=1776817701002&pid=6949274457&tid=7734899254&vid=NlZTU5ZmU2NDNlM2QyMDE2 — 200 — 915 B — 31 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 975ms · 585KB · €11/mo
hporange.cdn.s.woopic.com
Other
Costly
Execution 455ms
Transfer 358 KB
Unused 8%
Monthly Cost €5/mo
Unattributable
Other
Optional
Execution 172ms
Transfer 0 KB
Monthly Cost €2/mo
elcos.cdn.s.woopic.com
Other
Optional
Execution 146ms
Transfer 123 KB
Monthly Cost €2/mo
www.orange.fr
Other
Optional
Execution 125ms
Transfer 1 KB
Monthly Cost €1/mo
sdk.privacy-center.org
Other
Optional
Execution 77ms
Transfer 102 KB
Unused 65%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • hporange.cdn.s.woopic.com adds 455ms and costs ~€5/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

hporange.cdn.s.woopic.com takes 455ms 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

65% 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

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