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.
509 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.301
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.01 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.
2.13 s
Page Load Progression
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction1.7 MB transferred, 149 requestsREVIEW
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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.
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.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
BImage Optimization30 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
BJS Execution Cost923ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ovhcloud.com/fr/ | 385ms | 13ms | 0ms | 1st |
| Unattributable | 227ms | 28ms | 0ms | 3rd |
| https://www.ovhcloud.com/modules/custom/ovh_sentry/dist/sentry.min.js?v=1.0.3 | 123ms | 16ms | 0ms | 1st |
| https://www.ovhcloud.com/sites/default/files/js/js_Q1qBxAU5YKT02TTYmW6zrgAOJ6BuiQ5sW5a53RkUemw.js | 110ms | 54ms | 5ms | 1st |
| https://www.ovhcloud.com/_next-menu/_next/static/chunks/framework-d7de93249215fb06.js | 78ms | 73ms | 5ms | 1st |
CJS BundlesAction80 scripts, 174 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/odss-header/header--webcloud.min.js?v=1.0.2 | 60 KB | 60 KB (100%) | ✓ | 1st |
| https://analytics.ovh.com/ovh/ovh_delta.js | 98 KB | 41 KB (42%) | ✓ | 3rd |
| https://www.ovhcloud.com/sites/default/files/js/js_Q1qBxAU5YKT02TTYmW6zrgAOJ6BuiQ5sW5a53RkUemw.js | 60 KB | 26 KB (43%) | ✓ | 1st |
| https://www.ovhcloud.com/_next-menu/_next/static/chunks/framework-d7de93249215fb06.js | 60 KB | 24 KB (41%) | ✓ | 1st |
| https://www.ovhcloud.com/website/webcallback/assets/__federation_shared_react-dom.js | 44 KB | 23 KB (53%) | ✓ | 1st |
| https://analytics.ovh.com/ovh/ovh_tags.js | 44 KB | — | ✓ | 3rd |
| https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/odss-read-more/odss-read-more-card-specs-desktop.min.js?v=1.0.2 | 2 KB | — | ✓ | 1st |
| https://www.ovhcloud.com/sites/default/files/js/js_w6Z5GBi6dWMNbIGrb0uEelvcydyISKc2rxojrEgelAg.js | 22 KB | — | ✓ | 1st |
| https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/ods-header/ods-header.min.js?v=1.0.20 | 7 KB | — | ✓ | 1st |
| https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/ods-header/ods-header-universe.min.js?v=1.0.20 | 3 KB | — | ✓ | 1st |
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
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 Impact12% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (370 KB)PASS
Web fonts
7
370 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~157 KB and ~314 ms
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: OVHcloud
Network Waterfall149 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 | 227ms | 0 KB | — | €1/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 227ms and costs ~€1/month
Unattributable takes 227ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev