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.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
731 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.074
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.83 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.
21.77 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 58 requestsFIX
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
FJS Execution CostAction5658ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://codesandbox.io/ | 2715ms | 70ms | 5ms | 1st |
| https://codesandbox.io/_next/static/chunks/7157-f1dd02184197292d.js | 837ms | 766ms | 18ms | 1st |
| https://codesandbox.io/cdn-cgi/challenge-platform/scripts/jsd/main.js | 501ms | 481ms | 3ms | 1st |
| https://codesandbox.io/_next/static/chunks/3a1fbd1c-9a309fde5120dbc5.js | 469ms | 153ms | 21ms | 1st |
| Unattributable | 414ms | 14ms | 0ms | 3rd |
| https://codesandbox.io/_next/static/chunks/app/page-e4cb27a7a3b23bcf.js | 207ms | 197ms | 5ms | 1st |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 207ms | 36ms | 8ms | 3rd |
| https://codesandbox.io/_next/static/chunks/9331-ab608ee9ae01eddb.js | 157ms | 124ms | 32ms | 1st |
| https://codesandbox.io/_next/static/chunks/1261-d0847cd35a4e9b63.js | 100ms | 86ms | 4ms | 1st |
| https://codesandbox.io/_next/static/chunks/ef9c525d-794586603a2cf360.js | 52ms | 30ms | 21ms | 1st |
DJS BundlesAction26 scripts, 317 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://codesandbox.io/_next/static/chunks/9230-85da48510973f4ae.js | 89 KB | 85 KB (96%) | ✓ | 1st |
| https://codesandbox.io/_next/static/chunks/9331-ab608ee9ae01eddb.js | 126 KB | 69 KB (55%) | ✓ | 1st |
| https://codesandbox.io/_next/static/chunks/ec0da940-7fe13e19c1ef37bc.js | 51 KB | 45 KB (90%) | ✓ | 1st |
| https://codesandbox.io/_next/static/chunks/2409-a2745fd5e5a7ed70.js | 50 KB | 36 KB (73%) | ✓ | 1st |
| https://codesandbox.io/_next/static/chunks/ef9c525d-794586603a2cf360.js | 45 KB | 34 KB (77%) | ✓ | 1st |
| https://codesandbox.io/_next/static/chunks/3037-34ebfe82f03e16ac.js | 33 KB | 24 KB (75%) | ✓ | 1st |
| https://codesandbox.io/_next/static/chunks/e332d428-607a0fc2b0f712b1.js | 34 KB | 22 KB (67%) | ✓ | 1st |
| https://codesandbox.io/_next/static/chunks/9348-4ca373a6936773be.js | 3 KB | — | ✓ | 1st |
| https://codesandbox.io/_next/static/chunks/1261-d0847cd35a4e9b63.js | 10 KB | — | ✓ | 1st |
| https://codesandbox.io/_next/static/chunks/f923c8e2-e4529f531e4e04c4.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
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 Optimization18 images, 0 KB saveableREVIEW
BHTTP Cachings-maxage=31536000, stale-while-revalidateREVIEW
s-maxage=31536000, stale-while-revalidate
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 31536000 | CDN caches for 52 weeks |
| stale-while-revalidate | — | Serve stale while revalidating |
A+Third-Party Impact2% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (3089 KB)PASS
Web fonts
3
3089 KB total
Render-blocking
0
of 3
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
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 ~1491 KB and ~2982 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 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: Cloudflare
Network Waterfall58 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 | 414ms | 0 KB | — | kr764/mo | Costly |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 207ms | 11 KB | — | kr381/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 414ms and costs ~kr764/month
- static.cloudflareinsights.com adds 207ms and costs ~kr381/month
Unattributable takes 414ms 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
static.cloudflareinsights.com takes 207ms 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