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.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.53 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.138
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.80 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.
20.28 s
Page Load Progression
FPage Weight BudgetAction8.4 MB transferred, 141 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
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
DThird-Party ImpactAction79% third-party, 0 ms blockingFIX
FJS Execution CostAction15849ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.sanity.io/_next/static/chunks/0uz1gb6x4i~gy.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 10301ms | 7567ms | 46ms | 1st |
| https://www.sanity.io/ | 1873ms | 36ms | 74ms | 1st |
| Unattributable | 1028ms | 45ms | 0ms | 3rd |
| https://www.sanity.io/_next/static/chunks/167ci08t2mfto.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 867ms | 461ms | 110ms | 1st |
| https://cmp.osano.com/16CLWDTCcnYWI2HHP/e53d2bde-32d5-45a1-ab1a-16b98951bfe3/osano.js | 850ms | 717ms | 94ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N3ZSHCP | 325ms | 262ms | 59ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-16634576538&cx=c>m=4e6461h2 | 310ms | 219ms | 38ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-K7J41TW619&cx=c>m=4e6461h2 | 245ms | 191ms | 46ms | 3rd |
| https://www.sanity.io/_next/static/chunks/0sqt.ygt3kqko.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 51ms | 1ms | 50ms | 1st |
FJS BundlesAction49 scripts, 920 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.sanity.io/_next/static/chunks/167ci08t2mfto.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 286 KB | 128 KB (45%) | ✓ | 1st |
| https://www.sanity.io/_next/static/chunks/0sqt.ygt3kqko.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 150 KB | 123 KB (82%) | ✓ | 1st |
| https://www.sanity.io/_next/static/chunks/12c3qy_6soa9g.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 132 KB | 97 KB (76%) | ✓ | 1st |
| https://www.sanity.io/_next/static/chunks/0hmpifpnc3jey.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 108 KB | 80 KB (76%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-N3ZSHCP | 175 KB | 76 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-16634576538&cx=c>m=4e6461h2 | 144 KB | 70 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-K7J41TW619&cx=c>m=4e6461h2 | 169 KB | 67 KB (40%) | ✓ | 3rd |
| https://www.sanity.io/_next/static/chunks/0uz1gb6x4i~gy.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 145 KB | 47 KB (33%) | ✓ | 1st |
| https://www.sanity.io/_next/static/chunks/0g5jmx.3u4xg2.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 42 KB | 41 KB (99%) | ✓ | 1st |
| https://www.sanity.io/_next/static/chunks/0djohwm-41ade.js?dpl=dpl_7XhRSfxibpajdLWaTbdePehnDSnS | 88 KB | 38 KB (43%) | ✓ | 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 Optimization28 images, 0 KB saveableREVIEW
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 Loading7 fonts (177 KB)PASS
Web fonts
7
177 KB total
Render-blocking
0
of 7
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+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints12 hints, 0 missing preconnectsPASS
Current Resource Hints
12 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall141 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 | 1028ms | 0 KB | — | €11/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 850ms | 76 KB | 27% | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 325ms | 175 KB | 43% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 310ms | 144 KB | 49% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 245ms | 169 KB | 40% | €3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 1028ms and costs ~€11/month
- cmp.osano.com adds 850ms and costs ~€9/month
- Google Tag Manager adds 325ms and costs ~€4/month
- Google Tag Manager adds 310ms and costs ~€3/month
- Google Tag Manager adds 245ms and costs ~€3/month
Unattributable takes 1028ms 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
cmp.osano.com takes 850ms 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
Google Tag Manager takes 325ms 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
Google Tag Manager takes 310ms 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
Google Tag Manager takes 245ms 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