Performance
· 17 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.
2.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
204 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.
2.71 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.
17.27 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 83 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
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
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
DJS BundlesAction21 scripts, 362 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://supercell.com/_next/static/chunks/main-af617b05f1660d1b.js | 322 KB | 181 KB (56%) | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/202401.2.0/otBannerSdk.js | 104 KB | 66 KB (64%) | ✓ | 3rd |
| https://supercell.com/_next/static/chunks/805-82b11073755d6082.js | 0 KB | 57 KB (64%) | ✓ | 1st |
| https://supercell.com/_next/static/chunks/805-82b11073755d6082.js | 24 KB | 57 KB (64%) | ✓ | 1st |
| https://supercell.com/_next/static/chunks/pages/en-973f13bc4c35780e.js | 1 KB | — | ✓ | 1st |
| https://supercell.com/_next/static/chunks/framework-6c92b031f8ed2d7b.js | 44 KB | — | ✓ | 1st |
| https://supercell.com/_next/static/chunks/3200-2a72fe3c5992293e.js | 4 KB | — | ✓ | 1st |
| https://supercell.com/_next/static/chunks/pages/index-7a5b1df7573fb543.js | 1 KB | — | ✓ | 1st |
| https://supercell.com/_next/static/06825b2dd9224dd29d2a84c3b00ac0b1bf166d3b/_buildManifest.js | 3 KB | — | ✓ | 1st |
| https://supercell.com/_next/static/06825b2dd9224dd29d2a84c3b00ac0b1bf166d3b/_ssgManifest.js | 1 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
BImage Optimization37 images, 0 KB saveableREVIEW
CJS Execution CostAction1780ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 550ms | 94ms | 0ms | 3rd |
| https://supercell.com/_next/static/chunks/main-af617b05f1660d1b.js | 453ms | 319ms | 117ms | 1st |
| https://supercell.com/_next/static/chunks/framework-6c92b031f8ed2d7b.js | 371ms | 339ms | 15ms | 1st |
| https://supercell.com/ | 338ms | 24ms | 1ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202401.2.0/otBannerSdk.js | 69ms | 37ms | 32ms | 3rd |
CPage Weight InventoryAction83 resources · 3.3 MB · 362 KB savings availableREVIEW
~362.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 83 resources | 3.3 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact5% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (506 KB)PASS
Web fonts
4
506 KB total
Render-blocking
0
of 4
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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~244 KB and ~488 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=60 (1 minute)PASS
public,max-age=60
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 60 | Cache for 1 minute |
Network Waterfall83 requests over 1388msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 550ms | 0 KB | — | €6/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 69ms | 104 KB | 64% | €1/mo | Essential |
These scripts may cost more than they're worth
- Unattributable adds 550ms and costs ~€6/month
Unattributable takes 550ms 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
64% of OneTrust's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev