Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
663 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
959 ms
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.70 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 56 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
DHTTP CachingActionno-store (uncacheable)FIX
private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
CImage OptimizationAction31 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BJS Execution Cost643ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.education.gouv.fr/ | 191ms | 35ms | 1ms | 1st |
| Unattributable | 188ms | 2ms | 0ms | 3rd |
| https://www.education.gouv.fr/cdn-cgi/challenge-platform/scripts/jsd/main.js | 140ms | 136ms | 0ms | 1st |
| https://www.education.gouv.fr/libraries/dsfr/dist/dsfr.module.js?v=1.x | 123ms | 60ms | 0ms | 1st |
CJS BundlesAction10 scripts, 75 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.education.gouv.fr/sites/default/files/js/js_tzoLcjdeSzPZwn63KF-tyOCA_bDWuZUo80sYsW6aoT8.js?scope=footer&delta=2&language=fr&theme=edugouv_dsfr&include=eJxVjOEKAyEMg1_oPB9JPO1KobZi68C3H9vY8P6E5EtI0QGxaOsqIG6nZ6nQUrXHCMGJIeHQ2Q-oE3U-P0Us01zbsW3jWxIJ-Y0i65U5mC8mwV-FtY-4-Z2nLJmXU7Hv5T--ABorQts | 49 KB | 30 KB (61%) | ✓ | 1st |
| https://www.education.gouv.fr/libraries/tarteaucitron.js/tarteaucitron.services.js?v=20220322 | 33 KB | 24 KB (73%) | ✗ | 1st |
| https://www.education.gouv.fr/sites/default/files/js/js_WfPPp7sH-1ECmhNZVUIC56qjeFlH4GbDtBfWjYg9VPI.js?scope=footer&delta=0&language=fr&theme=edugouv_dsfr&include=eJxVjOEKAyEMg1_oPB9JPO1KobZi68C3H9vY8P6E5EtI0QGxaOsqIG6nZ6nQUrXHCMGJIeHQ2Q-oE3U-P0Us01zbsW3jWxIJ-Y0i65U5mC8mwV-FtY-4-Z2nLJmXU7Hv5T--ABorQts | 39 KB | 22 KB (57%) | ✓ | 1st |
| https://www.education.gouv.fr/core/assets/vendor/modernizr/modernizr.min.js?v=3.11.7 | 3 KB | — | ✓ | 1st |
| https://www.education.gouv.fr/libraries/dsfr/dist/dsfr.module.js?v=1.x | 37 KB | — | ✗ | 1st |
| https://www.education.gouv.fr/libraries/dsfr/dist/analytics/analytics.module.js?td4vez | 22 KB | — | ✗ | 1st |
| https://www.education.gouv.fr/libraries/tarteaucitron.js/lang/tarteaucitron.fr.js?v=20220322 | 2 KB | — | ✓ | 1st |
| https://www.education.gouv.fr/cdn-cgi/challenge-platform/h/b/scripts/jsd/625261456364/main.js? | 12 KB | — | ✓ | 1st |
| https://wrhv.education.gouv.fr/fuF559.js?2 | 14 KB | — | ✓ | 3rd |
| https://wrhv.education.gouv.fr/col571a/-/1021428883?url=https%3A%2F%2Fwww.education.gouv.fr%2F&sd=24&ss=800x600&fra=0&evariant=2-4& | 3 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
A+Third-Party Impact1% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (166 KB)PASS
Web fonts
4
166 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall56 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 188ms | 0 KB | — | €2/mo | Optional |