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.
846 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
294 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.188
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.09 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.43 s
Page Load Progression
FPage Weight BudgetAction5.3 MB transferred, 168 requestsFIX
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
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DJS Execution CostAction2929ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.figma.com/_netlify/_next/static/chunks/3914-2bab184028cadf54.js | 1539ms | 1283ms | 14ms | 1st |
| https://www.figma.com/ | 832ms | 19ms | 69ms | 1st |
| Unattributable | 291ms | 6ms | 0ms | 3rd |
| https://www.figma.com/_netlify/_next/static/chunks/8992-43f84a35aafd5858.js | 267ms | 215ms | 45ms | 1st |
DJS BundlesAction39 scripts, 304 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.figma.com/_netlify/_next/static/chunks/8992-43f84a35aafd5858.js | 408 KB | 83 KB (21%) | ✓ | 1st |
| https://www.figma.com/_netlify/_next/static/chunks/5113-2553d73f091b8664.js | 112 KB | 67 KB (60%) | ✓ | 1st |
| https://www.figma.com/_netlify/_next/static/chunks/3914-2bab184028cadf54.js | 110 KB | 52 KB (48%) | ✓ | 1st |
| https://www.figma.com/_netlify/_next/static/chunks/1293-26f3a1be0c9e8c0c.js | 49 KB | 42 KB (86%) | ✓ | 1st |
| https://www.figma.com/_netlify/_next/static/chunks/bf76e631-047ac0aae52ca139.js | 39 KB | 33 KB (86%) | ✓ | 1st |
| https://www.figma.com/_netlify/_next/static/chunks/4867-f406a2b91c16aafd.js | 48 KB | 27 KB (57%) | ✓ | 1st |
| https://www.figma.com/_netlify/_next/static/chunks/reactPlayerVimeo.7e5bcb5cd2f013ab.js | 2 KB | — | ✓ | 1st |
| https://f.vimeocdn.com/p/4.46.37/js/player.module.js | 206 KB | — | ✓ | 3rd |
| https://www.figma.com/_netlify/_next/static/chunks/main-app-5b7ab7cf9d9b6dd9.js | 2 KB | — | ✓ | 1st |
| https://www.figma.com/_netlify/_next/static/chunks/4bd1b696-be5ceba1b1a33b39.js | 52 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 Optimization77 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact22% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (551 KB)PASS
Web fonts
2
551 KB total
Render-blocking
0
of 2
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
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 ~276 KB and ~552 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP Cachingmax-age=30 (30 seconds)PASS
public,max-age=30,stale-if-error=172800
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 30 | Cache for 30 seconds |
| stale-if-error | 172800 |
Network Waterfall168 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 | 291ms | 0 KB | — | €5/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 291ms and costs ~€5/month
Unattributable takes 291ms 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