Skip to content
https://lexpress.fr

Performance

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

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

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

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

1.23 s

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

309 ms

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

0.017

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

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

4.93 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
3.3 MB transferred, 195 requests
FIX
3.3 MB transferred, 195 requests
Warning::
Page weighs 10.0 MB (3.3 MB transferred)
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
Fonts are 211 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 211 KB
Warning::
195 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.69 g CO2 per page load
3.3 MB / 2.4 MB budget
3.3 MB transferred
195 requests
0.69 g CO2 per page load
JavaScript 1.8 MiB 55%
Images 866.2 KiB 26%
HTML 213.2 KiB 6%
Fonts 211.2 KiB 6%
Other 89.3 KiB 3%
CSS 87.6 KiB 3%
Other 57.8 KiB 2%
Other 8.8 KiB 0%
Other 576 B 0%
Other 328 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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 (3.3 MiB of 3.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
36 scripts, 509 KB unused
FIX
36 scripts, 509 KB unused
Warning::
https://www.lexpress.fr/pf/dist/components/combina...: 239 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 68 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MK3...: 65 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://scripts.stay22.com/letmeallez.js: 61 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b4...: 44 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 509 KB
509 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.lexpress.fr/pf/dist/components/combinations/default.js?d=827&mxId=00000000359 KB239 KB (67%)3rd
https://accounts.google.com/gsi/client96 KB68 KB (72%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MK3GTGR139 KB65 KB (47%)3rd
https://scripts.stay22.com/letmeallez.js108 KB61 KB (57%)3rd
https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/sdk.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js101 KB44 KB (44%)3rd
https://www.lexpress.fr/pf/dist/engine/react.js?d=827&mxId=0000000097 KB30 KB (32%)3rd
https://embed.acast.com/main.863ee853.js41 KB3rd
https://api-v4.realytics.net/?apikey=ry-l3xpr3ss&id=ry_1BBBA9CA-9BB8-49EE-912D-98B0A4B87E300 KB3rd
https://cdn.amplitude.com/libs/analytics-browser-2.11.7-min.js.gz36 KB3rd
https://i.realytics.io/tc.js?cb=17762947738491 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
195 resources · 3.3 MB · 509 KB savings available
FIX
195 resources · 3.3 MB · 509 KB savings available
Warning::
Page weight 2.3 MB over 1MB target
Got: 3.3 MB Expected: ≤ 1 MB
Info::
~509 KB of savings available
Warning::
194 third-party resources (100% of weight)
Info::
2 resources over 200KB
195 resources · 3.3 MiB · 194 third-party 2.3 MiB over 1MB target
JavaScript 55% · 1.8 MiB
Image 26% · 874.9 KiB
Document 6% · 213.3 KiB
Font 6% · 211.2 KiB
Other 4% · 148.0 KiB
CSS 3% · 87.6 KiB

~508.8 KiB of savings available

Remove unused JavaScript: 508.8 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
88 images, 0 KB saveable
REVIEW
88 images, 0 KB saveable
Warning::
https://static.lexpress.fr/upload/images/logo/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.lexpress.fr/pf/resources/images/waterm... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
88 images 866 KB
0 oversized -0 KB
16 legacy format
2 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

C
JS Execution Cost
Action
1337ms total JS execution
REVIEW
1337ms total JS execution
Warning::
https://www.lexpress.fr/: 332ms CPU time
Warning::
Unattributable: 290ms CPU time
Warning::
https://www.lexpress.fr/pf/dist/engine/react.js?d=...: 285ms CPU time
Info::
https://scripts.stay22.com/letmeallez.js: 244ms CPU time
Info::
https://www.lexpress.fr/pf/dist/components/combina...: 124ms CPU time
Warning::
Third-party scripts: 1337ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Other 19% Style & Layout 12% Script Parsing & Compilation 8% Parse HTML & CSS 3% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.lexpress.fr/332ms11ms33ms3rd
Unattributable290ms37ms0ms3rd
https://www.lexpress.fr/pf/dist/engine/react.js?d=827&mxId=00000000285ms265ms7ms3rd
https://scripts.stay22.com/letmeallez.js244ms224ms7ms3rd
https://www.lexpress.fr/pf/dist/components/combinations/default.js?d=827&mxId=00000000124ms85ms30ms3rd
https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/sdk.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js62ms53ms8ms3rd
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
11 fonts (211 KB)
PASS
11 fonts (211 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

211 KB total

Render-blocking

0

of 11

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 1.2 s LCP 1.2 shttps://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-500.woff2?d=827spartan-v2-latin-500.woff2 https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-500.woff2?d=827 — 11.3 KiB — 23 ms — font-display: swaphttps://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-regular.woff2?d=827spartan-v2-latin-regula... https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-regular.woff2?d=827 — 11.4 KiB — 24 ms — font-display: swaphttps://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-600.woff2?d=827spartan-v2-latin-600.woff2 https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-600.woff2?d=827 — 11.4 KiB — 26 ms — font-display: swaphttps://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-700.woff2?d=827spartan-v2-latin-700.woff2 https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-700.woff2?d=827 — 11.3 KiB — 28 ms — font-display: swaphttps://www.lexpress.fr/pf/resources/fonts/tiempos_headline/tiempos-headline-semibold.woff2?d=827tiempos-headline-semibo... https://www.lexpress.fr/pf/resources/fonts/tiempos_headline/tiempos-headline-semibold.woff2?d=827 — 22.6 KiB — 29 ms — font-display: swaphttps://www.lexpress.fr/pf/resources/fonts/tiempos_text/tiempos-text-regular.woff2?d=827tiempos-text-regular.woff2 https://www.lexpress.fr/pf/resources/fonts/tiempos_text/tiempos-text-regular.woff2?d=827 — 29.3 KiB — 31 ms — font-display: swaphttps://www.lexpress.fr/pf/resources/fonts/tiempos_headline/tiempos-headline-medium.woff2?d=827tiempos-headline-medium... https://www.lexpress.fr/pf/resources/fonts/tiempos_headline/tiempos-headline-medium.woff2?d=827 — 22.7 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/l/font?kit=kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVYLBC2-PMmUq43jt4GW-Pexhqd0mMcoxrYiCzG2k_99_eXLgcNBysn46JtJCgvB9S0xl7jGjSE8f0MG_XcF4rzLA7QFdkbYbGzuUcVJY1ftnzcw8qqbR1bdGt0ilXVJd6p&skey=b8dc2088854b122f&v=v326font https://fonts.gstatic.com/l/font?kit=kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVYLBC2-PMmUq43jt4GW-Pexhqd0mMcoxrYiCzG2k_99_eXLgcNBysn46JtJCgvB9S0xl7jGjSE8f0MG_XcF4rzLA7QFdkbYbGzuUcVJY1ftnzcw8qqbR1bdGt0ilXVJd6p&skey=b8dc2088854b122f&v=v326 — 39.2 KiB — 55 ms — font-display: swaphttps://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2IBMPlexSans-Regular-Lat... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2 — 16.8 KiB — 57 ms — font-display: swaphttps://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Medium-Latin1.woff2IBMPlexSans-Medium-Lati... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Medium-Latin1.woff2 — 17.4 KiB — 22 ms — font-display: swaphttps://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2IBMPlexSans-SemiBold-La... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2 — 17.7 KiB — 24 ms — font-display: swap
spartan-v2-latin-500.woff2 woff2 swap
Size 11 KB
Load time 23 ms
Start 302 ms
Risk FOUT — text flashes from fallback to web font
spartan-v2-latin-regula... woff2 swap
Size 11 KB
Load time 24 ms
Start 302 ms
Risk FOUT — text flashes from fallback to web font
spartan-v2-latin-600.woff2 woff2 swap
Size 11 KB
Load time 26 ms
Start 302 ms
Risk FOUT — text flashes from fallback to web font
spartan-v2-latin-700.woff2 woff2 swap
Size 11 KB
Load time 28 ms
Start 303 ms
Risk FOUT — text flashes from fallback to web font
tiempos-headline-semibo... woff2 swap
Size 23 KB
Load time 29 ms
Start 303 ms
Risk FOUT — text flashes from fallback to web font
tiempos-text-regular.woff2 woff2 swap
Size 29 KB
Load time 31 ms
Start 303 ms
Risk FOUT — text flashes from fallback to web font
tiempos-headline-medium... woff2 swap
Size 23 KB
Load time 32 ms
Start 303 ms
Risk FOUT — text flashes from fallback to web font
font woff2 swap
Size 39 KB
Load time 55 ms
Start 470 ms
Risk FOUT — text flashes from fallback to web font
IBMPlexSans-Regular-Lat... woff2 swap
Size 17 KB
Load time 57 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
IBMPlexSans-Medium-Lati... woff2 swap
Size 17 KB
Load time 22 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
IBMPlexSans-SemiBold-La... woff2 swap
Size 18 KB
Load time 24 ms
Start 1.3 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)
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
195 requests over 2525ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 1.2 shttps://lexpress.fr// https://lexpress.fr/ — 301 — 85 B — 81 ms — h2https://www.lexpress.fr/www.lexpress.fr/ https://www.lexpress.fr/ — 200 — 210.5 KiB — 64 ms — h2https://www.lexpress.fr/pf/dist/engine/react.js?d=827&mxId=00000000www.lexpress.fr/pf/dist/engine/reac... https://www.lexpress.fr/pf/dist/engine/react.js?d=827&mxId=00000000 — 200 — 97.4 KiB — 39 ms — h2https://www.lexpress.fr/pf/dist/components/combinations/default.js?d=827&mxId=00000000www.lexpress.fr/pf/dist/components/... https://www.lexpress.fr/pf/dist/components/combinations/default.js?d=827&mxId=00000000 — 200 — 358.6 KiB — 83 ms — h2https://www.lexpress.fr/pf/dist/components/output-types/default.css?d=827&mxId=00000000www.lexpress.fr/pf/dist/components/... https://www.lexpress.fr/pf/dist/components/output-types/default.css?d=827&mxId=00000000 — 200 — 1.6 KiB — 14 ms — h2https://www.lexpress.fr/pf/dist/components/combinations/default.css?d=827&mxId=00000000www.lexpress.fr/pf/dist/components/... https://www.lexpress.fr/pf/dist/components/combinations/default.css?d=827&mxId=00000000 — 200 — 81.7 KiB — 17 ms — h2https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400..700;1,400..700&family=Barlow+Semi+Condensed:ital,wght@0,500;0,800;0,900;1,900&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400..700;1,400..700&family=Barlow+Semi+Condensed:ital,wght@0,500;0,800;0,900;1,900&display=swap — 200 — 1.8 KiB — 143 ms — h2https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,300..400,0..1,-50..200&icon_names=account_circle,amp_stories,arrow_back,arrow_drop_down,arrow_drop_up,arrow_forward,arrow_left_alt,arrow_outward,arrow_right_alt,auto_stories,book_5,bookmark,call_made,check,check_circle,close,confirmation_number,content_copy,dehaze,dictionary,featured_seasonal_and_gifts,finance,full_coverage,history_edu,info,keyboard_backspace,language,list_alt,live_help,login,logout,mail,mic,mobile_arrow_down,north,open_in_new,person,play_circle,search,share,star,tooltip_2,update&display=swapfonts.googleapis.com/css2?family=Ma... https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,300..400,0..1,-50..200&icon_names=account_circle,amp_stories,arrow_back,arrow_drop_down,arrow_drop_up,arrow_forward,arrow_left_alt,arrow_outward,arrow_right_alt,auto_stories,book_5,bookmark,call_made,check,check_circle,close,confirmation_number,content_copy,dehaze,dictionary,featured_seasonal_and_gifts,finance,full_coverage,history_edu,info,keyboard_backspace,language,list_alt,live_help,login,logout,mail,mic,mobile_arrow_down,north,open_in_new,person,play_circle,search,share,star,tooltip_2,update&display=swap — 200 — 582 B — 143 ms — h2https://www.lexpress.fr/resizer/v2/K7WOEEMGCFF67E3PITBZICGTVU.jpg?auth=115136383656184f3f603d4f62cd3b6281359e9df25cedc90314749da35cefcc&width=540&height=360&quality=85&focal=1665%2C715www.lexpress.fr/resizer/v2/K7WOEEMG... https://www.lexpress.fr/resizer/v2/K7WOEEMGCFF67E3PITBZICGTVU.jpg?auth=115136383656184f3f603d4f62cd3b6281359e9df25cedc90314749da35cefcc&width=540&height=360&quality=85&focal=1665%2C715 — 200 — 14.7 KiB — 21 ms — h2https://www.lexpress.fr/pf/resources/images/watermarks/video.png?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/watermarks/video.png?d=827 — 200 — 1.4 KiB — 31 ms — h2https://www.lexpress.fr/pf/resources/js/piano-analytics-6.15.2.js?d=827www.lexpress.fr/pf/resources/js/pia... https://www.lexpress.fr/pf/resources/js/piano-analytics-6.15.2.js?d=827 — 200 — 25.4 KiB — 18 ms — h2https://www.lexpress.fr/pf/resources/images/home/piliers/iran.svg?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/home/piliers/iran.svg?d=827 — 200 — 1.9 KiB — 39 ms — h2https://www.lexpress.fr/pf/resources/images/home/piliers/ukraine.svg?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/home/piliers/ukraine.svg?d=827 — 200 — 800 B — 31 ms — h2https://www.lexpress.fr/pf/resources/images/home/piliers/secret.svg?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/home/piliers/secret.svg?d=827 — 200 — 797 B — 32 ms — h2https://www.lexpress.fr/pf/resources/images/home/piliers/ia.svg?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/home/piliers/ia.svg?d=827 — 200 — 1.7 KiB — 33 ms — h2https://www.lexpress.fr/pf/resources/js/qiota-popin-manager.js?v=2&d=827www.lexpress.fr/pf/resources/js/qio... https://www.lexpress.fr/pf/resources/js/qiota-popin-manager.js?v=2&d=827 — 200 — 2.2 KiB — 34 ms — h2https://www.npttech.com/advertising.jswww.npttech.com/advertising.js https://www.npttech.com/advertising.js — 200 — 3.0 KiB — 70 ms — h3https://www.lexpress.fr/pf/resources/icons/IconBurgerLoupe.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconBurgerLoupe.svg?d=827 — 200 — 981 B — 34 ms — h2https://www.lexpress.fr/pf/resources/icons/IconLoupe.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconLoupe.svg?d=827 — 200 — 1.1 KiB — 34 ms — h2https://www.lexpress.fr/pf/resources/icons/IconBell.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconBell.svg?d=827 — 200 — 1.2 KiB — 35 ms — h2https://www.lexpress.fr/pf/resources/icons/IconPerson.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconPerson.svg?d=827 — 200 — 2.2 KiB — 35 ms — h2https://www.lexpress.fr/pf/resources/icons/IconMic.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconMic.svg?d=827 — 200 — 1.1 KiB — 36 ms — h2https://www.lexpress.fr/pf/resources/icons/premium.svg?d=827&mxId=00000000www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/premium.svg?d=827&mxId=00000000 — 200 — 479 B — 24 ms — h2https://www.lexpress.fr/pf/resources/images/img-placeholder.svg?d=827&mxId=00000000www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/img-placeholder.svg?d=827&mxId=00000000 — 200 — 1.2 KiB — 25 ms — h2https://www.lexpress.fr/resizer/v2/DWJX7OJMORBNRC6QTR2EBZ4P6M.jpg?auth=80affe0681d899a84310337c24a24dd9db364906ec5c64137e26b93793693081&width=42&height=42&quality=85&smart=truewww.lexpress.fr/resizer/v2/DWJX7OJM... https://www.lexpress.fr/resizer/v2/DWJX7OJMORBNRC6QTR2EBZ4P6M.jpg?auth=80affe0681d899a84310337c24a24dd9db364906ec5c64137e26b93793693081&width=42&height=42&quality=85&smart=true — 200 — 1.4 KiB — 59 ms — h2https://www.lexpress.fr/resizer/v2/4555MASZLVCBLATI6OWNLZNYVU.JPG?auth=e8d96f4e0e13a9d933cfe48695da420f1af2686ed08edf1cf32b334977e0654a&width=336&height=189&quality=85&focal=2621%2C1714www.lexpress.fr/resizer/v2/4555MASZ... https://www.lexpress.fr/resizer/v2/4555MASZLVCBLATI6OWNLZNYVU.JPG?auth=e8d96f4e0e13a9d933cfe48695da420f1af2686ed08edf1cf32b334977e0654a&width=336&height=189&quality=85&focal=2621%2C1714 — 200 — 6.7 KiB — 44 ms — h2https://www.lexpress.fr/resizer/v2/T34EPI27URBP7BC7YPXKJ6ESSY.JPG?auth=7f3779d84bf561b7fe977701d3bdadfe1194801340ade804b69aa9ec376d1bde&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/T34EPI27... https://www.lexpress.fr/resizer/v2/T34EPI27URBP7BC7YPXKJ6ESSY.JPG?auth=7f3779d84bf561b7fe977701d3bdadfe1194801340ade804b69aa9ec376d1bde&width=336&height=189&quality=85&smart=true — 200 — 8.2 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/OE3HE3VM2ZAQZIIYKJ3TSIVHBM.jpg?auth=bb8218ada1dfea75bbc0ae5efafcd6308de02ba06f6c9a3560a1a31803603bc8&width=336&height=189&quality=85&focal=453%2C377www.lexpress.fr/resizer/v2/OE3HE3VM... https://www.lexpress.fr/resizer/v2/OE3HE3VM2ZAQZIIYKJ3TSIVHBM.jpg?auth=bb8218ada1dfea75bbc0ae5efafcd6308de02ba06f6c9a3560a1a31803603bc8&width=336&height=189&quality=85&focal=453%2C377 — 200 — 21.6 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/YLVMJZPQXBEMRE7SOP3QSFWKRY.jpg?auth=91a7df9e58081c7cfc9bbff711e1aa4641ee825199c98a1e618012de86e77ce3&width=540&height=360&quality=85&smart=truewww.lexpress.fr/resizer/v2/YLVMJZPQ... https://www.lexpress.fr/resizer/v2/YLVMJZPQXBEMRE7SOP3QSFWKRY.jpg?auth=91a7df9e58081c7cfc9bbff711e1aa4641ee825199c98a1e618012de86e77ce3&width=540&height=360&quality=85&smart=true — 200 — 28.4 KiB — 60 ms — h2https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=155&height=155&quality=85&smart=truewww.lexpress.fr/resizer/v2/6U72AVJY... https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=155&height=155&quality=85&smart=true — 200 — 4.5 KiB — 45 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 1.2 shttps://lexpress.fr// https://lexpress.fr/ — 301 — 85 B — 81 ms — h2https://www.lexpress.fr/www.lexpress.fr/ https://www.lexpress.fr/ — 200 — 210.5 KiB — 64 ms — h2https://www.lexpress.fr/pf/dist/engine/react.js?d=827&mxId=00000000www.lexpress.fr/pf/dist/engine/reac... https://www.lexpress.fr/pf/dist/engine/react.js?d=827&mxId=00000000 — 200 — 97.4 KiB — 39 ms — h2https://www.lexpress.fr/pf/dist/components/combinations/default.js?d=827&mxId=00000000www.lexpress.fr/pf/dist/components/... https://www.lexpress.fr/pf/dist/components/combinations/default.js?d=827&mxId=00000000 — 200 — 358.6 KiB — 83 ms — h2https://www.lexpress.fr/pf/dist/components/output-types/default.css?d=827&mxId=00000000www.lexpress.fr/pf/dist/components/... https://www.lexpress.fr/pf/dist/components/output-types/default.css?d=827&mxId=00000000 — 200 — 1.6 KiB — 14 ms — h2https://www.lexpress.fr/pf/dist/components/combinations/default.css?d=827&mxId=00000000www.lexpress.fr/pf/dist/components/... https://www.lexpress.fr/pf/dist/components/combinations/default.css?d=827&mxId=00000000 — 200 — 81.7 KiB — 17 ms — h2https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400..700;1,400..700&family=Barlow+Semi+Condensed:ital,wght@0,500;0,800;0,900;1,900&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400..700;1,400..700&family=Barlow+Semi+Condensed:ital,wght@0,500;0,800;0,900;1,900&display=swap — 200 — 1.8 KiB — 143 ms — h2https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,300..400,0..1,-50..200&icon_names=account_circle,amp_stories,arrow_back,arrow_drop_down,arrow_drop_up,arrow_forward,arrow_left_alt,arrow_outward,arrow_right_alt,auto_stories,book_5,bookmark,call_made,check,check_circle,close,confirmation_number,content_copy,dehaze,dictionary,featured_seasonal_and_gifts,finance,full_coverage,history_edu,info,keyboard_backspace,language,list_alt,live_help,login,logout,mail,mic,mobile_arrow_down,north,open_in_new,person,play_circle,search,share,star,tooltip_2,update&display=swapfonts.googleapis.com/css2?family=Ma... https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,300..400,0..1,-50..200&icon_names=account_circle,amp_stories,arrow_back,arrow_drop_down,arrow_drop_up,arrow_forward,arrow_left_alt,arrow_outward,arrow_right_alt,auto_stories,book_5,bookmark,call_made,check,check_circle,close,confirmation_number,content_copy,dehaze,dictionary,featured_seasonal_and_gifts,finance,full_coverage,history_edu,info,keyboard_backspace,language,list_alt,live_help,login,logout,mail,mic,mobile_arrow_down,north,open_in_new,person,play_circle,search,share,star,tooltip_2,update&display=swap — 200 — 582 B — 143 ms — h2https://www.lexpress.fr/resizer/v2/K7WOEEMGCFF67E3PITBZICGTVU.jpg?auth=115136383656184f3f603d4f62cd3b6281359e9df25cedc90314749da35cefcc&width=540&height=360&quality=85&focal=1665%2C715www.lexpress.fr/resizer/v2/K7WOEEMG... https://www.lexpress.fr/resizer/v2/K7WOEEMGCFF67E3PITBZICGTVU.jpg?auth=115136383656184f3f603d4f62cd3b6281359e9df25cedc90314749da35cefcc&width=540&height=360&quality=85&focal=1665%2C715 — 200 — 14.7 KiB — 21 ms — h2https://www.lexpress.fr/pf/resources/images/watermarks/video.png?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/watermarks/video.png?d=827 — 200 — 1.4 KiB — 31 ms — h2https://www.lexpress.fr/pf/resources/js/piano-analytics-6.15.2.js?d=827www.lexpress.fr/pf/resources/js/pia... https://www.lexpress.fr/pf/resources/js/piano-analytics-6.15.2.js?d=827 — 200 — 25.4 KiB — 18 ms — h2https://www.lexpress.fr/pf/resources/images/home/piliers/iran.svg?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/home/piliers/iran.svg?d=827 — 200 — 1.9 KiB — 39 ms — h2https://www.lexpress.fr/pf/resources/images/home/piliers/ukraine.svg?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/home/piliers/ukraine.svg?d=827 — 200 — 800 B — 31 ms — h2https://www.lexpress.fr/pf/resources/images/home/piliers/secret.svg?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/home/piliers/secret.svg?d=827 — 200 — 797 B — 32 ms — h2https://www.lexpress.fr/pf/resources/images/home/piliers/ia.svg?d=827www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/home/piliers/ia.svg?d=827 — 200 — 1.7 KiB — 33 ms — h2https://www.lexpress.fr/pf/resources/js/qiota-popin-manager.js?v=2&d=827www.lexpress.fr/pf/resources/js/qio... https://www.lexpress.fr/pf/resources/js/qiota-popin-manager.js?v=2&d=827 — 200 — 2.2 KiB — 34 ms — h2https://www.npttech.com/advertising.jswww.npttech.com/advertising.js https://www.npttech.com/advertising.js — 200 — 3.0 KiB — 70 ms — h3https://www.lexpress.fr/pf/resources/icons/IconBurgerLoupe.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconBurgerLoupe.svg?d=827 — 200 — 981 B — 34 ms — h2https://www.lexpress.fr/pf/resources/icons/IconLoupe.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconLoupe.svg?d=827 — 200 — 1.1 KiB — 34 ms — h2https://www.lexpress.fr/pf/resources/icons/IconBell.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconBell.svg?d=827 — 200 — 1.2 KiB — 35 ms — h2https://www.lexpress.fr/pf/resources/icons/IconPerson.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconPerson.svg?d=827 — 200 — 2.2 KiB — 35 ms — h2https://www.lexpress.fr/pf/resources/icons/IconMic.svg?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/IconMic.svg?d=827 — 200 — 1.1 KiB — 36 ms — h2https://www.lexpress.fr/pf/resources/icons/premium.svg?d=827&mxId=00000000www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/premium.svg?d=827&mxId=00000000 — 200 — 479 B — 24 ms — h2https://www.lexpress.fr/pf/resources/images/img-placeholder.svg?d=827&mxId=00000000www.lexpress.fr/pf/resources/images... https://www.lexpress.fr/pf/resources/images/img-placeholder.svg?d=827&mxId=00000000 — 200 — 1.2 KiB — 25 ms — h2https://www.lexpress.fr/resizer/v2/DWJX7OJMORBNRC6QTR2EBZ4P6M.jpg?auth=80affe0681d899a84310337c24a24dd9db364906ec5c64137e26b93793693081&width=42&height=42&quality=85&smart=truewww.lexpress.fr/resizer/v2/DWJX7OJM... https://www.lexpress.fr/resizer/v2/DWJX7OJMORBNRC6QTR2EBZ4P6M.jpg?auth=80affe0681d899a84310337c24a24dd9db364906ec5c64137e26b93793693081&width=42&height=42&quality=85&smart=true — 200 — 1.4 KiB — 59 ms — h2https://www.lexpress.fr/resizer/v2/4555MASZLVCBLATI6OWNLZNYVU.JPG?auth=e8d96f4e0e13a9d933cfe48695da420f1af2686ed08edf1cf32b334977e0654a&width=336&height=189&quality=85&focal=2621%2C1714www.lexpress.fr/resizer/v2/4555MASZ... https://www.lexpress.fr/resizer/v2/4555MASZLVCBLATI6OWNLZNYVU.JPG?auth=e8d96f4e0e13a9d933cfe48695da420f1af2686ed08edf1cf32b334977e0654a&width=336&height=189&quality=85&focal=2621%2C1714 — 200 — 6.7 KiB — 44 ms — h2https://www.lexpress.fr/resizer/v2/T34EPI27URBP7BC7YPXKJ6ESSY.JPG?auth=7f3779d84bf561b7fe977701d3bdadfe1194801340ade804b69aa9ec376d1bde&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/T34EPI27... https://www.lexpress.fr/resizer/v2/T34EPI27URBP7BC7YPXKJ6ESSY.JPG?auth=7f3779d84bf561b7fe977701d3bdadfe1194801340ade804b69aa9ec376d1bde&width=336&height=189&quality=85&smart=true — 200 — 8.2 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/OE3HE3VM2ZAQZIIYKJ3TSIVHBM.jpg?auth=bb8218ada1dfea75bbc0ae5efafcd6308de02ba06f6c9a3560a1a31803603bc8&width=336&height=189&quality=85&focal=453%2C377www.lexpress.fr/resizer/v2/OE3HE3VM... https://www.lexpress.fr/resizer/v2/OE3HE3VM2ZAQZIIYKJ3TSIVHBM.jpg?auth=bb8218ada1dfea75bbc0ae5efafcd6308de02ba06f6c9a3560a1a31803603bc8&width=336&height=189&quality=85&focal=453%2C377 — 200 — 21.6 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/YLVMJZPQXBEMRE7SOP3QSFWKRY.jpg?auth=91a7df9e58081c7cfc9bbff711e1aa4641ee825199c98a1e618012de86e77ce3&width=540&height=360&quality=85&smart=truewww.lexpress.fr/resizer/v2/YLVMJZPQ... https://www.lexpress.fr/resizer/v2/YLVMJZPQXBEMRE7SOP3QSFWKRY.jpg?auth=91a7df9e58081c7cfc9bbff711e1aa4641ee825199c98a1e618012de86e77ce3&width=540&height=360&quality=85&smart=true — 200 — 28.4 KiB — 60 ms — h2https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=155&height=155&quality=85&smart=truewww.lexpress.fr/resizer/v2/6U72AVJY... https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=155&height=155&quality=85&smart=true — 200 — 4.5 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/RUYZZGCSR5G4FL4ZLA6AE7V5KY.jpg?auth=3790d4a192cad9db87fae3d78456e37527dc28f32139d600f55ca2678f68c509&width=155&height=155&quality=85&focal=1680%2C1533www.lexpress.fr/resizer/v2/RUYZZGCS... https://www.lexpress.fr/resizer/v2/RUYZZGCSR5G4FL4ZLA6AE7V5KY.jpg?auth=3790d4a192cad9db87fae3d78456e37527dc28f32139d600f55ca2678f68c509&width=155&height=155&quality=85&focal=1680%2C1533 — 200 — 7.5 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/TYSB5A2JO5BNHPFGUAKCLF6L2U.JPG?auth=7b8b84e1e81ea64264e6845d10fdc3e150e104c8259f68625b7f1f738b383067&width=155&height=155&quality=85&focal=4011%2C2873www.lexpress.fr/resizer/v2/TYSB5A2J... https://www.lexpress.fr/resizer/v2/TYSB5A2JO5BNHPFGUAKCLF6L2U.JPG?auth=7b8b84e1e81ea64264e6845d10fdc3e150e104c8259f68625b7f1f738b383067&width=155&height=155&quality=85&focal=4011%2C2873 — 200 — 7.4 KiB — 46 ms — h2https://www.lexpress.fr/resizer/v2/EWQAA75ZV5HJFI2KETZELK3TVA.JPG?auth=cf1699ccced9c35b44d68f8242129cca6f59c6843fd1cdfe4e62b76fc84498fe&width=155&height=155&quality=85&smart=truewww.lexpress.fr/resizer/v2/EWQAA75Z... https://www.lexpress.fr/resizer/v2/EWQAA75ZV5HJFI2KETZELK3TVA.JPG?auth=cf1699ccced9c35b44d68f8242129cca6f59c6843fd1cdfe4e62b76fc84498fe&width=155&height=155&quality=85&smart=true — 200 — 3.9 KiB — 52 ms — h2https://www.lexpress.fr/resizer/v2/JCDV7LQHIFG2VN2AHNTCUAQ7WQ.JPG?auth=d4fff96c8e14b1a37f48b661f0a363df215f348172c84b2e5c831f475ae86166&width=155&height=155&quality=85&focal=1117%2C1380www.lexpress.fr/resizer/v2/JCDV7LQH... https://www.lexpress.fr/resizer/v2/JCDV7LQHIFG2VN2AHNTCUAQ7WQ.JPG?auth=d4fff96c8e14b1a37f48b661f0a363df215f348172c84b2e5c831f475ae86166&width=155&height=155&quality=85&focal=1117%2C1380 — 200 — 5.2 KiB — 53 ms — h2https://www.lexpress.fr/resizer/v2/RAOCL5627JFCNM756FX2EBYAU4.png?auth=ef5e5814861454b05ec5a660d44e557c4d9d9d75a935b97e7e117b7e764e0e02&width=155&height=155&quality=85&smart=truewww.lexpress.fr/resizer/v2/RAOCL562... https://www.lexpress.fr/resizer/v2/RAOCL5627JFCNM756FX2EBYAU4.png?auth=ef5e5814861454b05ec5a660d44e557c4d9d9d75a935b97e7e117b7e764e0e02&width=155&height=155&quality=85&smart=true — 200 — 3.0 KiB — 57 ms — h2https://www.lexpress.fr/resizer/v2/UUNYLJWOBFDPZGDHCKT4PS46YU.jpg?auth=9c609823fd06a8070a205f1f299ded27e205e6016a2ddff7b4f7d1119bc9e5f4&width=155&height=155&quality=85&smart=truewww.lexpress.fr/resizer/v2/UUNYLJWO... https://www.lexpress.fr/resizer/v2/UUNYLJWOBFDPZGDHCKT4PS46YU.jpg?auth=9c609823fd06a8070a205f1f299ded27e205e6016a2ddff7b4f7d1119bc9e5f4&width=155&height=155&quality=85&smart=true — 200 — 3.6 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/TGUWFCOJNJEWPPEEKHN35TUHQM.jpg?auth=670156c5ee819e5c292ba5a706e50946eb10343d7c99279df30f51f508839bb0&width=155&height=155&quality=85&focal=2223%2C1305www.lexpress.fr/resizer/v2/TGUWFCOJ... https://www.lexpress.fr/resizer/v2/TGUWFCOJNJEWPPEEKHN35TUHQM.jpg?auth=670156c5ee819e5c292ba5a706e50946eb10343d7c99279df30f51f508839bb0&width=155&height=155&quality=85&focal=2223%2C1305 — 200 — 5.5 KiB — 46 ms — h2https://www.lexpress.fr/resizer/v2/XZT6EJZB7NEQNE3JT4QFLSW5HE.jpg?auth=bffce17cc172365d57f4528c423510100d93d55c83abbcb3acf8fe61de587d97&width=155&height=155&quality=85&focal=2683%2C1310www.lexpress.fr/resizer/v2/XZT6EJZB... https://www.lexpress.fr/resizer/v2/XZT6EJZB7NEQNE3JT4QFLSW5HE.jpg?auth=bffce17cc172365d57f4528c423510100d93d55c83abbcb3acf8fe61de587d97&width=155&height=155&quality=85&focal=2683%2C1310 — 200 — 4.2 KiB — 47 ms — h2https://www.lexpress.fr/resizer/v2/7P4PQY45URBDBHR3IJPRIXVAOE.jpg?auth=4a665dd66acea8d0c346e47566a2b0864de6fc3e19eb4a583a2bf8d42de593e1&width=155&height=155&quality=85&focal=1376%2C1211www.lexpress.fr/resizer/v2/7P4PQY45... https://www.lexpress.fr/resizer/v2/7P4PQY45URBDBHR3IJPRIXVAOE.jpg?auth=4a665dd66acea8d0c346e47566a2b0864de6fc3e19eb4a583a2bf8d42de593e1&width=155&height=155&quality=85&focal=1376%2C1211 — 200 — 5.9 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/DWJX7OJMORBNRC6QTR2EBZ4P6M.jpg?auth=80affe0681d899a84310337c24a24dd9db364906ec5c64137e26b93793693081&width=200&height=266&quality=85&smart=truewww.lexpress.fr/resizer/v2/DWJX7OJM... https://www.lexpress.fr/resizer/v2/DWJX7OJMORBNRC6QTR2EBZ4P6M.jpg?auth=80affe0681d899a84310337c24a24dd9db364906ec5c64137e26b93793693081&width=200&height=266&quality=85&smart=true — 200 — 10.3 KiB — 46 ms — h2https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=690&height=388&quality=85&smart=truewww.lexpress.fr/resizer/v2/6U72AVJY... https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=690&height=388&quality=85&smart=true — 200 — 20.7 KiB — 268 ms — h2https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-500.woff2?d=827www.lexpress.fr/pf/resources/fonts/... https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-500.woff2?d=827 — 200 — 11.3 KiB — 23 ms — h2https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-regular.woff2?d=827www.lexpress.fr/pf/resources/fonts/... https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-regular.woff2?d=827 — 200 — 11.4 KiB — 24 ms — h2https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-600.woff2?d=827www.lexpress.fr/pf/resources/fonts/... https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-600.woff2?d=827 — 200 — 11.4 KiB — 26 ms — h2https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-700.woff2?d=827www.lexpress.fr/pf/resources/fonts/... https://www.lexpress.fr/pf/resources/fonts/spartan/spartan-v2-latin-700.woff2?d=827 — 200 — 11.3 KiB — 28 ms — h2https://www.lexpress.fr/pf/resources/fonts/tiempos_headline/tiempos-headline-semibold.woff2?d=827www.lexpress.fr/pf/resources/fonts/... https://www.lexpress.fr/pf/resources/fonts/tiempos_headline/tiempos-headline-semibold.woff2?d=827 — 200 — 22.6 KiB — 29 ms — h2https://www.lexpress.fr/pf/resources/fonts/tiempos_text/tiempos-text-regular.woff2?d=827www.lexpress.fr/pf/resources/fonts/... https://www.lexpress.fr/pf/resources/fonts/tiempos_text/tiempos-text-regular.woff2?d=827 — 200 — 29.3 KiB — 31 ms — h2https://www.lexpress.fr/pf/resources/fonts/tiempos_headline/tiempos-headline-medium.woff2?d=827www.lexpress.fr/pf/resources/fonts/... https://www.lexpress.fr/pf/resources/fonts/tiempos_headline/tiempos-headline-medium.woff2?d=827 — 200 — 22.7 KiB — 32 ms — h2https://www.lexpress.fr/manifest.jsonwww.lexpress.fr/manifest.json https://www.lexpress.fr/manifest.json — 200 — 576 B — 31 ms — h2https://fonts.gstatic.com/l/font?kit=kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVYLBC2-PMmUq43jt4GW-Pexhqd0mMcoxrYiCzG2k_99_eXLgcNBysn46JtJCgvB9S0xl7jGjSE8f0MG_XcF4rzLA7QFdkbYbGzuUcVJY1ftnzcw8qqbR1bdGt0ilXVJd6p&skey=b8dc2088854b122f&v=v326fonts.gstatic.com/l/font?kit=kJEhBv... https://fonts.gstatic.com/l/font?kit=kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVYLBC2-PMmUq43jt4GW-Pexhqd0mMcoxrYiCzG2k_99_eXLgcNBysn46JtJCgvB9S0xl7jGjSE8f0MG_XcF4rzLA7QFdkbYbGzuUcVJY1ftnzcw8qqbR1bdGt0ilXVJd6p&skey=b8dc2088854b122f&v=v326 — 200 — 39.2 KiB — 55 ms — h3https://static.lexpress.fr/upload/images/logo/logo-le-pari-europe.svgstatic.lexpress.fr/upload/images/lo... https://static.lexpress.fr/upload/images/logo/logo-le-pari-europe.svg — 200 — 4.5 KiB — 19 ms — h2https://www.lexpress.fr/pf/dist/components/combinations/44.chunk.js?d=827&mxId=00000000www.lexpress.fr/pf/dist/components/... https://www.lexpress.fr/pf/dist/components/combinations/44.chunk.js?d=827&mxId=00000000 — 200 — 1.7 KiB — 41 ms — h2https://www.lexpress.fr/resizer/v2/RUYZZGCSR5G4FL4ZLA6AE7V5KY.jpg?auth=3790d4a192cad9db87fae3d78456e37527dc28f32139d600f55ca2678f68c509&width=1056&height=594&quality=85&focal=1680%2C1533www.lexpress.fr/resizer/v2/RUYZZGCS... https://www.lexpress.fr/resizer/v2/RUYZZGCSR5G4FL4ZLA6AE7V5KY.jpg?auth=3790d4a192cad9db87fae3d78456e37527dc28f32139d600f55ca2678f68c509&width=1056&height=594&quality=85&focal=1680%2C1533 — 200 — 130.7 KiB — 35 ms — h2https://www.lexpress.fr/resizer/v2/OE3HE3VM2ZAQZIIYKJ3TSIVHBM.jpg?auth=bb8218ada1dfea75bbc0ae5efafcd6308de02ba06f6c9a3560a1a31803603bc8&width=330&height=220&quality=85&focal=453%2C377www.lexpress.fr/resizer/v2/OE3HE3VM... https://www.lexpress.fr/resizer/v2/OE3HE3VM2ZAQZIIYKJ3TSIVHBM.jpg?auth=bb8218ada1dfea75bbc0ae5efafcd6308de02ba06f6c9a3560a1a31803603bc8&width=330&height=220&quality=85&focal=453%2C377 — 200 — 24.9 KiB — 30 ms — h2https://www.lexpress.fr/resizer/v2/RUYZZGCSR5G4FL4ZLA6AE7V5KY.jpg?auth=3790d4a192cad9db87fae3d78456e37527dc28f32139d600f55ca2678f68c509&width=330&height=220&quality=85&focal=1680%2C1533www.lexpress.fr/resizer/v2/RUYZZGCS... https://www.lexpress.fr/resizer/v2/RUYZZGCSR5G4FL4ZLA6AE7V5KY.jpg?auth=3790d4a192cad9db87fae3d78456e37527dc28f32139d600f55ca2678f68c509&width=330&height=220&quality=85&focal=1680%2C1533 — 200 — 18.0 KiB — 30 ms — h2https://www.lexpress.fr/resizer/v2/OJSYQ5XOERASHKWNLQSR5I523E.JPG?auth=b06c3d5d1cb3ec9aaca61770c97969185e1458f58a323917af7c2031a7237253&width=330&height=220&quality=85&smart=truewww.lexpress.fr/resizer/v2/OJSYQ5XO... https://www.lexpress.fr/resizer/v2/OJSYQ5XOERASHKWNLQSR5I523E.JPG?auth=b06c3d5d1cb3ec9aaca61770c97969185e1458f58a323917af7c2031a7237253&width=330&height=220&quality=85&smart=true — 200 — 9.3 KiB — 31 ms — h2https://www.lexpress.fr/resizer/v2/RAOCL5627JFCNM756FX2EBYAU4.png?auth=ef5e5814861454b05ec5a660d44e557c4d9d9d75a935b97e7e117b7e764e0e02&width=330&height=220&quality=85&smart=truewww.lexpress.fr/resizer/v2/RAOCL562... https://www.lexpress.fr/resizer/v2/RAOCL5627JFCNM756FX2EBYAU4.png?auth=ef5e5814861454b05ec5a660d44e557c4d9d9d75a935b97e7e117b7e764e0e02&width=330&height=220&quality=85&smart=true — 200 — 4.5 KiB — 69 ms — h2https://www.lexpress.fr/resizer/v2/TXFLZXFU4BFHRG3TW7TJD3QEVI.png?auth=482cd3e1b12bf0d02831eb11d56bdbeb39df01dc0e00a58d3ebabe128b1d58c4&width=124&height=82&quality=85&smart=truewww.lexpress.fr/resizer/v2/TXFLZXFU... https://www.lexpress.fr/resizer/v2/TXFLZXFU4BFHRG3TW7TJD3QEVI.png?auth=482cd3e1b12bf0d02831eb11d56bdbeb39df01dc0e00a58d3ebabe128b1d58c4&width=124&height=82&quality=85&smart=true — 200 — 1.3 KiB — 31 ms — h2https://www.lexpress.fr/resizer/v2/7TIEZWCR5RGIBEUZ3PVRJGD35Y.png?auth=095182b51456d06664aec5d231f98fb273653f168d23a14f4355cde2821c48b4&width=124&height=82&quality=85&focal=3008%2C1473www.lexpress.fr/resizer/v2/7TIEZWCR... https://www.lexpress.fr/resizer/v2/7TIEZWCR5RGIBEUZ3PVRJGD35Y.png?auth=095182b51456d06664aec5d231f98fb273653f168d23a14f4355cde2821c48b4&width=124&height=82&quality=85&focal=3008%2C1473 — 200 — 2.1 KiB — 32 ms — h2https://www.lexpress.fr/resizer/v2/FS2B7SFBHFHG3PDF7LG47ZZMME.JPG?auth=cb3d0faffebf07a163f62d93b3003f515721ade82404b667c6a21cf24bdabbab&width=124&height=82&quality=85&smart=truewww.lexpress.fr/resizer/v2/FS2B7SFB... https://www.lexpress.fr/resizer/v2/FS2B7SFBHFHG3PDF7LG47ZZMME.JPG?auth=cb3d0faffebf07a163f62d93b3003f515721ade82404b667c6a21cf24bdabbab&width=124&height=82&quality=85&smart=true — 200 — 3.7 KiB — 32 ms — h2https://www.lexpress.fr/resizer/v2/LDOCNHVEZREHFFEJQ2RWL5IKJQ.jpg?auth=1d680912980800a04f660f7960b6f8083d4f914fff3cedfa67099106eb3f57d2&width=330&height=220&quality=85&smart=truewww.lexpress.fr/resizer/v2/LDOCNHVE... https://www.lexpress.fr/resizer/v2/LDOCNHVEZREHFFEJQ2RWL5IKJQ.jpg?auth=1d680912980800a04f660f7960b6f8083d4f914fff3cedfa67099106eb3f57d2&width=330&height=220&quality=85&smart=true — 200 — 11.3 KiB — 32 ms — h2https://www.lexpress.fr/resizer/v2/23AO2DO7EFHITLXICFSSU2QWKA.png?auth=b9d51f78e9a455a00b505f07625d6f8e20c4b627562b30a8546507f39c75695b&width=330&height=220&quality=85&focal=1827%2C1053www.lexpress.fr/resizer/v2/23AO2DO7... https://www.lexpress.fr/resizer/v2/23AO2DO7EFHITLXICFSSU2QWKA.png?auth=b9d51f78e9a455a00b505f07625d6f8e20c4b627562b30a8546507f39c75695b&width=330&height=220&quality=85&focal=1827%2C1053 — 200 — 8.8 KiB — 32 ms — h2https://www.lexpress.fr/resizer/v2/X5DJSJMWC5DJJFX22O67NV35UI.png?auth=1143ba9e9eb89a6b52b07e35168cf4fa7e117baf1bd5652625238e8de497399f&width=330&height=220&quality=85&focal=1859%2C1081www.lexpress.fr/resizer/v2/X5DJSJMW... https://www.lexpress.fr/resizer/v2/X5DJSJMWC5DJJFX22O67NV35UI.png?auth=1143ba9e9eb89a6b52b07e35168cf4fa7e117baf1bd5652625238e8de497399f&width=330&height=220&quality=85&focal=1859%2C1081 — 200 — 8.9 KiB — 38 ms — h2https://www.lexpress.fr/resizer/v2/CB7WOI2M55CI7B6TK4OVD2N6TE.png?auth=9e59dd4b9fd8759574551159d39e38d60915d846d16e42236007c05fea83a24a&width=330&height=220&quality=85&focal=1891%2C1053www.lexpress.fr/resizer/v2/CB7WOI2M... https://www.lexpress.fr/resizer/v2/CB7WOI2M55CI7B6TK4OVD2N6TE.png?auth=9e59dd4b9fd8759574551159d39e38d60915d846d16e42236007c05fea83a24a&width=330&height=220&quality=85&focal=1891%2C1053 — 200 — 12.4 KiB — 39 ms — h2https://www.lexpress.fr/resizer/v2/XZT6EJZB7NEQNE3JT4QFLSW5HE.jpg?auth=bffce17cc172365d57f4528c423510100d93d55c83abbcb3acf8fe61de587d97&width=330&height=220&quality=85&focal=2683%2C1310www.lexpress.fr/resizer/v2/XZT6EJZB... https://www.lexpress.fr/resizer/v2/XZT6EJZB7NEQNE3JT4QFLSW5HE.jpg?auth=bffce17cc172365d57f4528c423510100d93d55c83abbcb3acf8fe61de587d97&width=330&height=220&quality=85&focal=2683%2C1310 — 200 — 6.6 KiB — 38 ms — h2https://www.lexpress.fr/resizer/v2/XHML6D2IPJDRRKHHMYCVO44MTU.JPG?auth=5466e0be6cc52d9ae9ba3a8bbdfe20373dc14323325320c4af3f5d45525c6d56&width=330&height=220&quality=85&focal=1796%2C638www.lexpress.fr/resizer/v2/XHML6D2I... https://www.lexpress.fr/resizer/v2/XHML6D2IPJDRRKHHMYCVO44MTU.JPG?auth=5466e0be6cc52d9ae9ba3a8bbdfe20373dc14323325320c4af3f5d45525c6d56&width=330&height=220&quality=85&focal=1796%2C638 — 200 — 15.2 KiB — 39 ms — h2https://www.lexpress.fr/resizer/v2/WLQ7XM4GYJB5ZASFOBG2RVXAF4.jpg?auth=1a823a138844ee5b5d89308ff0e750877ca2b557e3759899607e728a8062eb09&width=330&height=220&quality=85&smart=truewww.lexpress.fr/resizer/v2/WLQ7XM4G... https://www.lexpress.fr/resizer/v2/WLQ7XM4GYJB5ZASFOBG2RVXAF4.jpg?auth=1a823a138844ee5b5d89308ff0e750877ca2b557e3759899607e728a8062eb09&width=330&height=220&quality=85&smart=true — 200 — 6.0 KiB — 47 ms — h2https://www.lexpress.fr/resizer/v2/IMFXPY65KVELZDFGT2F3KYIMEY.JPG?auth=3793acf0dff4de5757f44206aed92175a78f168f4460714414d043359eb9bfc0&width=330&height=220&quality=85&focal=1609%2C763www.lexpress.fr/resizer/v2/IMFXPY65... https://www.lexpress.fr/resizer/v2/IMFXPY65KVELZDFGT2F3KYIMEY.JPG?auth=3793acf0dff4de5757f44206aed92175a78f168f4460714414d043359eb9bfc0&width=330&height=220&quality=85&focal=1609%2C763 — 200 — 12.1 KiB — 58 ms — h2https://www.lexpress.fr/resizer/v2/https%3A%2F%2Fauthor-service-images-prod-us-east-1.publishing.aws.arc.pub%2Flexpress%2FMPQ4P4L6WZHW7IZULVQ5GSL65I.png?auth=d91681cb40aee2d4e145ab8aa79ff8d5c0d3813d6749e796bc4de3566bb2fd71&width=75&height=75&quality=85&smart=truewww.lexpress.fr/resizer/v2/https%3A... https://www.lexpress.fr/resizer/v2/https%3A%2F%2Fauthor-service-images-prod-us-east-1.publishing.aws.arc.pub%2Flexpress%2FMPQ4P4L6WZHW7IZULVQ5GSL65I.png?auth=d91681cb40aee2d4e145ab8aa79ff8d5c0d3813d6749e796bc4de3566bb2fd71&width=75&height=75&quality=85&smart=true — 200 — 1.8 KiB — 46 ms — h2https://www.lexpress.fr/resizer/v2/WA2YEOSNERFEBN2QN5VJ56RFQE.jpeg?auth=4acb41a5044ef0d2215851381f19c93b9af4bce92db535b7cb9290aea3253b43&width=336&height=189&quality=85&focal=1172%2C605www.lexpress.fr/resizer/v2/WA2YEOSN... https://www.lexpress.fr/resizer/v2/WA2YEOSNERFEBN2QN5VJ56RFQE.jpeg?auth=4acb41a5044ef0d2215851381f19c93b9af4bce92db535b7cb9290aea3253b43&width=336&height=189&quality=85&focal=1172%2C605 — 200 — 5.4 KiB — 58 ms — h2https://www.lexpress.fr/resizer/v2/ZPYBEBPREVAOJLI6SHOU3QHAHE.JPG?auth=11d43df61d4b027eb519cf47ee47a798546e5b214205f26565c77c95636ed23c&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/ZPYBEBPR... https://www.lexpress.fr/resizer/v2/ZPYBEBPREVAOJLI6SHOU3QHAHE.JPG?auth=11d43df61d4b027eb519cf47ee47a798546e5b214205f26565c77c95636ed23c&width=336&height=189&quality=85&smart=true — 200 — 7.5 KiB — 59 ms — h2https://www.lexpress.fr/resizer/v2/KYJ5WV3A6VBATM553UTBRD7QZU.jpg?auth=e6e93ea232a5595532bb65a0c6b31231c022cbfb77bbc46acc6076f184539a51&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/KYJ5WV3A... https://www.lexpress.fr/resizer/v2/KYJ5WV3A6VBATM553UTBRD7QZU.jpg?auth=e6e93ea232a5595532bb65a0c6b31231c022cbfb77bbc46acc6076f184539a51&width=336&height=189&quality=85&smart=true — 200 — 6.5 KiB — 64 ms — h2https://www.lexpress.fr/resizer/v2/2KWG5ODHBNBRLIPKOMMRNMMXUM.jpg?auth=9cafad658fc2534018646ae069c1c203c958725c3d04b470b9e28eff0b106c69&width=330&height=220&quality=85&smart=truewww.lexpress.fr/resizer/v2/2KWG5ODH... https://www.lexpress.fr/resizer/v2/2KWG5ODHBNBRLIPKOMMRNMMXUM.jpg?auth=9cafad658fc2534018646ae069c1c203c958725c3d04b470b9e28eff0b106c69&width=330&height=220&quality=85&smart=true — 200 — 14.0 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/2FF7MNHWPZCFHCQ5VKGMEEIUGU.jpg?auth=14307823744fe98daf97dd28431576a966c4641c858bc58d7efc8761bd085bea&width=330&height=220&quality=85&smart=truewww.lexpress.fr/resizer/v2/2FF7MNHW... https://www.lexpress.fr/resizer/v2/2FF7MNHWPZCFHCQ5VKGMEEIUGU.jpg?auth=14307823744fe98daf97dd28431576a966c4641c858bc58d7efc8761bd085bea&width=330&height=220&quality=85&smart=true — 200 — 15.6 KiB — 45 ms — h2https://www.lexpress.fr/resizer/v2/KE22OTKRGZG5BHMYHBUPJPG7VE.jpg?auth=51bc417588f0837fc0e24417e6a358c674677ed7ce4f98b6b2b25a2b772ec3a6&width=330&height=220&quality=85&smart=truewww.lexpress.fr/resizer/v2/KE22OTKR... https://www.lexpress.fr/resizer/v2/KE22OTKRGZG5BHMYHBUPJPG7VE.jpg?auth=51bc417588f0837fc0e24417e6a358c674677ed7ce4f98b6b2b25a2b772ec3a6&width=330&height=220&quality=85&smart=true — 200 — 3.9 KiB — 46 ms — h2https://www.lexpress.fr/resizer/v2/VCVHJZN3QFCT3PKDYER7FJ3PCY.jpg?auth=b45c6539cea8362ede807c88b93dc48d8439c4baf2b280b79998e2f3457ac95c&width=330&height=220&quality=85&smart=truewww.lexpress.fr/resizer/v2/VCVHJZN3... https://www.lexpress.fr/resizer/v2/VCVHJZN3QFCT3PKDYER7FJ3PCY.jpg?auth=b45c6539cea8362ede807c88b93dc48d8439c4baf2b280b79998e2f3457ac95c&width=330&height=220&quality=85&smart=true — 200 — 22.2 KiB — 47 ms — h2https://www.lexpress.fr/resizer/v2/2KWG5ODHBNBRLIPKOMMRNMMXUM.jpg?auth=9cafad658fc2534018646ae069c1c203c958725c3d04b470b9e28eff0b106c69&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/2KWG5ODH... https://www.lexpress.fr/resizer/v2/2KWG5ODHBNBRLIPKOMMRNMMXUM.jpg?auth=9cafad658fc2534018646ae069c1c203c958725c3d04b470b9e28eff0b106c69&width=336&height=189&quality=85&smart=true — 200 — 13.0 KiB — 46 ms — h2https://www.lexpress.fr/resizer/v2/TS66J2ZGB5BWTPALJHMOQLIO7M.JPG?auth=0532586ce32f13ded0af96e669fee4db8da8abd82c2cf1bc116ee581d59537ec&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/TS66J2ZG... https://www.lexpress.fr/resizer/v2/TS66J2ZGB5BWTPALJHMOQLIO7M.JPG?auth=0532586ce32f13ded0af96e669fee4db8da8abd82c2cf1bc116ee581d59537ec&width=336&height=189&quality=85&smart=true — 200 — 4.8 KiB — 74 ms — h2https://www.lexpress.fr/resizer/v2/YLVMJZPQXBEMRE7SOP3QSFWKRY.jpg?auth=91a7df9e58081c7cfc9bbff711e1aa4641ee825199c98a1e618012de86e77ce3&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/YLVMJZPQ... https://www.lexpress.fr/resizer/v2/YLVMJZPQXBEMRE7SOP3QSFWKRY.jpg?auth=91a7df9e58081c7cfc9bbff711e1aa4641ee825199c98a1e618012de86e77ce3&width=336&height=189&quality=85&smart=true — 200 — 14.2 KiB — 68 ms — h2https://www.lexpress.fr/resizer/v2/NFEY243355ELDPZW3NU3L7M47U.JPG?auth=61dca58c9114a053b692253f0a682a7a015b3e1fa550c47e3f505ae85d7e6fc9&width=336&height=189&quality=85&focal=1997%2C1477www.lexpress.fr/resizer/v2/NFEY2433... https://www.lexpress.fr/resizer/v2/NFEY243355ELDPZW3NU3L7M47U.JPG?auth=61dca58c9114a053b692253f0a682a7a015b3e1fa550c47e3f505ae85d7e6fc9&width=336&height=189&quality=85&focal=1997%2C1477 — 200 — 10.6 KiB — 68 ms — h2https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/6U72AVJY... https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=336&height=189&quality=85&smart=true — 200 — 6.5 KiB — 68 ms — h2https://www.lexpress.fr/resizer/v2/UYPHAKRM4ZDYHHXQY5HAR3H7SQ.JPG?auth=d6ecadec0d398fd4d26645e2fed28b403d0f50068f5bfdc3ec621e305e32776d&width=336&height=189&quality=85&focal=488%2C434www.lexpress.fr/resizer/v2/UYPHAKRM... https://www.lexpress.fr/resizer/v2/UYPHAKRM4ZDYHHXQY5HAR3H7SQ.JPG?auth=d6ecadec0d398fd4d26645e2fed28b403d0f50068f5bfdc3ec621e305e32776d&width=336&height=189&quality=85&focal=488%2C434 — 200 — 6.4 KiB — 81 ms — h2https://www.lexpress.fr/resizer/v2/VCVHJZN3QFCT3PKDYER7FJ3PCY.jpg?auth=b45c6539cea8362ede807c88b93dc48d8439c4baf2b280b79998e2f3457ac95c&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/VCVHJZN3... https://www.lexpress.fr/resizer/v2/VCVHJZN3QFCT3PKDYER7FJ3PCY.jpg?auth=b45c6539cea8362ede807c88b93dc48d8439c4baf2b280b79998e2f3457ac95c&width=336&height=189&quality=85&smart=true — 200 — 19.2 KiB — 75 ms — h2https://www.lexpress.fr/resizer/v2/I7GG6JGWPZHDLJSIOD4QAN6GV4.jpg?auth=d04dc35cd18202eb2be449432686ab64fe3a80dd3459097130f9fa3cbfea1986&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/I7GG6JGW... https://www.lexpress.fr/resizer/v2/I7GG6JGWPZHDLJSIOD4QAN6GV4.jpg?auth=d04dc35cd18202eb2be449432686ab64fe3a80dd3459097130f9fa3cbfea1986&width=336&height=189&quality=85&smart=true — 200 — 13.1 KiB — 73 ms — h2https://www.lexpress.fr/resizer/v2/TBQPXOKAQVAOLKQSN4VN5LZTYM.jpg?auth=2d8bd5538af2e24b3cada3c59054a9bd7cd4fd149ccf6d69aff5f45d2ae9ca5b&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/TBQPXOKA... https://www.lexpress.fr/resizer/v2/TBQPXOKAQVAOLKQSN4VN5LZTYM.jpg?auth=2d8bd5538af2e24b3cada3c59054a9bd7cd4fd149ccf6d69aff5f45d2ae9ca5b&width=336&height=189&quality=85&smart=true — 200 — 18.9 KiB — 127 ms — h2https://static.lexpress.fr/upload/images/newsletters/home/geopolitique.svgstatic.lexpress.fr/upload/images/ne... https://static.lexpress.fr/upload/images/newsletters/home/geopolitique.svg — 200 — 4.1 KiB — 51 ms — h2https://static.lexpress.fr/upload/images/newsletters/home/pouvoirs.svgstatic.lexpress.fr/upload/images/ne... https://static.lexpress.fr/upload/images/newsletters/home/pouvoirs.svg — 200 — 2.0 KiB — 52 ms — h2https://static.lexpress.fr/upload/images/newsletters/home/13h_eco.svgstatic.lexpress.fr/upload/images/ne... https://static.lexpress.fr/upload/images/newsletters/home/13h_eco.svg — 200 — 8.7 KiB — 55 ms — h2https://static.lexpress.fr/upload/images/newsletters/home/le_sept.svgstatic.lexpress.fr/upload/images/ne... https://static.lexpress.fr/upload/images/newsletters/home/le_sept.svg — 200 — 1.7 KiB — 53 ms — h2https://www.lexpress.fr/resizer/v2/EWQAA75ZV5HJFI2KETZELK3TVA.JPG?auth=cf1699ccced9c35b44d68f8242129cca6f59c6843fd1cdfe4e62b76fc84498fe&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/EWQAA75Z... https://www.lexpress.fr/resizer/v2/EWQAA75ZV5HJFI2KETZELK3TVA.JPG?auth=cf1699ccced9c35b44d68f8242129cca6f59c6843fd1cdfe4e62b76fc84498fe&width=336&height=189&quality=85&smart=true — 200 — 6.3 KiB — 73 ms — h2https://www.lexpress.fr/resizer/v2/4RGLWXSJJRD2DJDOGJSHLMF4OU.JPG?auth=e227d1c5f483f841c5eb96bf32e3c6208476216b8e21fccf1ab7e268bfa40691&width=336&height=189&quality=85&focal=1729%2C1297www.lexpress.fr/resizer/v2/4RGLWXSJ... https://www.lexpress.fr/resizer/v2/4RGLWXSJJRD2DJDOGJSHLMF4OU.JPG?auth=e227d1c5f483f841c5eb96bf32e3c6208476216b8e21fccf1ab7e268bfa40691&width=336&height=189&quality=85&focal=1729%2C1297 — 200 — 4.2 KiB — 72 ms — h2https://www.lexpress.fr/resizer/v2/https%3A%2F%2Fstatic.lexpress.fr%2Fupload%2Fsite-partenaire%2Fgymglish%2Fbanner_frantastique-ortho_classic_lexpress-FR_178x100.png?auth=dbcaa0be70824906fe82823555bca264060df627ebde6b9eeffe54c8442c29dd&width=178&height=100&quality=85&smart=truewww.lexpress.fr/resizer/v2/https%3A... https://www.lexpress.fr/resizer/v2/https%3A%2F%2Fstatic.lexpress.fr%2Fupload%2Fsite-partenaire%2Fgymglish%2Fbanner_frantastique-ortho_classic_lexpress-FR_178x100.png?auth=dbcaa0be70824906fe82823555bca264060df627ebde6b9eeffe54c8442c29dd&width=178&height=100&quality=85&smart=true — 200 — 4.5 KiB — 84 ms — h2https://www.lexpress.fr/resizer/v2/https%3A%2F%2Fstatic.lexpress.fr%2Fupload%2Fsite-partenaire%2Fgymglish%2Fbanner_learning-series_classic_lexpress_178x100.png?auth=e8fc5a0707a988e7f5b4766862d017084d6ba45bf46623e624315fb9e039de8b&width=178&height=100&quality=85&smart=truewww.lexpress.fr/resizer/v2/https%3A... https://www.lexpress.fr/resizer/v2/https%3A%2F%2Fstatic.lexpress.fr%2Fupload%2Fsite-partenaire%2Fgymglish%2Fbanner_learning-series_classic_lexpress_178x100.png?auth=e8fc5a0707a988e7f5b4766862d017084d6ba45bf46623e624315fb9e039de8b&width=178&height=100&quality=85&smart=true — 200 — 6.5 KiB — 85 ms — h2https://www.lexpress.fr/resizer/v2/https%3A%2F%2Fstatic.lexpress.fr%2Fupload%2Fsite-partenaire%2Fgymglish%2Fbanner_aimigo-coach_classic_lexpress-FR_178x100.png?auth=5380d9f46a33d84b8f112c0a116e302fc45310f33dc8f79021625eeaf0ea42bc&width=178&height=100&quality=85&smart=truewww.lexpress.fr/resizer/v2/https%3A... https://www.lexpress.fr/resizer/v2/https%3A%2F%2Fstatic.lexpress.fr%2Fupload%2Fsite-partenaire%2Fgymglish%2Fbanner_aimigo-coach_classic_lexpress-FR_178x100.png?auth=5380d9f46a33d84b8f112c0a116e302fc45310f33dc8f79021625eeaf0ea42bc&width=178&height=100&quality=85&smart=true — 200 — 6.0 KiB — 86 ms — h2https://www.lexpress.fr/resizer/v2/NSXXVUJGGRERNOS7TZN7OX6HVY.jpeg?auth=933104acacdb6d61996ecbe3d2d5b38c1d362328bc6ea2f3f160fe7378e4ff85&width=336&height=189&quality=85&focal=639%2C423www.lexpress.fr/resizer/v2/NSXXVUJG... https://www.lexpress.fr/resizer/v2/NSXXVUJGGRERNOS7TZN7OX6HVY.jpeg?auth=933104acacdb6d61996ecbe3d2d5b38c1d362328bc6ea2f3f160fe7378e4ff85&width=336&height=189&quality=85&focal=639%2C423 — 200 — 6.3 KiB — 87 ms — h2https://www.lexpress.fr/resizer/v2/OV3K7GH5WRETXMXX3ZV56EURYQ.jpg?auth=3eff260a65bf4da6ef4d46dc580da825ea21a58fc6866349dd0be707aa965b43&width=336&height=189&quality=85&focal=2581%2C589www.lexpress.fr/resizer/v2/OV3K7GH5... https://www.lexpress.fr/resizer/v2/OV3K7GH5WRETXMXX3ZV56EURYQ.jpg?auth=3eff260a65bf4da6ef4d46dc580da825ea21a58fc6866349dd0be707aa965b43&width=336&height=189&quality=85&focal=2581%2C589 — 200 — 7.2 KiB — 88 ms — h2https://www.lexpress.fr/resizer/v2/G6BRKJBDH5EX7C5E3AFPB7F5H4.JPG?auth=ae9288a03426417b6329a193e0ce5367f837e87d9ed57d950902cbfccd085547&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/G6BRKJBD... https://www.lexpress.fr/resizer/v2/G6BRKJBDH5EX7C5E3AFPB7F5H4.JPG?auth=ae9288a03426417b6329a193e0ce5367f837e87d9ed57d950902cbfccd085547&width=336&height=189&quality=85&smart=true — 200 — 5.4 KiB — 90 ms — h2https://www.lexpress.fr/resizer/v2/GM5MX2KCHRAAPOERXQ4UGXDL5M.JPG?auth=b44cea597feb83cddf3e4d89701b2fe4ef653703028ca03e793e77ffdae54fe7&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/GM5MX2KC... https://www.lexpress.fr/resizer/v2/GM5MX2KCHRAAPOERXQ4UGXDL5M.JPG?auth=b44cea597feb83cddf3e4d89701b2fe4ef653703028ca03e793e77ffdae54fe7&width=336&height=189&quality=85&smart=true — 200 — 6.3 KiB — 91 ms — h2https://www.lexpress.fr/resizer/v2/XZT6EJZB7NEQNE3JT4QFLSW5HE.jpg?auth=bffce17cc172365d57f4528c423510100d93d55c83abbcb3acf8fe61de587d97&width=336&height=189&quality=85&focal=2683%2C1310www.lexpress.fr/resizer/v2/XZT6EJZB... https://www.lexpress.fr/resizer/v2/XZT6EJZB7NEQNE3JT4QFLSW5HE.jpg?auth=bffce17cc172365d57f4528c423510100d93d55c83abbcb3acf8fe61de587d97&width=336&height=189&quality=85&focal=2683%2C1310 — 200 — 5.4 KiB — 95 ms — h2https://www.lexpress.fr/resizer/v2/2FF7MNHWPZCFHCQ5VKGMEEIUGU.jpg?auth=14307823744fe98daf97dd28431576a966c4641c858bc58d7efc8761bd085bea&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/2FF7MNHW... https://www.lexpress.fr/resizer/v2/2FF7MNHWPZCFHCQ5VKGMEEIUGU.jpg?auth=14307823744fe98daf97dd28431576a966c4641c858bc58d7efc8761bd085bea&width=336&height=189&quality=85&smart=true — 200 — 13.9 KiB — 97 ms — h2https://www.lexpress.fr/resizer/v2/QUD2ZEGKHFBB5MSMRTE635ADBM.jpg?auth=42ad9c781a0e5b1b6d6d7488dbe9bbd2dc6043eab5c4eb8b8c82bb156d7bc0bb&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/QUD2ZEGK... https://www.lexpress.fr/resizer/v2/QUD2ZEGKHFBB5MSMRTE635ADBM.jpg?auth=42ad9c781a0e5b1b6d6d7488dbe9bbd2dc6043eab5c4eb8b8c82bb156d7bc0bb&width=336&height=189&quality=85&smart=true — 200 — 23.0 KiB — 102 ms — h2https://www.lexpress.fr/resizer/v2/RHCCZQYM7FHCZKVBEDXFEQ7KAM.jpg?auth=8734899c6b6c5d830ff20891458872aaa3bc2dbc63162280bf5c581e95988d8a&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/RHCCZQYM... https://www.lexpress.fr/resizer/v2/RHCCZQYM7FHCZKVBEDXFEQ7KAM.jpg?auth=8734899c6b6c5d830ff20891458872aaa3bc2dbc63162280bf5c581e95988d8a&width=336&height=189&quality=85&smart=true — 200 — 8.6 KiB — 103 ms — h2https://www.lexpress.fr/resizer/v2/ZGHG2BQRAVA75CBAFS3ABODLCU.jpg?auth=e90926361fd650728debeba66eb7e7929b77382df5375cb6c4e0513c88eb1573&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/ZGHG2BQR... https://www.lexpress.fr/resizer/v2/ZGHG2BQRAVA75CBAFS3ABODLCU.jpg?auth=e90926361fd650728debeba66eb7e7929b77382df5375cb6c4e0513c88eb1573&width=336&height=189&quality=85&smart=true — 200 — 9.6 KiB — 104 ms — h2https://www.lexpress.fr/resizer/v2/DLE4BOD5ZVB7ZIVJ5B4JEBTZSQ.jpg?auth=16caeed22a6047e1af3fd5495011fffa311158d832234510db3b793d2e82c1b4&width=336&height=189&quality=85&focal=1340%2C1029www.lexpress.fr/resizer/v2/DLE4BOD5... https://www.lexpress.fr/resizer/v2/DLE4BOD5ZVB7ZIVJ5B4JEBTZSQ.jpg?auth=16caeed22a6047e1af3fd5495011fffa311158d832234510db3b793d2e82c1b4&width=336&height=189&quality=85&focal=1340%2C1029 — 200 — 26.9 KiB — 107 ms — h2https://www.lexpress.fr/resizer/v2/CUUP65BQF5CL7K5RQD5P3DORZ4.png?auth=439c9eb7c5150d66a712444730bf71f29fafb12db60c1101b95e6ed98068edb0&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/CUUP65BQ... https://www.lexpress.fr/resizer/v2/CUUP65BQF5CL7K5RQD5P3DORZ4.png?auth=439c9eb7c5150d66a712444730bf71f29fafb12db60c1101b95e6ed98068edb0&width=336&height=189&quality=85&smart=true — 200 — 8.2 KiB — 108 ms — h2https://www.lexpress.fr/resizer/v2/LUXOG3RF7ZHJVBK4QC7WUBBWAE.png?auth=e3ff8b1f6ab54d6bb874c4f6a709c073138074eb1cddb6abaa1f84810a9bc7fb&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/LUXOG3RF... https://www.lexpress.fr/resizer/v2/LUXOG3RF7ZHJVBK4QC7WUBBWAE.png?auth=e3ff8b1f6ab54d6bb874c4f6a709c073138074eb1cddb6abaa1f84810a9bc7fb&width=336&height=189&quality=85&smart=true — 200 — 6.3 KiB — 111 ms — h2https://www.lexpress.fr/resizer/v2/CODTMKCWPJE7JICUKMSZMRRDKI.png?auth=8030af6cee3fa8f994f97008ab7ffe99367f98464df6f3b0f1a88c28df07c3f1&width=336&height=189&quality=85&smart=truewww.lexpress.fr/resizer/v2/CODTMKCW... https://www.lexpress.fr/resizer/v2/CODTMKCWPJE7JICUKMSZMRRDKI.png?auth=8030af6cee3fa8f994f97008ab7ffe99367f98464df6f3b0f1a88c28df07c3f1&width=336&height=189&quality=85&smart=true — 200 — 7.9 KiB — 114 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/wekly-publish-last?query=%7B%22feedSize%22%3A1%7D&filter=%7Bcontent_elements%7B_id%2Cdisplay_date%2Cheadlines%7Bbasic%7D%2Clabel%7Blimit_date%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/wekly-publish-last?query=%7B%22feedSize%22%3A1%7D&filter=%7Bcontent_elements%7B_id%2Cdisplay_date%2Cheadlines%7Bbasic%7D%2Clabel%7Blimit_date%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 756 B — 74 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/fil-info-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cpartner%2Cdossier%2Csponsored_dossier%2Cweekly_publish%2Cregie%2Cspecial_issue%2Cshopping%2Cpartner_longform%22%2C%22feedSize%22%3A5%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccount%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdisplay_date%2Cdistributor%7Bname%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Ctype%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%7D%2Ctype%2Cwebsite%2Cwebsite_url%2Cwebsites%7Blexpress%7Bwebsite_section%7Bname%2Cpath%7D%2Cwebsite_url%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/fil-info-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cpartner%2Cdossier%2Csponsored_dossier%2Cweekly_publish%2Cregie%2Cspecial_issue%2Cshopping%2Cpartner_longform%22%2C%22feedSize%22%3A5%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccount%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdisplay_date%2Cdistributor%7Bname%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Ctype%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%7D%2Ctype%2Cwebsite%2Cwebsite_url%2Cwebsites%7Blexpress%7Bwebsite_section%7Bname%2Cpath%7D%2Cwebsite_url%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 3.2 KiB — 77 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/collection-api?query=%7B%22from%22%3A0%2C%22id%22%3A%22SMMZ3VEAGZDGJMA3BRAXZ6OSZ4%22%2C%22size%22%3A4%2C%22website%22%3A%22lexpress%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/collection-api?query=%7B%22from%22%3A0%2C%22id%22%3A%22SMMZ3VEAGZDGJMA3BRAXZ6OSZ4%22%2C%22size%22%3A4%2C%22website%22%3A%22lexpress%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 2.3 KiB — 106 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/wekly-publish-last?query=%7B%22feedSize%22%3A1%7D&filter=%7Bcontent_elements%7B_id%2Cdisplay_date%2Cheadlines%7Bbasic%7D%2Clabel%7Blimit_date%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/wekly-publish-last?query=%7B%22feedSize%22%3A1%7D&filter=%7Bcontent_elements%7B_id%2Cdisplay_date%2Cheadlines%7Bbasic%7D%2Clabel%7Blimit_date%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 756 B — 77 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/subtype-feed-api?query=%7B%22feedSize%22%3A1%2C%22includeSubtypes%22%3A%22special_issue%22%7D&filter=%7Bcontent_elements%7B_id%2Cdisplay_date%2Cheadlines%7Bbasic%7D%2Clabel%7Blimit_date%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/subtype-feed-api?query=%7B%22feedSize%22%3A1%2C%22includeSubtypes%22%3A%22special_issue%22%7D&filter=%7Bcontent_elements%7B_id%2Cdisplay_date%2Cheadlines%7Bbasic%7D%2Clabel%7Blimit_date%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 831 B — 78 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/story-feed-tag-api?query=%7B%22excludeSubtypes%22%3A%22dossier%22%2C%22feedSize%22%3A4%2C%22tagSlug%22%3A%22erasme-l-edito-de-luc-de-barochez%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/story-feed-tag-api?query=%7B%22excludeSubtypes%22%3A%22dossier%22%2C%22feedSize%22%3A4%2C%22tagSlug%22%3A%22erasme-l-edito-de-luc-de-barochez%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 2.2 KiB — 81 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/subtype-feed-api?query=%7B%22excludeSubtypes%22%3A%22%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A4%2C%22includeSubtypes%22%3A%22video%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/subtype-feed-api?query=%7B%22excludeSubtypes%22%3A%22%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A4%2C%22includeSubtypes%22%3A%22video%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 3.2 KiB — 81 ms — h2https://embed.acast.com/647a08fcd035fa00113e74ce/69de5bd87beb0a173598f9b5embed.acast.com/647a08fcd035fa00113... https://embed.acast.com/647a08fcd035fa00113e74ce/69de5bd87beb0a173598f9b5 — 200 — 2.7 KiB — 190 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/subtype-feed-api?query=%7B%22feedOffset%22%3A0%2C%22feedSize%22%3A4%2C%22includeSubtypes%22%3A%22podcast%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/subtype-feed-api?query=%7B%22feedOffset%22%3A0%2C%22feedSize%22%3A4%2C%22includeSubtypes%22%3A%22podcast%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 3.1 KiB — 82 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/author-api?query=%7B%22slug%22%3A%22binet-loredane%22%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/author-api?query=%7B%22slug%22%3A%22binet-loredane%22%7D&d=827&mxId=00000000&_website=lexpress — 200 — 939 B — 82 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSections%22%3A%22%22%2C%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A4%2C%22includeSections%22%3A%22%2Feconomie%2Femploi%2Fmanagement%22%2C%22includeSubtypes%22%3A%22%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSections%22%3A%22%22%2C%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A4%2C%22includeSections%22%3A%22%2Feconomie%2Femploi%2Fmanagement%22%2C%22includeSubtypes%22%3A%22%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%2Cdailymotion%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%2Cyoutube%7B_id%2Cembed%7Bconfig%7Bhtml%2Clink%2CvideoId%2CvideoLink%7D%2Cid%2Curl%7D%2Csubtype%2Ctype%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 2.7 KiB — 84 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A4%2C%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Fsociete%2Feducation%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A4%2C%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Fsociete%2Feducation%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 2.0 KiB — 85 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/les-plus-lus-piano-7-days?query=%7B%22rubrique%22%3A%22default%22%2C%22sectionFromurl%22%3A%22%22%2C%22size%22%3A4%2C%22website%22%3A%22lexpress%22%7D&filter=%7B_id%2Ccontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Cheadlines%7Bbasic%7D%7D%2Cheadlines%7Bbasic%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/les-plus-lus-piano-7-days?query=%7B%22rubrique%22%3A%22default%22%2C%22sectionFromurl%22%3A%22%22%2C%22size%22%3A4%2C%22website%22%3A%22lexpress%22%7D&filter=%7B_id%2Ccontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Cheadlines%7Bbasic%7D%7D%2Cheadlines%7Bbasic%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 1.1 KiB — 86 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22feedOffset%22%3A0%2C%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Fmonde%2C%2Fmonde%2Feurope%2C%2Fmonde%2Famerique%2C%2Fmonde%2Fproche-moyen-orient%2C%2Fmonde%2Fasie%22%2C%22includeSubtypes%22%3A%22dossier%22%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22feedOffset%22%3A0%2C%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Fmonde%2C%2Fmonde%2Feurope%2C%2Fmonde%2Famerique%2C%2Fmonde%2Fproche-moyen-orient%2C%2Fmonde%2Fasie%22%2C%22includeSubtypes%22%3A%22dossier%22%7D&d=827&mxId=00000000&_website=lexpress — 200 — 8.5 KiB — 111 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Fargent%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Fargent%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 1.9 KiB — 102 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Fenvironnement%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Fenvironnement%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 2.4 KiB — 104 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Feconomie%2Fhigh-tech%2C%2Fenvironnement%22%2C%22includeSubtypes%22%3A%22dossier%22%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22feedSize%22%3A3%2C%22includeSections%22%3A%22%2Feconomie%2Fhigh-tech%2C%2Fenvironnement%22%2C%22includeSubtypes%22%3A%22dossier%22%7D&d=827&mxId=00000000&_website=lexpress — 200 — 16.9 KiB — 111 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A1%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fsciences-sante%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A1%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fsciences-sante%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 1.3 KiB — 91 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A2%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fsciences-sante%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A2%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fsciences-sante%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 1.2 KiB — 92 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fstyles%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A0%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fstyles%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 1.2 KiB — 93 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A1%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fstyles%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A1%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fstyles%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 1.1 KiB — 94 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A3%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fstyles%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/sections-feed-api?query=%7B%22excludeSubtypes%22%3A%22publi%2Cregie%2Cpartner%2Cweekly_publish%2Cflash%2Cdossier%2Csponsored_dossier%22%2C%22feedOffset%22%3A3%2C%22feedSize%22%3A1%2C%22includeSections%22%3A%22%2Fstyles%22%7D&filter=%7Bcontent_elements%7B_id%2Ccanonical_url%2Ccontent_restrictions%7Bcontent_code%7D%2Ccredits%7Bby%7B_id%2Cname%2Cslug%7D%7D%2Cdistributor%7Bmode%2Cname%2Creference_id%7D%2Cfirst_publish_date%2Cheadlines%7Bbasic%7D%2Clabel%7Bovertitle%7Btext%7D%2Csignature%7Btext%7D%7D%2Cpromo_items%7Bbasic%7B_id%2Calt_text%2Cauth%7B1%7D%2Cfocal_point%7Bx%2Cy%7D%2Curl%7D%7D%2Csubheadlines%7Bbasic%7D%2Csubtype%2Ctaxonomy%7Bprimary_section%7B_id%2Cname%7D%2Csections%7B_id%7D%2Ctags%7Bdescription%2Cslug%2Ctext%7D%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 1.2 KiB — 93 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/site-service-hierarchy?query=%7B%22hierarchy%22%3A%22footer-v2-general%22%7D&filter=%7B_id%2Cchildren%7B_id%2Cchildren%7B_id%2Cdisplay_name%2Cname%2Cnode_type%2Csite%7Bsite_title%2Csite_url%7D%2Curl%7D%2Cdisplay_name%2Cname%2Cnode_type%2Csite%7Bsite_title%2Csite_url%7D%7D%7D&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/site-service-hierarchy?query=%7B%22hierarchy%22%3A%22footer-v2-general%22%7D&filter=%7B_id%2Cchildren%7B_id%2Cchildren%7B_id%2Cdisplay_name%2Cname%2Cnode_type%2Csite%7Bsite_title%2Csite_url%7D%2Curl%7D%2Cdisplay_name%2Cname%2Cnode_type%2Csite%7Bsite_title%2Csite_url%7D%7D%7D&d=827&mxId=00000000&_website=lexpress — 200 — 1.3 KiB — 107 ms — h2https://c2.taboola.com/nr/lexpress-web/newsroom.jsc2.taboola.com/nr/lexpress-web/news... https://c2.taboola.com/nr/lexpress-web/newsroom.js — 200 — 17.6 KiB — 110 ms — h2https://moncompte.lexpress.fr/scripts/u.jsmoncompte.lexpress.fr/scripts/u.js https://moncompte.lexpress.fr/scripts/u.js — 200 — 631 B — 165 ms — h2https://cdn.amplitude.com/libs/analytics-browser-2.11.7-min.js.gzcdn.amplitude.com/libs/analytics-br... https://cdn.amplitude.com/libs/analytics-browser-2.11.7-min.js.gz — 200 — 35.5 KiB — 121 ms — h2https://i.realytics.io/tc.js?cb=1776294773849i.realytics.io/tc.js?cb=17762947738... https://i.realytics.io/tc.js?cb=1776294773849 — 200 — 1.4 KiB — 113 ms — http/1.1https://cdn-eu.realytics.net/realytics-1.2.min.jscdn-eu.realytics.net/realytics-1.2.... https://cdn-eu.realytics.net/realytics-1.2.min.js — 200 — 18.7 KiB — 114 ms — h2https://scripts.stay22.com/letmeallez.jsscripts.stay22.com/letmeallez.js https://scripts.stay22.com/letmeallez.js — 200 — 108.1 KiB — 118 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 210 ms — h2https://geo.dailymotion.com/libs/player/xsd56.jsgeo.dailymotion.com/libs/player/xsd... https://geo.dailymotion.com/libs/player/xsd56.js — 200 — 9.3 KiB — 124 ms — h3https://l.lexpress.fr/sdk.jsl.lexpress.fr/sdk.js https://l.lexpress.fr/sdk.js — 200 — 1.2 KiB — 115 ms — h2https://www.queryly.com/js/queryly.v4.min.jswww.queryly.com/js/queryly.v4.min.j... https://www.queryly.com/js/queryly.v4.min.js — 200 — 7.9 KiB — 110 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/site-service-hierarchy?query=undefined&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/site-service-hierarchy?query=undefined&d=827&mxId=00000000&_website=lexpress — 200 — 27.9 KiB — 76 ms — h2https://www.lexpress.fr/pf/api/v3/content/fetch/site-service-hierarchy?query=undefined&d=827&mxId=00000000&_website=lexpresswww.lexpress.fr/pf/api/v3/content/f... https://www.lexpress.fr/pf/api/v3/content/fetch/site-service-hierarchy?query=undefined&d=827&mxId=00000000&_website=lexpress — 200 — 0 B — 79 ms — h2https://consent.lexpress.fr/f9b4c6b2-7c8e-43fd-9c79-f1fc18663cf0/loader.js?target_type=notice&target=tDQVH8Jeconsent.lexpress.fr/f9b4c6b2-7c8e-4... https://consent.lexpress.fr/f9b4c6b2-7c8e-43fd-9c79-f1fc18663cf0/loader.js?target_type=notice&target=tDQVH8Je — 200 — 159.8 KiB — 85 ms — h2https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=688&height=387&quality=85&smart=truewww.lexpress.fr/resizer/v2/6U72AVJY... https://www.lexpress.fr/resizer/v2/6U72AVJY5VCMBEHTY4POXVQFVU.JPG?auth=33bda9a6a82651dc657f4de55c5e1956b961459e0f9323c319570f48c48845a0&width=688&height=387&quality=85&smart=true — 200 — 20.5 KiB — 16 ms — h2https://cdn.acast.com/fonts/fonts.csscdn.acast.com/fonts/fonts.css https://cdn.acast.com/fonts/fonts.css — 200 — 1.3 KiB — 58 ms — h2https://embed.acast.com/124.82df14bd.jsembed.acast.com/124.82df14bd.js https://embed.acast.com/124.82df14bd.js — 200 — 164.6 KiB — 56 ms — h2https://embed.acast.com/main.863ee853.jsembed.acast.com/main.863ee853.js https://embed.acast.com/main.863ee853.js — 200 — 40.9 KiB — 23 ms — h2https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/sdk.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.jsconsent.lexpress.fr/sdk/d4911c3d5b4... https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/sdk.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js — 200 — 101.2 KiB — 64 ms — h2https://static.qiota.com/assets/getQiota.js?v=2static.qiota.com/assets/getQiota.js... https://static.qiota.com/assets/getQiota.js?v=2 — 200 — 30.7 KiB — 94 ms — h2https://vshssmg.pa-cd.com/event?s=370118&idclient=mo0o1n4a7mcm3rqrvshssmg.pa-cd.com/event?s=370118&id... https://vshssmg.pa-cd.com/event?s=370118&idclient=mo0o1n4a7mcm3rqr — 204 — 328 B — 78 ms — h2https://api-v4.realytics.net/?apikey=ry-l3xpr3ss&id=ry_1BBBA9CA-9BB8-49EE-912D-98B0A4B87E30api-v4.realytics.net/?apikey=ry-l3x... https://api-v4.realytics.net/?apikey=ry-l3xpr3ss&id=ry_1BBBA9CA-9BB8-49EE-912D-98B0A4B87E30 — 200 — 355 B — 87 ms — h2https://api-v6.realytics.net/?apikey=ry-l3xpr3ss&id=ry_1BBBA9CA-9BB8-49EE-912D-98B0A4B87E30api-v6.realytics.net/?apikey=ry-l3x... https://api-v6.realytics.net/?apikey=ry-l3xpr3ss&id=ry_1BBBA9CA-9BB8-49EE-912D-98B0A4B87E30 — 200 — 355 B — 88 ms — h2https://tp.realytics.io/sync/se/cnktbDN4cHIzc3N8cnlfMUJCQkE5Q0EtOUJCOC00OUVFLTkxMkQtOThCMEE0Qjg3RTMwfA%3D%3D?ct=1&rt=1&u=https%3A%2F%2Fwww.lexpress.fr%2F&r=&ts=1776294774163tp.realytics.io/sync/se/cnktbDN4cHI... https://tp.realytics.io/sync/se/cnktbDN4cHIzc3N8cnlfMUJCQkE5Q0EtOUJCOC00OUVFLTkxMkQtOThCMEE0Qjg3RTMwfA%3D%3D?ct=1&rt=1&u=https%3A%2F%2Fwww.lexpress.fr%2F&r=&ts=1776294774163 — 200 — 1.4 KiB — 72 ms — http/1.1https://nr-events.taboola.com/newsroom/1.0/lexpress-web/get-action?page.url=https%3A%2F%2Fwww.lexpress.fr%2F&view.id=212971417360894374&page.template=home&page.dashboard=homenr-events.taboola.com/newsroom/1.0/... https://nr-events.taboola.com/newsroom/1.0/lexpress-web/get-action?page.url=https%3A%2F%2Fwww.lexpress.fr%2F&view.id=212971417360894374&page.template=home&page.dashboard=home — 200 — 210 B — 192 ms — h2https://www.queryly.com/images/whitecloseicon.pngwww.queryly.com/images/whitecloseic... https://www.queryly.com/images/whitecloseicon.png — 200 — 1.1 KiB — 25 ms — h2https://nr-events.taboola.com/newsroom/1.0/lexpress-web/notify-impression?page.url=https%3A%2F%2Fwww.lexpress.fr%2F&view.id=212971417360894374&page.template=home&page.dashboard=homenr-events.taboola.com/newsroom/1.0/... https://nr-events.taboola.com/newsroom/1.0/lexpress-web/notify-impression?page.url=https%3A%2F%2Fwww.lexpress.fr%2F&view.id=212971417360894374&page.template=home&page.dashboard=home — 204 — 133 B — 35 ms — h2https://feeder.acast.com/api/v1/shows/647a08fcd035fa00113e74ce/episodes/69de5bd87beb0a173598f9b5?showInfo=truefeeder.acast.com/api/v1/shows/647a0... https://feeder.acast.com/api/v1/shows/647a08fcd035fa00113e74ce/episodes/69de5bd87beb0a173598f9b5?showInfo=true — 204 — 0 B — 72 ms — h2https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/consent-string.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.jsconsent.lexpress.fr/sdk/d4911c3d5b4... https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/consent-string.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js — 200 — 16.0 KiB — 45 ms — h2https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_google_google_js.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.jsconsent.lexpress.fr/sdk/d4911c3d5b4... https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_google_google_js.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js — 200 — 1.3 KiB — 42 ms — h2https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.jsconsent.lexpress.fr/sdk/d4911c3d5b4... https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js — 200 — 1.4 KiB — 43 ms — h2https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2cdn.acast.com/fonts/IBM-Plex-Sans/f... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2 — 200 — 16.8 KiB — 57 ms — h2https://api.realytics.io/event/track?cb=1776294774159api.realytics.io/event/track?cb=177... https://api.realytics.io/event/track?cb=1776294774159 — 204 — 1.4 KiB — 92 ms — http/1.1https://api.realytics.io/event/track?cb=1776294774161api.realytics.io/event/track?cb=177... https://api.realytics.io/event/track?cb=1776294774161 — 204 — 1.4 KiB — 95 ms — http/1.1https://api.realytics.io/event/track?cb=1776294774167api.realytics.io/event/track?cb=177... https://api.realytics.io/event/track?cb=1776294774167 — 204 — 1.4 KiB — 96 ms — http/1.1https://api.realytics.io/event/track?cb=1776294774168api.realytics.io/event/track?cb=177... https://api.realytics.io/event/track?cb=1776294774168 — 204 — 1.4 KiB — 88 ms — http/1.1https://www.stay22.com/ext/partner?lmaID=69bc15a4c969b1bc8756abfa&aid=&campaign=lexpressfr&product=lma&installationMethod=lmaid&version=e18e2ee&habl=false&isinc=true&hasTP=false&preservecampaign=false&qpID=&keepItPretty=false&disableLinkSwap=false&canRoam=false&disableHyperlink=false&disableWidgets=false&disablepop=false&ref22=https%3A%2F%2Fwww.lexpress.fr%2F&sid22=www.stay22.com/ext/partner?lmaID=69... https://www.stay22.com/ext/partner?lmaID=69bc15a4c969b1bc8756abfa&aid=&campaign=lexpressfr&product=lma&installationMethod=lmaid&version=e18e2ee&habl=false&isinc=true&hasTP=false&preservecampaign=false&qpID=&keepItPretty=false&disableLinkSwap=false&canRoam=false&disableHyperlink=false&disableWidgets=false&disablepop=false&ref22=https%3A%2F%2Fwww.lexpress.fr%2F&sid22= — 204 — 0 B — 167 ms — h3https://feeder.acast.com/api/v1/shows/647a08fcd035fa00113e74ce/episodes/69de5bd87beb0a173598f9b5?showInfo=truefeeder.acast.com/api/v1/shows/647a0... https://feeder.acast.com/api/v1/shows/647a08fcd035fa00113e74ce/episodes/69de5bd87beb0a173598f9b5?showInfo=true — 200 — 13.1 KiB — 20 ms — h2https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/ui-web-en-web.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.jsconsent.lexpress.fr/sdk/d4911c3d5b4... https://consent.lexpress.fr/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/ui-web-en-web.d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3.js — 200 — 53.2 KiB — 59 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.8f97014a50846e907f80.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.8f97014a50846e907f80.js — 200 — 17.0 KiB — 24 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js — 200 — 177.7 KiB — 79 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.8c21482b026c3e0df460.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.8c21482b026c3e0df460.js — 200 — 63.9 KiB — 74 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.ca9c85781a70600da1b3.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.ca9c85781a70600da1b3.js — 200 — 50.9 KiB — 63 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.1851db92c4ed46097d9d.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.1851db92c4ed46097d9d.js — 200 — 37.6 KiB — 58 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 87 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datahttps://thumborcdn.acast.com/iIdI0Q_YXvjD2wViieHtCgCEb9M=/150x150/https%3A%2F%2Fassets.pippa.io%2Fshows%2F647a08fcd035fa00113e74ce%2F1776179899422-3f0df35e-b739-473d-9b1d-f3d6ad63139c.jpegthumborcdn.acast.com/iIdI0Q_YXvjD2w... https://thumborcdn.acast.com/iIdI0Q_YXvjD2wViieHtCgCEb9M=/150x150/https%3A%2F%2Fassets.pippa.io%2Fshows%2F647a08fcd035fa00113e74ce%2F1776179899422-3f0df35e-b739-473d-9b1d-f3d6ad63139c.jpeg — 200 — 5.9 KiB — 61 ms — h2https://thumborcdn.acast.com/FKFZlds-zUSm6xvUWiTc_5e14AI=/350x350/https%3A%2F%2Fassets.pippa.io%2Fshows%2F647a08fcd035fa00113e74ce%2F1776179899422-3f0df35e-b739-473d-9b1d-f3d6ad63139c.jpegthumborcdn.acast.com/FKFZlds-zUSm6x... https://thumborcdn.acast.com/FKFZlds-zUSm6xvUWiTc_5e14AI=/350x350/https%3A%2F%2Fassets.pippa.io%2Fshows%2F647a08fcd035fa00113e74ce%2F1776179899422-3f0df35e-b739-473d-9b1d-f3d6ad63139c.jpeg — 200 — 16.5 KiB — 62 ms — h2https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Medium-Latin1.woff2cdn.acast.com/fonts/IBM-Plex-Sans/f... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Medium-Latin1.woff2 — 200 — 17.4 KiB — 22 ms — h2https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2cdn.acast.com/fonts/IBM-Plex-Sans/f... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2 — 200 — 17.7 KiB — 24 ms — h2https://static.lexpress.fr/upload/images/logo/logo_web_cartouche_lexpress_rouge_desktop@2x.pngstatic.lexpress.fr/upload/images/lo... https://static.lexpress.fr/upload/images/logo/logo_web_cartouche_lexpress_rouge_desktop@2x.png — 200 — 7.9 KiB — 22 ms — h2https://www.stay22.com/ext/partner?lmaID=69bc15a4c969b1bc8756abfa&aid=&campaign=lexpressfr&product=lma&installationMethod=lmaid&version=e18e2ee&habl=false&isinc=true&hasTP=false&preservecampaign=false&qpID=&keepItPretty=false&disableLinkSwap=false&canRoam=false&disableHyperlink=false&disableWidgets=false&disablepop=false&ref22=https%3A%2F%2Fwww.lexpress.fr%2F&sid22=www.stay22.com/ext/partner?lmaID=69... https://www.stay22.com/ext/partner?lmaID=69bc15a4c969b1bc8756abfa&aid=&campaign=lexpressfr&product=lma&installationMethod=lmaid&version=e18e2ee&habl=false&isinc=true&hasTP=false&preservecampaign=false&qpID=&keepItPretty=false&disableLinkSwap=false&canRoam=false&disableHyperlink=false&disableWidgets=false&disablepop=false&ref22=https%3A%2F%2Fwww.lexpress.fr%2F&sid22= — 200 — 1.8 KiB — 146 ms — h3https://www.qiota.com/PAKz4VRv8D/configwww.qiota.com/PAKz4VRv8D/config https://www.qiota.com/PAKz4VRv8D/config — 200 — 813 B — 100 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 664 B — 39 ms — h2https://accounts.google.com/gsi/log?client_id=874177295119-aq4cnljr74gdvco9v0v873odttlec1sk.apps.googleusercontent.com&as=XQQzgQaP%2BcQQOE%2Fwryu6mhySVOl0RU4RN0X4oNO%2BTus&bs=P5eBZlgaQ1dMO3dspCfqMEjaNbRNQB7V%2ByrtR3T%2BRaY&event=onetap.card.prompt.apiCall&enable_itp_optimization=19accounts.google.com/gsi/log?client_... https://accounts.google.com/gsi/log?client_id=874177295119-aq4cnljr74gdvco9v0v873odttlec1sk.apps.googleusercontent.com&as=XQQzgQaP%2BcQQOE%2Fwryu6mhySVOl0RU4RN0X4oNO%2BTus&bs=P5eBZlgaQ1dMO3dspCfqMEjaNbRNQB7V%2ByrtR3T%2BRaY&event=onetap.card.prompt.apiCall&enable_itp_optimization=19 — 200 — 23 B — 100 ms — h3https://www.lexpress.fr/pf/resources/icons/fav/favicon.ico?d=827www.lexpress.fr/pf/resources/icons/... https://www.lexpress.fr/pf/resources/icons/fav/favicon.ico?d=827 — 200 — 2.1 KiB — 12 ms — h2https://static.qiota.com/data/PAKz4VRv8D/data.jsonstatic.qiota.com/data/PAKz4VRv8D/da... https://static.qiota.com/data/PAKz4VRv8D/data.json — 200 — 30.3 KiB — 110 ms — h2https://static.qiota.com/data/PAKz4VRv8D/onboarding.jsonstatic.qiota.com/data/PAKz4VRv8D/on... https://static.qiota.com/data/PAKz4VRv8D/onboarding.json — 200 — 5.2 KiB — 109 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MK3GTGRwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MK3GTGR — 200 — 138.8 KiB — 232 ms — h2https://data.qiota.com/js/script.jsdata.qiota.com/js/script.js https://data.qiota.com/js/script.js — 200 — 1.2 KiB — 106 ms — h2https://id.h2.stay22.com/thumbmarkid.h2.stay22.com/thumbmark https://id.h2.stay22.com/thumbmark — 204 — 0 B — 174 ms — h2https://data.qiota.com/api/eventdata.qiota.com/api/event https://data.qiota.com/api/event — 202 — 291 B — 81 ms — h2https://id.h2.stay22.com/thumbmarkid.h2.stay22.com/thumbmark https://id.h2.stay22.com/thumbmark — 200 — 1.2 KiB — 297 ms — h2https://www.stay22.com/ext/partner/load?lmaID=69bc15a4c969b1bc8756abfa&aid=lexpressstudio&campaign=lexpressfr&product=lma&installationMethod=lmaScriptBuilder&version=e18e2ee&habl=false&isinc=true&hasTP=false&conmeth=normal&excludes%5B%5D=agoda&excludes%5B%5D=booking&excludes%5B%5D=expedia&excludes%5B%5D=hotelscom&excludes%5B%5D=kayak&excludes%5B%5D=tripadvisor&excludes%5B%5D=vrbo&excludes%5B%5D=getyourguide&preservecampaign=false&qpID=&keepItPretty=false&disableLinkSwap=false&canRoam=false&disableHyperlink=true&disableWidgets=false&disablepop=false&ref22=https%3A%2F%2Fwww.lexpress.fr%2F&sid22=XrMjv1jUuEWZWmmPwww.stay22.com/ext/partner/load?lma... https://www.stay22.com/ext/partner/load?lmaID=69bc15a4c969b1bc8756abfa&aid=lexpressstudio&campaign=lexpressfr&product=lma&installationMethod=lmaScriptBuilder&version=e18e2ee&habl=false&isinc=true&hasTP=false&conmeth=normal&excludes%5B%5D=agoda&excludes%5B%5D=booking&excludes%5B%5D=expedia&excludes%5B%5D=hotelscom&excludes%5B%5D=kayak&excludes%5B%5D=tripadvisor&excludes%5B%5D=vrbo&excludes%5B%5D=getyourguide&preservecampaign=false&qpID=&keepItPretty=false&disableLinkSwap=false&canRoam=false&disableHyperlink=true&disableWidgets=false&disablepop=false&ref22=https%3A%2F%2Fwww.lexpress.fr%2F&sid22=XrMjv1jUuEWZWmmP — 204 — 0 B — 142 ms — h3https://www.stay22.com/ext/partner/load?lmaID=69bc15a4c969b1bc8756abfa&aid=lexpressstudio&campaign=lexpressfr&product=lma&installationMethod=lmaScriptBuilder&version=e18e2ee&habl=false&isinc=true&hasTP=false&conmeth=normal&excludes%5B%5D=agoda&excludes%5B%5D=booking&excludes%5B%5D=expedia&excludes%5B%5D=hotelscom&excludes%5B%5D=kayak&excludes%5B%5D=tripadvisor&excludes%5B%5D=vrbo&excludes%5B%5D=getyourguide&preservecampaign=false&qpID=&keepItPretty=false&disableLinkSwap=false&canRoam=false&disableHyperlink=true&disableWidgets=false&disablepop=false&ref22=https%3A%2F%2Fwww.lexpress.fr%2F&sid22=XrMjv1jUuEWZWmmPwww.stay22.com/ext/partner/load?lma... https://www.stay22.com/ext/partner/load?lmaID=69bc15a4c969b1bc8756abfa&aid=lexpressstudio&campaign=lexpressfr&product=lma&installationMethod=lmaScriptBuilder&version=e18e2ee&habl=false&isinc=true&hasTP=false&conmeth=normal&excludes%5B%5D=agoda&excludes%5B%5D=booking&excludes%5B%5D=expedia&excludes%5B%5D=hotelscom&excludes%5B%5D=kayak&excludes%5B%5D=tripadvisor&excludes%5B%5D=vrbo&excludes%5B%5D=getyourguide&preservecampaign=false&qpID=&keepItPretty=false&disableLinkSwap=false&canRoam=false&disableHyperlink=true&disableWidgets=false&disablepop=false&ref22=https%3A%2F%2Fwww.lexpress.fr%2F&sid22=XrMjv1jUuEWZWmmP — 204 — 921 B — 142 ms — h3https://api.eu.amplitude.com/2/httpapiapi.eu.amplitude.com/2/httpapi https://api.eu.amplitude.com/2/httpapi — 200 — 0 B — 143 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 1337ms · 876KB · €15/mo
www.lexpress.fr
Other
Costly
Execution 332ms
Transfer 211 KB
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 290ms
Transfer 0 KB
Monthly Cost €3/mo
www.lexpress.fr
Other
Costly
Execution 285ms
Transfer 97 KB
Unused 32%
Monthly Cost €3/mo
scripts.stay22.com
Other
Costly
Execution 244ms
Transfer 108 KB
Unused 57%
Monthly Cost €3/mo
www.lexpress.fr
Other
Optional
Execution 124ms
Transfer 359 KB
Unused 67%
Monthly Cost €1/mo
consent.lexpress.fr
Other
Optional
Execution 62ms
Transfer 101 KB
Unused 44%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.lexpress.fr adds 332ms and costs ~€4/month
  • Unattributable adds 290ms and costs ~€3/month
  • www.lexpress.fr adds 285ms and costs ~€3/month
  • scripts.stay22.com adds 244ms and costs ~€3/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.lexpress.fr takes 332ms 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 290ms 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.lexpress.fr takes 285ms 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

scripts.stay22.com takes 244ms 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

57% of scripts.stay22.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

67% of www.lexpress.fr's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

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