Skip to content
https://www.scaleway.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
3
REVIEW
2
PASS
7
INFO
2

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

87
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.
100
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.

646 ms

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

2.19 s

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

96 ms

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

0.000

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

1.42 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.29 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
14
7 PASS 2 REVIEW 3 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 86 requests
FIX
2.4 MB transferred, 86 requests
Info::
Page weighs 5.9 MB (2.4 MB transferred)
Warning::
JavaScript is 982 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 982 KB
Info::
86 HTTP requests
Info::
Estimated 0.50 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
86 requests
0.50 g CO2 per page load
JavaScript 982.2 KiB 40%
Images 970.6 KiB 39%
Other 152.5 KiB 6%
Fonts 139.6 KiB 6%
Other 83.7 KiB 3%
CSS 82.0 KiB 3%
HTML 43.3 KiB 2%
Other 4.7 KiB 0%
Other 680 B 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

D
JS Bundles
Action
37 scripts, 487 KB unused
FIX
37 scripts, 487 KB unused
Warning::
https://www.scaleway.com/_next/static/chunks/0vose...: 144 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.scaleway.com/_next/static/chunks/0eako...: 107 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.scaleway.com/_next/static/chunks/14p6u...: 103 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.scaleway.com/_next/static/chunks/0x-6o...: 47 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.scaleway.com/_next/static/chunks/0h7kk...: 43 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 487 KB
487 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.scaleway.com/_next/static/chunks/0vosegp0~e-5h.js192 KB144 KB (76%)1st
https://www.scaleway.com/_next/static/chunks/0eakoc57m6p9_.js131 KB107 KB (82%)1st
https://www.scaleway.com/_next/static/chunks/14p6u97z6tglr.js104 KB103 KB (100%)1st
https://www.scaleway.com/_next/static/chunks/0x-6o7o0.i.e2.js135 KB47 KB (35%)1st
https://www.scaleway.com/_next/static/chunks/0h7kkxfcsy964.js99 KB43 KB (45%)1st
https://www.scaleway.com/_next/static/chunks/0apocp0s~0iy3.js104 KB42 KB (41%)1st
https://www.scaleway.com/_next/static/chunks/turbopack-087~v1rr2-abx.js5 KB1st
https://www.scaleway.com/_next/static/n2GeqsnIKrbyw3jZCuNBt/_clientMiddlewareManifest.js0 KB1st
https://www.scaleway.com/_next/static/chunks/11cxbf2f1vyel.js17 KB1st
https://www.scaleway.com/_next/static/chunks/turbopack-0-_rp4p6-wb18.js5 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: public, max-age=60, stale-while-revalidate=300, stale-if-error=86400, no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=60, stale-while-revalidate=300, stale-if-error=86400, no-store

DirectiveValueMeaning
publicAny cache may store this response
max-age60Cache for 1 minute
stale-while-revalidate300Serve stale for 5 minutes while fetching fresh
stale-if-error86400
no-storeNever cache this response
Effective TTL: 60 seconds
B
Image Optimization
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Info::
All images are well-optimized
18 images 971 KB
0 oversized -0 KB
5 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1062ms total JS execution
REVIEW
1062ms total JS execution
Warning::
https://www.scaleway.com/_next/static/chunks/0x-6o...: 353ms CPU time
Info::
https://www.scaleway.com/en/: 235ms CPU time
Info::
https://www.scaleway.com/_next/static/chunks/turbo...: 222ms CPU time
Info::
Unattributable: 176ms CPU time
Info::
https://www.scaleway.com/_next/static/chunks/turbo...: 75ms CPU time
Info::
Third-party scripts: 176ms (17% of total)

Main Thread Breakdown

Script Evaluation 50% Other 26% Style & Layout 10% Script Parsing & Compilation 7% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.scaleway.com/_next/static/chunks/0x-6o7o0.i.e2.js353ms291ms9ms1st
https://www.scaleway.com/en/235ms2ms0ms1st
https://www.scaleway.com/_next/static/chunks/turbopack-0-_rp4p6-wb18.js222ms175ms0ms1st
Unattributable176ms22ms0ms3rd
https://www.scaleway.com/_next/static/chunks/turbopack-087~v1rr2-abx.js75ms75ms0ms1st
A+
Third-Party Impact
9% third-party, 0 ms blocking
PASS
9% third-party, 0 ms blocking
Info::
Third-party code accounts for 9% of page weight (219.5 KiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
91%
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
6 fonts (209 KB)
PASS
6 fonts (209 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

209 KB total

Render-blocking

0

of 6

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 2.0 s FCP 646 ms LCP 2.2 shttps://www.scaleway.com/_next/static/media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff283afe278b6a6bb3c.p.0q-3... https://www.scaleway.com/_next/static/media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff2 — 47.6 KiB — 0 ms — font-display: swaphttps://www.scaleway.com/_next/static/media/0c89a48fa5027cee.p.0rd3rjvnnhw7n.woff20c89a48fa5027cee.p.0rd3... https://www.scaleway.com/_next/static/media/0c89a48fa5027cee.p.0rd3rjvnnhw7n.woff2 — 22.1 KiB — 0 ms — font-display: swaphttps://www.scaleway.com/_next/static/media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff283afe278b6a6bb3c.p.0q-3... https://www.scaleway.com/_next/static/media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff2 — 47.6 KiB — 0 ms — font-display: swaphttps://www.scaleway.com/_next/static/media/0c89a48fa5027cee.p.0rd3rjvnnhw7n.woff20c89a48fa5027cee.p.0rd3... https://www.scaleway.com/_next/static/media/0c89a48fa5027cee.p.0rd3rjvnnhw7n.woff2 — 22.1 KiB — 0 ms — font-display: swaphttps://www.scaleway.com/_next/static/media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff283afe278b6a6bb3c.p.0q-3... https://www.scaleway.com/_next/static/media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff2 — 47.6 KiB — 0 ms — font-display: swaphttps://www.scaleway.com/_next/static/media/0c89a48fa5027cee.p.0rd3rjvnnhw7n.woff20c89a48fa5027cee.p.0rd3... https://www.scaleway.com/_next/static/media/0c89a48fa5027cee.p.0rd3rjvnnhw7n.woff2 — 22.1 KiB — 0 ms — font-display: swap
83afe278b6a6bb3c.p.0q-3... woff2 swap
Size 48 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
0c89a48fa5027cee.p.0rd3... woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
83afe278b6a6bb3c.p.0q-3... woff2 swap
Size 48 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
0c89a48fa5027cee.p.0rd3... woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
83afe278b6a6bb3c.p.0q-3... woff2 swap
Size 48 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
0c89a48fa5027cee.p.0rd3... woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
86 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
17% of JavaScript execution is third-party
First-party Third-party 176ms · 0KB · €2/mo
Unattributable
Other
Optional
Execution 176ms
Transfer 0 KB
Monthly Cost €2/mo

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback