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.
621 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
924 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.35 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 62 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
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 Optimization22 images, 0 KB saveableREVIEW
BJS Execution Cost922ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://codesandbox.io/ | 493ms | 11ms | 5ms | 1st |
| https://codesandbox.io/_next/static/chunks/7157-f1dd02184197292d.js | 172ms | 143ms | 3ms | 1st |
| https://codesandbox.io/_next/static/chunks/3a1fbd1c-9a309fde5120dbc5.js | 95ms | 17ms | 5ms | 1st |
| https://codesandbox.io/cdn-cgi/challenge-platform/scripts/jsd/main.js | 87ms | 71ms | 1ms | 1st |
| Unattributable | 77ms | 2ms | 0ms | 3rd |
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 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: Cloudflare
Network Waterfall62 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 | 77ms | 0 KB | — | kr141/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 77ms and costs ~kr141/month
Unattributable takes 77ms 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