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.
2.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
22 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.30 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.
3.36 s
Page Load Progression
FPage Weight BudgetAction4.0 MB transferred, 73 requestsFIX
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
BImage Optimization18 images, 0 KB saveableREVIEW
CJS Execution CostAction1768ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://svelte.dev/ | 706ms | 65ms | 9ms | 3rd |
| https://svelte.dev/_app/immutable/chunks/DnTnPfQe.js | 544ms | 287ms | 1ms | 3rd |
| Unattributable | 518ms | 72ms | 0ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (69 KB)PASS
Web fonts
3
69 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
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+JS Bundles28 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://svelte.dev/_app/immutable/entry/start.Ddn2_gng.js | 0 KB | — | ✓ | 3rd |
| https://svelte.dev/_app/immutable/chunks/BbUITsMw.js | 13 KB | — | ✓ | 3rd |
| https://svelte.dev/_app/immutable/chunks/2d-wjCb2.js | 1 KB | — | ✓ | 3rd |
| https://svelte.dev/_app/immutable/chunks/DnTnPfQe.js | 23 KB | — | ✓ | 3rd |
| https://svelte.dev/_app/immutable/chunks/gDVcjQvr.js | 1 KB | — | ✓ | 3rd |
| https://svelte.dev/_app/immutable/entry/app.BfHSeXOh.js | 3 KB | — | ✓ | 3rd |
| https://svelte.dev/_app/immutable/chunks/Shm_I8ZE.js | 1 KB | — | ✓ | 3rd |
| https://svelte.dev/_app/immutable/chunks/Dr15X4ZF.js | 0 KB | — | ✓ | 3rd |
| https://svelte.dev/_app/immutable/chunks/cnniI1X3.js | 0 KB | — | ✓ | 3rd |
| https://svelte.dev/_app/immutable/nodes/0.CPp9tl-V.js | 6 KB | — | ✓ | 3rd |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall73 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 |
|---|---|---|---|---|---|---|
svelte.dev svelte.dev | Other | 706ms | 23 KB | — | $9/mo | Costly |
svelte.dev svelte.dev | Other | 544ms | 23 KB | — | $7/mo | Costly |
Unattributable Unattributable | Other | 518ms | 0 KB | — | $7/mo | Costly |
These scripts may cost more than they're worth
- svelte.dev adds 706ms and costs ~$9/month
- svelte.dev adds 544ms and costs ~$7/month
- Unattributable adds 518ms and costs ~$7/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
svelte.dev takes 706ms 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
svelte.dev takes 544ms 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
Unattributable takes 518ms 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