Performance
· 16 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.
1.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
803 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.05 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.
11.19 s
Page Load Progression
FJS Execution CostAction4995ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ovhcloud.com/fr/ | 1533ms | 67ms | 2ms | 1st |
| Unattributable | 1030ms | 108ms | 0ms | 3rd |
| https://www.ovhcloud.com/_next-menu/_next/static/chunks/framework-d7de93249215fb06.js | 588ms | 376ms | 20ms | 1st |
| https://www.ovhcloud.com/sites/default/files/js/js_Q1qBxAU5YKT02TTYmW6zrgAOJ6BuiQ5sW5a53RkUemw.js | 512ms | 235ms | 17ms | 1st |
| https://www.ovhcloud.com/modules/custom/ovh_sentry/dist/sentry.min.js?v=1.0.3 | 386ms | 72ms | 3ms | 1st |
| https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/odss-sub-selection-form/odss-sub-selection-form.min.js?v=1.0.4 | 209ms | 131ms | 0ms | 1st |
| https://analytics.ovh.com/ovh/ovh_delta.js | 198ms | 129ms | 66ms | 3rd |
| https://www.ovhcloud.com/_next-menu/_next/static/chunks/main-1b1ee718e7c61b49.js | 119ms | 93ms | 25ms | 1st |
| https://www.ovhcloud.com/sites/default/files/js/js_w6Z5GBi6dWMNbIGrb0uEelvcydyISKc2rxojrEgelAg.js | 87ms | 26ms | 50ms | 1st |
| https://www.ovhcloud.com/modules/custom/ocms_core/dist/federation-tools.min.js?v=1.0.4 | 76ms | 3ms | 0ms | 1st |
Showing top 10 of 14 scripts
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction1.6 MB transferred, 141 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 Optimization20 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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 Loading8 fonts (376 KB)PASS
Web fonts
8
376 KB total
Render-blocking
0
of 8
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 Hints10 hints, 0 missing preconnectsPASS
Current Resource Hints
10 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: OVHcloud
Network Waterfall141 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 | 1030ms | 0 KB | — | €4/mo | Costly |
analytics.ovh.com analytics.ovh.com | Other | 198ms | 98 KB | 42% | €1/mo | Optional |
analytics.ovh.com analytics.ovh.com | Other | 72ms | 44 KB | — | €0/mo | Optional |
analytics.ovh.com analytics.ovh.com | Other | 60ms | 18 KB | — | €0/mo | Optional |
analytics.ovh.com analytics.ovh.com | Other | 56ms | 32 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1030ms and costs ~€4/month
Unattributable takes 1030ms 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