Skip to content
https://melenchon2027.fr

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
6
PASS
12
INFO
4

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

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

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

1.55 s

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

0 ms

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

0.051

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

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

1.55 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
23
12 PASS 6 REVIEW 1 FIX
F
Page Weight Budget
Action
10.5 MB transferred, 175 requests
FIX
10.5 MB transferred, 175 requests
Critical::
Page weighs 18.6 MB (10.5 MB transferred)
Warning::
Images are 8.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 8.6 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
Fonts are 447 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 447 KB
Warning::
175 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.2 g CO2 per page load
10.5 MB / 2.4 MB budget
10.5 MB transferred
175 requests
2.2 g CO2 per page load
Images 8.6 MiB 82%
JavaScript 1.1 MiB 10%
Fonts 446.6 KiB 4%
CSS 192.3 KiB 2%
HTML 156.6 KiB 1%
Other 53.2 KiB 0%
Other 3.2 KiB 0%
Other 1.7 KiB 0%
Other 147 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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

Source: web.dev

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

B
Image Optimization
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Info::
All images are well-optimized
24 images 8.6 MB
0 oversized -0 KB
22 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
611ms total JS execution
REVIEW
611ms total JS execution
Info::
https://melenchon2027.fr/: 197ms CPU time
Info::
Unattributable: 189ms CPU time
Info::
https://melenchon2027.fr/wp-includes/js/jquery/jqu...: 172ms CPU time
Info::
https://melenchon2027.fr/cdn-cgi/challenge-platfor...: 53ms CPU time
Info::
Third-party scripts: 189ms (31% of total)

Main Thread Breakdown

Script Evaluation 41% Other 28% Style & Layout 20% Parse HTML & CSS 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://melenchon2027.fr/197ms10ms1ms1st
Unattributable189ms9ms0ms3rd
https://melenchon2027.fr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1172ms148ms2ms1st
https://melenchon2027.fr/cdn-cgi/challenge-platform/scripts/jsd/main.js53ms50ms0ms1st
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
175 resources · 10.5 MB · 25 KB savings available
REVIEW
175 resources · 10.5 MB · 25 KB savings available
Warning::
Page weight 10.5 MB exceeds 1 MB target by 9.5 MB
Got: 10.5 MB Expected: ≤ 1 MB
Info::
61 third-party resources (11% of weight)
Info::
15 resources over 200KB
175 resources · 10.5 MiB · 61 third-party 9.5 MiB over 1MB target
Image 82% · 8.6 MiB
JavaScript 10% · 1.1 MiB
Font 4% · 446.6 KiB
CSS 2% · 243.7 KiB
Document 1% · 156.7 KiB
Other 0% · 3.2 KiB

~25.4 KiB of savings available

Remove unused JavaScript: 25.4 KiB
B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
A+
Third-Party Impact
11% third-party, 0 ms blocking
PASS
11% third-party, 0 ms blocking
Info::
Third-party code accounts for 11% of page weight (1.2 MiB of 10.5 MiB)
Info::
Third-party blocking time is low (0 ms)
89%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
8 fonts (447 KB)
PASS
8 fonts (447 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

447 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.0 s LCP 1.5 shttps://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Bold.ttfStackSansText-Bold.ttf https://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Bold.ttf — 76.8 KiB — 33 ms — font-display: swaphttps://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Regular.ttfStackSansText-Regular.ttf https://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Regular.ttf — 77.0 KiB — 54 ms — font-display: swaphttps://melenchon2027.fr/wp-content/uploads/2026/04/union_gothic-variable.ttfunion_gothic-variable.ttf https://melenchon2027.fr/wp-content/uploads/2026/04/union_gothic-variable.ttf — 155.3 KiB — 49 ms — font-display: swaphttps://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Light.ttfStackSansText-Light.ttf https://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Light.ttf — 77.7 KiB — 64 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v7.2.0/webfonts/pro-fa-slab-regular-400-0.woff2pro-fa-slab-regular-400... https://ka-p.fontawesome.com/releases/v7.2.0/webfonts/pro-fa-slab-regular-400-0.woff2 — 10.1 KiB — 31 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v7.2.0/webfonts/pro-fa-slab-regular-400-1.woff2pro-fa-slab-regular-400... https://ka-p.fontawesome.com/releases/v7.2.0/webfonts/pro-fa-slab-regular-400-1.woff2 — 15.9 KiB — 30 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 117 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 73 ms — font-display: swap
StackSansText-Bold.ttf ttf swap
Size 77 KB
Load time 33 ms
Start 281 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
StackSansText-Regular.ttf ttf swap
Size 77 KB
Load time 54 ms
Start 282 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
union_gothic-variable.ttf ttf swap
Size 155 KB
Load time 49 ms
Start 282 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
StackSansText-Light.ttf ttf swap
Size 78 KB
Load time 64 ms
Start 359 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
pro-fa-slab-regular-400... woff2 swap
Size 10 KB
Load time 31 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
pro-fa-slab-regular-400... woff2 swap
Size 16 KB
Load time 30 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 117 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 73 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~194 KB and ~388 ms

A+
JS Bundles
67 scripts, 25 KB unused
PASS
67 scripts, 25 KB unused
Warning::
https://matomo.lafranceinsoumise.fr/piwik.js: 25 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 25 KB
25 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://matomo.lafranceinsoumise.fr/piwik.js41 KB25 KB (63%)3rd
https://melenchon2027.fr/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KB1st
https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/page-transitions.min.js?ver=4.0.411 KB1st
https://melenchon2027.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
https://melenchon2027.fr/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js1 KB1st
data:text/javascript;base64,CiJ1c2Ugc3RyaWN0IjsKCmRvY3VtZW50LmFkZEV2ZW50TGlzdGVuZXIoJ0RPTUNvbnRlbnR…0 KB3rd
data:text/javascript;base64,CiAgICAKICAgIHZhciBuYlNvdXRpZW5zID0gZG9jdW1lbnQuZ2V0RWxlbWVudHNCeUNsYXN…0 KB3rd
data:text/javascript;base64,CihmdW5jdGlvbiAoKSB7CiAgICB2YXIgaW5pdEZvcm1MaXN0ZW5lciA9IGZ1bmN0aW9uICg…0 KB3rd
data:text/javascript;base64,CnZhciBibG9jcyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJy5lbGVtZW50b3ItZml…0 KB3rd
data:text/javascript;base64,CiAgdmFyIF9wYXEgPSB3aW5kb3cuX3BhcSA9IHdpbmRvdy5fcGFxIHx8IFtdOwogIC8qIHR…0 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

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
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-cache -- safe revalidate-on-request policy
PASS
Main HTML uses no-cache -- safe revalidate-on-request policy
Info::
Main HTML uses no-cache -- safe revalidate-on-request policy
Got: no-cache
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
175 requests over 5123ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.0 s LCP 1.5 shttps://melenchon2027.fr// https://melenchon2027.fr/ — 200 — 44.2 KiB — 64 ms — h3https://melenchon2027.fr/wp-content/themes/hello-elementor/style.min.css?ver=3.0.1/wp-content/themes/hello-elementor/... https://melenchon2027.fr/wp-content/themes/hello-elementor/style.min.css?ver=3.0.1 — 200 — 2.4 KiB — 42 ms — h3https://melenchon2027.fr/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.1/wp-content/themes/hello-elementor/... https://melenchon2027.fr/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.1 — 200 — 1.8 KiB — 30 ms — h3https://melenchon2027.fr/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.1/wp-content/themes/hello-elementor/... https://melenchon2027.fr/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.1 — 200 — 1.9 KiB — 32 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1778256907 — 200 — 7.7 KiB — 35 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_1019cdeac4159d62c1d8dfcde9e4b1ad.css?ver=1778256907/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_1019cdeac4159d62c1d8dfcde9e4b1ad.css?ver=1778256907 — 200 — 5.3 KiB — 31 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1778256907 — 200 — 3.9 KiB — 38 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-loop-common.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-loop-common.min.css?ver=4.0.4 — 200 — 692 B — 46 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-loop-grid.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-loop-grid.min.css?ver=1778256907 — 200 — 1.7 KiB — 39 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1778256907 — 200 — 967 B — 41 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-mega-menu.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-mega-menu.min.css?ver=1778256907 — 200 — 3.3 KiB — 42 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=4.0.4 — 200 — 650 B — 49 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/modules/motion-fx.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/modules/motion-fx.min.css?ver=4.0.4 — 200 — 850 B — 48 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.7 — 200 — 668 B — 69 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.0.7 — 200 — 878 B — 74 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.7 — 200 — 694 B — 64 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.0.4 — 200 — 954 B — 60 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=4.0.7 — 200 — 939 B — 67 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=4.0.7 — 200 — 1.2 KiB — 68 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.0.7 — 200 — 1.6 KiB — 69 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1778256906/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1778256906 — 200 — 1.1 KiB — 56 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=4.0.4 — 200 — 2.1 KiB — 49 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=4.0.7 — 200 — 612 B — 70 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css?ver=4.0.4 — 200 — 2.9 KiB — 56 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_3051ef93b7e2e34ce2541b74aa62a1cc.css?ver=1778256907/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_3051ef93b7e2e34ce2541b74aa62a1cc.css?ver=1778256907 — 200 — 5.0 KiB — 52 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_9ed3d43548cf2d2916296f73ede56119.css?ver=69fe0c0bc99ce/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_9ed3d43548cf2d2916296f73ede56119.css?ver=69fe0c0bc99ce — 200 — 1.3 KiB — 50 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_b164d5d6c393c603282bf2c328ad7e33.css?ver=69fe0c0bcaac3/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_b164d5d6c393c603282bf2c328ad7e33.css?ver=69fe0c0bcaac3 — 200 — 1.5 KiB — 49 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_4a934095bd89c10b2c8c4c2ee94828aa.css?ver=69fe0c0bcba01/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_4a934095bd89c10b2c8c4c2ee94828aa.css?ver=69fe0c0bcba01 — 200 — 743 B — 58 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_9e3153a5406316ad1d2103503de569d8.css?ver=69fe0c0bcc7f0/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_9e3153a5406316ad1d2103503de569d8.css?ver=69fe0c0bcc7f0 — 200 — 1.1 KiB — 52 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_47fca36730ae99d61453eac1152ad709.css?ver=69fe0c0bcdda2/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_47fca36730ae99d61453eac1152ad709.css?ver=69fe0c0bcdda2 — 200 — 2.0 KiB — 61 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.0 s LCP 1.5 shttps://melenchon2027.fr// https://melenchon2027.fr/ — 200 — 44.2 KiB — 64 ms — h3https://melenchon2027.fr/wp-content/themes/hello-elementor/style.min.css?ver=3.0.1/wp-content/themes/hello-elementor/... https://melenchon2027.fr/wp-content/themes/hello-elementor/style.min.css?ver=3.0.1 — 200 — 2.4 KiB — 42 ms — h3https://melenchon2027.fr/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.1/wp-content/themes/hello-elementor/... https://melenchon2027.fr/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.1 — 200 — 1.8 KiB — 30 ms — h3https://melenchon2027.fr/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.1/wp-content/themes/hello-elementor/... https://melenchon2027.fr/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.1 — 200 — 1.9 KiB — 32 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1778256907 — 200 — 7.7 KiB — 35 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_1019cdeac4159d62c1d8dfcde9e4b1ad.css?ver=1778256907/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_1019cdeac4159d62c1d8dfcde9e4b1ad.css?ver=1778256907 — 200 — 5.3 KiB — 31 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1778256907 — 200 — 3.9 KiB — 38 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-loop-common.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-loop-common.min.css?ver=4.0.4 — 200 — 692 B — 46 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-loop-grid.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-loop-grid.min.css?ver=1778256907 — 200 — 1.7 KiB — 39 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1778256907 — 200 — 967 B — 41 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-mega-menu.min.css?ver=1778256907/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-pro-widget-mega-menu.min.css?ver=1778256907 — 200 — 3.3 KiB — 42 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=4.0.4 — 200 — 650 B — 49 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/modules/motion-fx.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/modules/motion-fx.min.css?ver=4.0.4 — 200 — 850 B — 48 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.7 — 200 — 668 B — 69 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.0.7 — 200 — 878 B — 74 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.7 — 200 — 694 B — 64 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.0.4 — 200 — 954 B — 60 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=4.0.7 — 200 — 939 B — 67 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=4.0.7 — 200 — 1.2 KiB — 68 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.0.7 — 200 — 1.6 KiB — 69 ms — h3https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1778256906/wp-content/uploads/elementor/css/c... https://melenchon2027.fr/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1778256906 — 200 — 1.1 KiB — 56 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=4.0.4 — 200 — 2.1 KiB — 49 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=4.0.7 — 200 — 612 B — 70 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css?ver=4.0.4 — 200 — 2.9 KiB — 56 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_3051ef93b7e2e34ce2541b74aa62a1cc.css?ver=1778256907/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_3051ef93b7e2e34ce2541b74aa62a1cc.css?ver=1778256907 — 200 — 5.0 KiB — 52 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_9ed3d43548cf2d2916296f73ede56119.css?ver=69fe0c0bc99ce/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_9ed3d43548cf2d2916296f73ede56119.css?ver=69fe0c0bc99ce — 200 — 1.3 KiB — 50 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_b164d5d6c393c603282bf2c328ad7e33.css?ver=69fe0c0bcaac3/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_b164d5d6c393c603282bf2c328ad7e33.css?ver=69fe0c0bcaac3 — 200 — 1.5 KiB — 49 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_4a934095bd89c10b2c8c4c2ee94828aa.css?ver=69fe0c0bcba01/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_4a934095bd89c10b2c8c4c2ee94828aa.css?ver=69fe0c0bcba01 — 200 — 743 B — 58 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_9e3153a5406316ad1d2103503de569d8.css?ver=69fe0c0bcc7f0/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_9e3153a5406316ad1d2103503de569d8.css?ver=69fe0c0bcc7f0 — 200 — 1.1 KiB — 52 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_47fca36730ae99d61453eac1152ad709.css?ver=69fe0c0bcdda2/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_47fca36730ae99d61453eac1152ad709.css?ver=69fe0c0bcdda2 — 200 — 2.0 KiB — 61 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_830c4fdff947604595faa00d252298b8.css?ver=1778256908/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_830c4fdff947604595faa00d252298b8.css?ver=1778256908 — 200 — 4.3 KiB — 40 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_14de2ce9edb07c5550c6222daba7e497.css?ver=1778256908/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_14de2ce9edb07c5550c6222daba7e497.css?ver=1778256908 — 200 — 2.9 KiB — 44 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_270fb33d949559e87322288f955e906e.css?ver=1778256908/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_270fb33d949559e87322288f955e906e.css?ver=1778256908 — 200 — 1.8 KiB — 58 ms — h3https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=autofonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=auto — 200 — 3.3 KiB — 150 ms — h2https://melenchon2027.fr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://melenchon2027.fr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.2 KiB — 70 ms — h3https://use.typekit.net/rrw2zxe.cssuse.typekit.net/rrw2zxe.css https://use.typekit.net/rrw2zxe.css — 200 — 2.5 KiB — 46 ms — http/1.1https://p.typekit.net/p.css?s=1&k=rrw2zxe&ht=tk&f=24536.24553.24554.24555.24556.24557.24558.24559.24537.24538.24539.24540.24541.24542.24543.24544.24545.24546.24547.24548.24549.24550.24551.24552.24576.24579.24580.24581.24582.24583.24584.24585.24586.24587.24588.24589.24590.24591.24592.24593&a=26360605&app=typekit&e=cssp.typekit.net/p.css?s=1&k=rrw2zxe&h... https://p.typekit.net/p.css?s=1&k=rrw2zxe&ht=tk&f=24536.24553.24554.24555.24556.24557.24558.24559.24537.24538.24539.24540.24541.24542.24543.24544.24545.24546.24547.24548.24549.24550.24551.24552.24576.24579.24580.24581.24582.24583.24584.24585.24586.24587.24588.24589.24590.24591.24592.24593&a=26360605&app=typekit&e=css — 200 — 346 B — 10 ms — http/1.1https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/page-transitions.min.js?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/page-transitions.min.js?ver=4.0.4 — 200 — 11.5 KiB — 25 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_4aa40cd6d7ca5db03703493f37201e17.css?ver=69fe0c0bcaac3/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_4aa40cd6d7ca5db03703493f37201e17.css?ver=69fe0c0bcaac3 — 200 — 775 B — 23 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_caeabefa0102d533a4cdd1c54e497958.css?ver=69fe0c0bcba01/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_caeabefa0102d533a4cdd1c54e497958.css?ver=69fe0c0bcba01 — 200 — 638 B — 24 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_a079711c4945423e10e0d92aa864a1e2.css?ver=69fe0c0bcdda2/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_a079711c4945423e10e0d92aa864a1e2.css?ver=69fe0c0bcdda2 — 200 — 831 B — 24 ms — h3https://melenchon2027.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://melenchon2027.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 33 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_139bbe069f18188571da2f845cbe6933.css?ver=69fe0c0bcaac3/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_139bbe069f18188571da2f845cbe6933.css?ver=69fe0c0bcaac3 — 200 — 906 B — 34 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_aeec7309ef656266e83ad3a29e0a7cb9.css?ver=69fe0c0bcba01/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_aeec7309ef656266e83ad3a29e0a7cb9.css?ver=69fe0c0bcba01 — 200 — 623 B — 24 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_017736de3f77dff1fae056c9b16a84b9.css?ver=69fe0c0bcc7f0/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_017736de3f77dff1fae056c9b16a84b9.css?ver=69fe0c0bcc7f0 — 200 — 759 B — 29 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_7dce75f4aa4bb0a22273e2aae0cfa36f.css?ver=69fe0c0bcdda2/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_7dce75f4aa4bb0a22273e2aae0cfa36f.css?ver=69fe0c0bcdda2 — 200 — 972 B — 34 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_4e2a1ca492bec6657590bd63aaa3bb98.css?ver=69fe0c0bcaac3/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_4e2a1ca492bec6657590bd63aaa3bb98.css?ver=69fe0c0bcaac3 — 200 — 755 B — 34 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_1fa846a04311838006c6b08f8bd01800.css?ver=69fe0c0bcba01/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_1fa846a04311838006c6b08f8bd01800.css?ver=69fe0c0bcba01 — 200 — 714 B — 33 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_99f297ec56a5492550d552492bfd1706.css?ver=69fe0c0bcc7f0/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_99f297ec56a5492550d552492bfd1706.css?ver=69fe0c0bcc7f0 — 200 — 687 B — 33 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_1455efe71ac7342ce5ee8dd12ba2903e.css?ver=69fe0c0bcdda2/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_1455efe71ac7342ce5ee8dd12ba2903e.css?ver=69fe0c0bcdda2 — 200 — 1.0 KiB — 33 ms — h3https://melenchon2027.fr/wp-content/uploads/2024/01/LOGO-M27.svg/wp-content/uploads/2024/01/LOGO-M2... https://melenchon2027.fr/wp-content/uploads/2024/01/LOGO-M27.svg — 200 — 18.5 KiB — 32 ms — h3https://melenchon2027.fr/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://melenchon2027.fr/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.0 KiB — 19 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Bold.ttf/wp-content/uploads/2026/04/StackSa... https://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Bold.ttf — 200 — 76.8 KiB — 33 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Regular.ttf/wp-content/uploads/2026/04/StackSa... https://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Regular.ttf — 200 — 77.0 KiB — 54 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/04/union_gothic-variable.ttf/wp-content/uploads/2026/04/union_g... https://melenchon2027.fr/wp-content/uploads/2026/04/union_gothic-variable.ttf — 200 — 155.3 KiB — 49 ms — h3data:text/javascript;base64,CiJ1c2Ugc3RyaWN0IjsKCmRvY3VtZW50LmFkZEV2ZW50TGlzdGVuZXIoJ0RPTUNvbnRlbnR…data:text/javascript;base64,CiJ1c2U... data:text/javascript;base64,CiJ1c2Ugc3RyaWN0IjsKCmRvY3VtZW50LmFkZEV2ZW50TGlzdGVuZXIoJ0RPTUNvbnRlbnR… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,CiAgICAKICAgIHZhciBuYlNvdXRpZW5zID0gZG9jdW1lbnQuZ2V0RWxlbWVudHNCeUNsYXN…data:text/javascript;base64,CiAgICA... data:text/javascript;base64,CiAgICAKICAgIHZhciBuYlNvdXRpZW5zID0gZG9jdW1lbnQuZ2V0RWxlbWVudHNCeUNsYXN… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,CihmdW5jdGlvbiAoKSB7CiAgICB2YXIgaW5pdEZvcm1MaXN0ZW5lciA9IGZ1bmN0aW9uICg…data:text/javascript;base64,CihmdW5... data:text/javascript;base64,CihmdW5jdGlvbiAoKSB7CiAgICB2YXIgaW5pdEZvcm1MaXN0ZW5lciA9IGZ1bmN0aW9uICg… — 200 — 0 B — 0 ms — datahttps://melenchon2027.fr/wp-content/uploads/2026/04/TORTUE-QUI-POUSSE-1536x1536.png/wp-content/uploads/2026/04/TORTUE-... https://melenchon2027.fr/wp-content/uploads/2026/04/TORTUE-QUI-POUSSE-1536x1536.png — 200 — 664.5 KiB — 318 ms — h3data:text/javascript;base64,CnZhciBibG9jcyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJy5lbGVtZW50b3ItZml…data:text/javascript;base64,CnZhciB... data:text/javascript;base64,CnZhciBibG9jcyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJy5lbGVtZW50b3ItZml… — 200 — 0 B — 0 ms — datahttps://melenchon2027.fr/wp-content/uploads/2026/05/Photos-JLM-groupe4.png/wp-content/uploads/2026/05/Photos-... https://melenchon2027.fr/wp-content/uploads/2026/05/Photos-JLM-groupe4.png — 200 — 504.4 KiB — 309 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/SIGNATURE-T27-vf-1.png/wp-content/uploads/2026/05/SIGNATU... https://melenchon2027.fr/wp-content/uploads/2026/05/SIGNATURE-T27-vf-1.png — 200 — 66.2 KiB — 113 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/Photos-JLM-groupe2.png/wp-content/uploads/2026/05/Photos-... https://melenchon2027.fr/wp-content/uploads/2026/05/Photos-JLM-groupe2.png — 200 — 320.9 KiB — 228 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/Photos-JLM-groupe-entier-1536x985.png/wp-content/uploads/2026/05/Photos-... https://melenchon2027.fr/wp-content/uploads/2026/05/Photos-JLM-groupe-entier-1536x985.png — 200 — 1017.6 KiB — 363 ms — h3https://melenchon2027.fr/wp-content/uploads/2025/07/COUV-AEC-A5-scaled-1-1471x2048.jpg/wp-content/uploads/2025/07/COUV-AE... https://melenchon2027.fr/wp-content/uploads/2025/07/COUV-AEC-A5-scaled-1-1471x2048.jpg — 200 — 565.8 KiB — 311 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/TORTUE-DON-LD.png/wp-content/uploads/2026/05/TORTUE-... https://melenchon2027.fr/wp-content/uploads/2026/05/TORTUE-DON-LD.png — 200 — 387.0 KiB — 282 ms — h3data:text/javascript;base64,CiAgdmFyIF9wYXEgPSB3aW5kb3cuX3BhcSA9IHdpbmRvdy5fcGFxIHx8IFtdOwogIC8qIHR…data:text/javascript;base64,CiAgdmF... data:text/javascript;base64,CiAgdmFyIF9wYXEgPSB3aW5kb3cuX3BhcSA9IHdpbmRvdy5fcGFxIHx8IFtdOwogIC8qIHR… — 200 — 0 B — 0 ms — datahttps://melenchon2027.fr/wp-content/uploads/2026/04/TORTUE-CHARIOT-1536x1536.png/wp-content/uploads/2026/04/TORTUE-... https://melenchon2027.fr/wp-content/uploads/2026/04/TORTUE-CHARIOT-1536x1536.png — 200 — 965.0 KiB — 358 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/Tortue-Materiel-Desktop-1-1536x653.png/wp-content/uploads/2026/05/Tortue-... https://melenchon2027.fr/wp-content/uploads/2026/05/Tortue-Materiel-Desktop-1-1536x653.png — 200 — 645.7 KiB — 321 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_Paix-1446x2048.jpg/wp-content/uploads/2026/05/AFFICHE... https://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_Paix-1446x2048.jpg — 200 — 270.9 KiB — 214 ms — h3data:text/javascript;base64,CgkJCQljb25zdCBsYXp5bG9hZFJ1bk9ic2VydmVyID0gKCkgPT4gewoJCQkJCWNvbnN0IGx…data:text/javascript;base64,CgkJCQl... data:text/javascript;base64,CgkJCQljb25zdCBsYXp5bG9hZFJ1bk9ic2VydmVyID0gKCkgPT4gewoJCQkJCWNvbnN0IGx… — 200 — 0 B — 0 ms — datahttps://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_Egalite-1446x2048.jpg/wp-content/uploads/2026/05/AFFICHE... https://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_Egalite-1446x2048.jpg — 200 — 308.2 KiB — 227 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_Blocage-1446x2048.jpg/wp-content/uploads/2026/05/AFFICHE... https://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_Blocage-1446x2048.jpg — 200 — 367.8 KiB — 277 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_6erep-1446x2048.jpg/wp-content/uploads/2026/05/AFFICHE... https://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_6erep-1446x2048.jpg — 200 — 325.6 KiB — 228 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_Eco-1.jpg/wp-content/uploads/2026/05/AFFICHE... https://melenchon2027.fr/wp-content/uploads/2026/05/AFFICHES-T27_Eco-1.jpg — 200 — 809.3 KiB — 340 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/04/LogoTortue.svg/wp-content/uploads/2026/04/LogoTor... https://melenchon2027.fr/wp-content/uploads/2026/04/LogoTortue.svg — 200 — 1.4 MiB — 377 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/05/LOGO-LFI-BLANC-RVB.png/wp-content/uploads/2026/05/LOGO-LF... https://melenchon2027.fr/wp-content/uploads/2026/05/LOGO-LFI-BLANC-RVB.png — 200 — 14.4 KiB — 86 ms — h3https://melenchon2027.fr/wp-content/uploads/2024/02/LOGO-COULEUR-1024x493.png/wp-content/uploads/2024/02/LOGO-CO... https://melenchon2027.fr/wp-content/uploads/2024/02/LOGO-COULEUR-1024x493.png — 200 — 48.4 KiB — 108 ms — h3https://melenchon2027.fr/wp-content/uploads/2024/02/Logo-AP-Icone-1024x1024.png/wp-content/uploads/2024/02/Logo-AP... https://melenchon2027.fr/wp-content/uploads/2024/02/Logo-AP-Icone-1024x1024.png — 200 — 38.8 KiB — 109 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_09c689b28fc1346f0494032559516e5a.css?ver=1778420946/wp-content/cache/autoptimize/css/a... https://melenchon2027.fr/wp-content/cache/autoptimize/css/autoptimize_single_09c689b28fc1346f0494032559516e5a.css?ver=1778420946 — 200 — 1.5 KiB — 50 ms — h3https://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Light.ttf/wp-content/uploads/2026/04/StackSa... https://melenchon2027.fr/wp-content/uploads/2026/04/StackSansText-Light.ttf — 200 — 77.7 KiB — 64 ms — h3https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-css/liquid-glass.min.css?ver=4.11.74/wp-content/plugins/premium-addons-... https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-css/liquid-glass.min.css?ver=4.11.74 — 200 — 1.4 KiB — 34 ms — h3https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-css/premium-world-clock.min.css?ver=4.11.74/wp-content/plugins/premium-addons-... https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-css/premium-world-clock.min.css?ver=4.11.74 — 200 — 2.6 KiB — 65 ms — h3https://melenchon2027.fr/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=3.0.1/wp-content/themes/hello-elementor/... https://melenchon2027.fr/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=3.0.1 — 200 — 1.4 KiB — 28 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets//lib/instant-page/instant-page.min.js?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets//lib/instant-page/instant-page.min.js?ver=4.0.4 — 200 — 1.7 KiB — 34 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.min.js?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.min.js?ver=4.0.7 — 200 — 1.9 KiB — 57 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.min.js?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.min.js?ver=4.0.7 — 200 — 19.2 KiB — 91 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/atomic-widgets-frontend-handler.min.js?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/atomic-widgets-frontend-handler.min.js?ver=4.0.7 — 200 — 9.1 KiB — 69 ms — h3data:text/javascript;base64,CnZhciBQcmVtaXVtU2V0dGluZ3MgPSB7ImFqYXh1cmwiOiJodHRwczovL21lbGVuY2hvbjI…data:text/javascript;base64,CnZhciB... data:text/javascript;base64,CnZhciBQcmVtaXVtU2V0dGluZ3MgPSB7ImFqYXh1cmwiOiJodHRwczovL21lbGVuY2hvbjI… — 200 — 0 B — 0 ms — datahttps://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1 — 200 — 7.4 KiB — 69 ms — h3data:text/javascript;base64,CnZhciBlbGVtZW50b3JGcm9udGVuZENvbmZpZyA9IHsiZW52aXJvbm1lbnRNb2RlIjp7ImV…data:text/javascript;base64,CnZhciB... data:text/javascript;base64,CnZhciBlbGVtZW50b3JGcm9udGVuZENvbmZpZyA9IHsiZW52aXJvbm1lbnRNb2RlIjp7ImV… — 200 — 0 B — 0 ms — datahttps://melenchon2027.fr/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.7 — 200 — 3.0 KiB — 58 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.7 — 200 — 16.1 KiB — 111 ms — h3https://melenchon2027.fr/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://melenchon2027.fr/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.5 KiB — 89 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.7/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.7 — 200 — 10.6 KiB — 71 ms — h3https://melenchon2027.fr/wp-includes/js/imagesloaded.min.js?ver=5.0.0/wp-includes/js/imagesloaded.min.js... https://melenchon2027.fr/wp-includes/js/imagesloaded.min.js?ver=5.0.0 — 200 — 2.3 KiB — 54 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=4.0.4 — 200 — 2.0 KiB — 54 ms — h3https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/elements-handler.min.js?ver=4.11.74/wp-content/plugins/premium-addons-... https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/elements-handler.min.js?ver=4.11.74 — 200 — 657 B — 54 ms — h3https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-dis-conditions.min.js?ver=4.11.74/wp-content/plugins/premium-addons-... https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-dis-conditions.min.js?ver=4.11.74 — 200 — 948 B — 54 ms — h3https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-eq-height.min.js?ver=4.11.74/wp-content/plugins/premium-addons-... https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-eq-height.min.js?ver=4.11.74 — 200 — 1.1 KiB — 54 ms — h3https://melenchon2027.fr/wp-content/cache/autoptimize/js/autoptimize_single_4eea5d43ca0c812b1c29ab14e03ed318.js?ver=1778420946/wp-content/cache/autoptimize/js/au... https://melenchon2027.fr/wp-content/cache/autoptimize/js/autoptimize_single_4eea5d43ca0c812b1c29ab14e03ed318.js?ver=1778420946 — 200 — 2.6 KiB — 72 ms — h3https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/luxon.min.js?ver=4.11.74/wp-content/plugins/premium-addons-... https://melenchon2027.fr/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/luxon.min.js?ver=4.11.74 — 200 — 21.8 KiB — 109 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.4 — 200 — 3.3 KiB — 72 ms — h3https://melenchon2027.fr/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1/wp-includes/js/dist/hooks.min.js?v... https://melenchon2027.fr/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.4 KiB — 52 ms — h3https://melenchon2027.fr/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375/wp-includes/js/dist/i18n.min.js?ve... https://melenchon2027.fr/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.7 KiB — 34 ms — h3data:text/javascript;base64,CndwLmkxOG4uc2V0TG9jYWxlRGF0YSggeyAndGV4dCBkaXJlY3Rpb25cdTAwMDRsdHInOiB…data:text/javascript;base64,CndwLmk... data:text/javascript;base64,CndwLmkxOG4uc2V0TG9jYWxlRGF0YSggeyAndGV4dCBkaXJlY3Rpb25cdTAwMDRsdHInOiB… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,CnZhciBFbGVtZW50b3JQcm9Gcm9udGVuZENvbmZpZyA9IHsiYWpheHVybCI6Imh0dHBzOlw…data:text/javascript;base64,CnZhciB... data:text/javascript;base64,CnZhciBFbGVtZW50b3JQcm9Gcm9udGVuZENvbmZpZyA9IHsiYWpheHVybCI6Imh0dHBzOlw… — 200 — 0 B — 0 ms — datahttps://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.0.4 — 200 — 6.8 KiB — 35 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.0.4/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.0.4 — 200 — 10.8 KiB — 27 ms — h3https://kit.fontawesome.com/623e7dea16.js?ver=4.0.4kit.fontawesome.com/623e7dea16.js?v... https://kit.fontawesome.com/623e7dea16.js?ver=4.0.4 — 200 — 5.7 KiB — 71 ms — h2https://actionpopulaire.fr/api/soutien/count/actionpopulaire.fr/api/soutien/coun... https://actionpopulaire.fr/api/soutien/count/ — 200 — 584 B — 72 ms — h3https://matomo.lafranceinsoumise.fr/piwik.jsmatomo.lafranceinsoumise.fr/piwik.j... https://matomo.lafranceinsoumise.fr/piwik.js — 200 — 40.8 KiB — 95 ms — h2https://ka-p.fontawesome.com/assets/623e7dea16/90445603/kit.css?token=623e7dea16ka-p.fontawesome.com/assets/623e7de... https://ka-p.fontawesome.com/assets/623e7dea16/90445603/kit.css?token=623e7dea16 — 200 — 45.4 KiB — 90 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/css/pro-v4-shims.min.css?token=623e7dea16ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/css/pro-v4-shims.min.css?token=623e7dea16 — 200 — 4.2 KiB — 71 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/css/pro-v4-font-face.min.css?token=623e7dea16ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/css/pro-v4-font-face.min.css?token=623e7dea16 — 200 — 1.7 KiB — 73 ms — h2blob:https://melenchon2027.fr/26482631-51a6-43fe-9012-bc51c9e4132dmelenchon2027.fr/26482631-51a6-43fe... blob:https://melenchon2027.fr/26482631-51a6-43fe-9012-bc51c9e4132d — 200 — -1 B — 154 ms — blobhttps://melenchon2027.fr/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://melenchon2027.fr/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 47 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.3/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.3 — 200 — 4.2 KiB — 26 ms — h3https://melenchon2027.fr/cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://melenchon2027.fr/cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/main.js? — 200 — 10.5 KiB — 22 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 3.1 KiB — 24 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/nav-menu.3afa8f5eb1fef7c22561.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/nav-menu.3afa8f5eb1fef7c22561.bundle.min.js — 200 — 2.3 KiB — 24 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/load-more.7c4417f8a727b79f546f.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/load-more.7c4417f8a727b79f546f.bundle.min.js — 200 — 2.1 KiB — 33 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/loop.1594a1df76e87a11eda2.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/loop.1594a1df76e87a11eda2.bundle.min.js — 200 — 3.6 KiB — 25 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/ajax-pagination.505018eb312c83998279.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/ajax-pagination.505018eb312c83998279.bundle.min.js — 200 — 1.7 KiB — 23 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/mega-menu.857df1cf3198ae47b617.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/mega-menu.857df1cf3198ae47b617.bundle.min.js — 200 — 7.3 KiB — 23 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.7ed04741ba7d5a80c556.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.7ed04741ba7d5a80c556.bundle.min.js — 200 — 1.0 KiB — 29 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.b3891112675eb0b0c4d5.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.b3891112675eb0b0c4d5.bundle.min.js — 200 — 2.5 KiB — 30 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/video.86d44e46e43d0807e708.bundle.min.js/wp-content/plugins/elementor/asset... https://melenchon2027.fr/wp-content/plugins/elementor/assets/js/video.86d44e46e43d0807e708.bundle.min.js — 200 — 1.8 KiB — 24 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/form.cfd61a9174be80f835c6.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/form.cfd61a9174be80f835c6.bundle.min.js — 200 — 5.6 KiB — 25 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/popup.61d4fcab8891b2e07802.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/popup.61d4fcab8891b2e07802.bundle.min.js — 200 — 979 B — 25 ms — h3https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/posts.844727d8428792223d2f.bundle.min.js/wp-content/plugins/elementor-pro/a... https://melenchon2027.fr/wp-content/plugins/elementor-pro/assets/js/posts.844727d8428792223d2f.bundle.min.js — 200 — 1.8 KiB — 29 ms — h3https://melenchon2027.fr/cdn-cgi/challenge-platform/h/g/jsd/oneshot/fe6331af5207/0.992104332393826:1778419344:8tg-YeVEeevPnd23Xi-e42EbUT0WEkcbJK6CKPbLqck/9f996857ebebebac/cdn-cgi/challenge-platform/h/g/jsd... https://melenchon2027.fr/cdn-cgi/challenge-platform/h/g/jsd/oneshot/fe6331af5207/0.992104332393826:1778419344:8tg-YeVEeevPnd23Xi-e42EbUT0WEkcbJK6CKPbLqck/9f996857ebebebac — 200 — 838 B — 27 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 165 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/webfonts/pro-fa-slab-regular-400-0.woff2ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/webfonts/pro-fa-slab-regular-400-0.woff2 — 200 — 10.1 KiB — 31 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/webfonts/pro-fa-slab-regular-400-1.woff2ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/webfonts/pro-fa-slab-regular-400-1.woff2 — 200 — 15.9 KiB — 30 ms — h2https://melenchon2027.fr/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://melenchon2027.fr/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.8 KiB — 24 ms — h3https://matomo.lafranceinsoumise.fr/piwik.php?action_name=JLM2027%20Soutenir%20la%20campagne%20-%20M%C3%A9lenchon%202027%20%3A%20Soutenez%20ma%20candidature%20%C3%A0%20l%E2%80%99%C3%A9lection%20pr%C3%A9sidentielle&idsite=33&rec=1&r=853832&h=13&m=49&s=31&url=https%3A%2F%2Fmelenchon2027.fr%2F&_id=dbdc15381cc3a5cf&_idn=1&send_image=0&_refts=0&pv_id=xRgwOl&recMode=2&pf_net=20&pf_srv=35&pf_tfr=10&pf_dm1=578&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not%2FA)Brand%22%2C%22version%22%3A%2299.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22148.0.7778.96%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600matomo.lafranceinsoumise.fr/piwik.p... https://matomo.lafranceinsoumise.fr/piwik.php?action_name=JLM2027%20Soutenir%20la%20campagne%20-%20M%C3%A9lenchon%202027%20%3A%20Soutenez%20ma%20candidature%20%C3%A0%20l%E2%80%99%C3%A9lection%20pr%C3%A9sidentielle&idsite=33&rec=1&r=853832&h=13&m=49&s=31&url=https%3A%2F%2Fmelenchon2027.fr%2F&_id=dbdc15381cc3a5cf&_idn=1&send_image=0&_refts=0&pv_id=xRgwOl&recMode=2&pf_net=20&pf_srv=35&pf_tfr=10&pf_dm1=578&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not%2FA)Brand%22%2C%22version%22%3A%2299.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22148.0.7778.96%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 147 B — 261 ms — h2https://matomo.lafranceinsoumise.fr/plugins/HeatmapSessionRecording/configs.php?idsite=33&trackerid=417Fmb&url=https%3A%2F%2Fmelenchon2027.fr%2Fmatomo.lafranceinsoumise.fr/plugins... https://matomo.lafranceinsoumise.fr/plugins/HeatmapSessionRecording/configs.php?idsite=33&trackerid=417Fmb&url=https%3A%2F%2Fmelenchon2027.fr%2F — 200 — 257 B — 37 ms — h2https://www.youtube.com/s/player/8fb635c2/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/8fb635c2/w... https://www.youtube.com/s/player/8fb635c2/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 41 ms — h2https://melenchon2027.fr/wp-content/uploads/2024/01/Favicon-valide.svg/wp-content/uploads/2024/01/Favicon... https://melenchon2027.fr/wp-content/uploads/2024/01/Favicon-valide.svg — 200 — 2.9 KiB — 25 ms — h3https://www.youtube.com/embed/Zom5H1bCiZE?controls=1&rel=0&playsinline=0&cc_load_policy=0&autoplay=0&enablejsapi=1&origin=https%3A%2F%2Fmelenchon2027.fr&widgetid=1&forigin=https%3A%2F%2Fmelenchon2027.fr%2F&aoriginsup=1&vf=1www.youtube.com/embed/Zom5H1bCiZE?c... https://www.youtube.com/embed/Zom5H1bCiZE?controls=1&rel=0&playsinline=0&cc_load_policy=0&autoplay=0&enablejsapi=1&origin=https%3A%2F%2Fmelenchon2027.fr&widgetid=1&forigin=https%3A%2F%2Fmelenchon2027.fr%2F&aoriginsup=1&vf=1 — 200 — 57.2 KiB — 266 ms — h2https://www.youtube.com/embed/Zom5H1bCiZE?controls=1&rel=0&playsinline=0&cc_load_policy=0&autoplay=0&enablejsapi=1&origin=https%3A%2F%2Fmelenchon2027.fr&widgetid=3&forigin=https%3A%2F%2Fmelenchon2027.fr%2F&aoriginsup=1&vf=6www.youtube.com/embed/Zom5H1bCiZE?c... https://www.youtube.com/embed/Zom5H1bCiZE?controls=1&rel=0&playsinline=0&cc_load_policy=0&autoplay=0&enablejsapi=1&origin=https%3A%2F%2Fmelenchon2027.fr&widgetid=3&forigin=https%3A%2F%2Fmelenchon2027.fr%2F&aoriginsup=1&vf=6 — 200 — 55.2 KiB — 286 ms — h2https://www.youtube.com/s/player/8fb635c2/www-player.csswww.youtube.com/s/player/8fb635c2/w... https://www.youtube.com/s/player/8fb635c2/www-player.css — 200 — 58.2 KiB — 87 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQ — 200 — 48.9 KiB — 98 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 117 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,base — 200 — 141.0 KiB — 108 ms — h2https://www.youtube.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/8fb635c2/p... https://www.youtube.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.js — 200 — 435.9 KiB — 142 ms — h2https://www.youtube.com/s/player/8fb635c2/www-player.csswww.youtube.com/s/player/8fb635c2/w... https://www.youtube.com/s/player/8fb635c2/www-player.css — 200 — 0 B — 36 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQ — 200 — 0 B — 47 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 73 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,base — 200 — 0 B — 64 ms — h2https://www.youtube.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/8fb635c2/p... https://www.youtube.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 99 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 126 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 123 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drb — 200 — 193.8 KiB — 127 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 287 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 110 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drb — 200 — 0 B — 114 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 54 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 55 ms — h3https://i.ytimg.com/vi_webp/Zom5H1bCiZE/sddefault.webpi.ytimg.com/vi_webp/Zom5H1bCiZE/sdd... https://i.ytimg.com/vi_webp/Zom5H1bCiZE/sddefault.webp — 200 — 34.1 KiB — 179 ms — h2https://i.ytimg.com/vi_webp/Zom5H1bCiZE/default.webpi.ytimg.com/vi_webp/Zom5H1bCiZE/def... https://i.ytimg.com/vi_webp/Zom5H1bCiZE/default.webp — 200 — 4.3 KiB — 88 ms — h2https://yt3.ggpht.com/tXZH55ecH2CSfAx7leTc0bjfY-hf-ts1skBZQpVEqgHhNgEIKihafcWzTqVKHeIq0ospYO-t7w=s68-c-k-c0x00ffffff-no-rjyt3.ggpht.com/tXZH55ecH2CSfAx7leTc0... https://yt3.ggpht.com/tXZH55ecH2CSfAx7leTc0bjfY-hf-ts1skBZQpVEqgHhNgEIKihafcWzTqVKHeIq0ospYO-t7w=s68-c-k-c0x00ffffff-no-rj — 200 — 3.6 KiB — 123 ms — h2https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svgwww.gstatic.com/youtube/img/icons/m... https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svg — 200 — 725 B — 131 ms — h2https://www.google.com/js/th/E-zIg-YzmI6vQozqa77iMgKi7bbc4I-GFo9U-b_mqes.jswww.google.com/js/th/E-zIg-YzmI6vQo... https://www.google.com/js/th/E-zIg-YzmI6vQozqa77iMgKi7bbc4I-GFo9U-b_mqes.js — 200 — 23.1 KiB — 65 ms — h3https://www.google.com/js/th/E-zIg-YzmI6vQozqa77iMgKi7bbc4I-GFo9U-b_mqes.jswww.google.com/js/th/E-zIg-YzmI6vQo... https://www.google.com/js/th/E-zIg-YzmI6vQozqa77iMgKi7bbc4I-GFo9U-b_mqes.js — 200 — 0 B — 51 ms — h3https://www.youtube.com/generate_204?tVBJaAwww.youtube.com/generate_204?tVBJaA https://www.youtube.com/generate_204?tVBJaA — 204 — 10 B — 36 ms — h3https://www.youtube.com/generate_204?Ru8sdQwww.youtube.com/generate_204?Ru8sdQ https://www.youtube.com/generate_204?Ru8sdQ — 204 — 10 B — 34 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 149 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 114 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 313 B — 59 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 190 B — 58 ms — h2https://actionpopulaire.fr/api/soutien/count/actionpopulaire.fr/api/soutien/coun... https://actionpopulaire.fr/api/soutien/count/ — 200 — 549 B — 43 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 60 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 65 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
31% of JavaScript execution is third-party
First-party Third-party 189ms · 0KB · €1/mo
Unattributable
Other
Optional
Execution 189ms
Transfer 0 KB
Monthly Cost €1/mo

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)

LCP (p75)

2913 ms

68% good

INP (p75)

136 ms

88% good

CLS (p75)

0.010

95% good

FCP (p75)

1020 ms

TTFB (p75)

311 ms

Image Optimization
19 images, 6882 KB total, 3121 KB wasted
INFO

Image Optimization Audit

Total Images

19

Total Size

6882 KB

Oversized

10

Wasted

3121 KB

2 missing alt text 17 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback