Performance
· 23 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.
971 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
469 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.030
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.
6.08 s
Page Load Progression
FPage Weight BudgetAction5.0 MB transferred, 107 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
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
DThird-Party ImpactAction90% third-party, 0 ms blockingFIX
FJS Execution CostAction4666ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.prod.website-files.com/634f4953d5f7a27a71c863f5/js/webflow.schunk.f2efb3c5440a81cf.js | 1311ms | 1202ms | 12ms | 3rd |
| https://script.hotjar.com/modules.c3d712579ef0b1b5af2a.js | 875ms | 827ms | 13ms | 3rd |
| https://www.setandsetting-retreat.com/ | 420ms | 27ms | 5ms | 1st |
| Unattributable | 383ms | 28ms | 0ms | 1st |
| https://js-eu1.hs-analytics.net/analytics/1781257800000/7613875.js | 329ms | 192ms | 3ms | 3rd |
| https://cdn.prod.website-files.com/634f4953d5f7a27a71c863f5/js/webflow.schunk.fca660da2c85c674.js | 308ms | 137ms | 19ms | 3rd |
| https://cdn.prod.website-files.com/634f4953d5f7a27a71c863f5/js/webflow.8faa8005.d7800f3a0babd57b.js | 173ms | 170ms | 0ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/MerVUtRoajKEbP7pLiGXkL28/recaptcha__en.js | 160ms | 100ms | 59ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10895778877 | 143ms | 129ms | 12ms | 3rd |
| https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js | 114ms | 85ms | 1ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction42 scripts, 986 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/MerVUtRoajKEbP7pLiGXkL28/recaptcha__en.js | 376 KB | 249 KB (66%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-TXQSHXEDER | 176 KB | 117 KB (67%) | ✓ | 3rd |
| https://js.hsforms.net/forms/shell.js | 197 KB | 115 KB (61%) | ✓ | 3rd |
| https://www.setandsetting-retreat.com/0oarx4usxq70NjM0ZjQ5NTNkNWY3YTI3YTcxYzg2M2Y1/eWzF8tUJMhcbC-PYFr2Xg-Er6aDkxrom2m4dSwvVn_3kwpuqq5g | 155 KB | 111 KB (72%) | ✓ | 1st |
| https://www.setandsetting-retreat.com/0oarx4usxq70NjM0ZjQ5NTNkNWY3YTI3YTcxYzg2M2Y1/eWzF8tUJNG1iYoKzZ9Dl8JxB-PS6mKE93jwXAlKNna6zxauY | 184 KB | 76 KB (41%) | ✓ | 1st |
| https://www.setandsetting-retreat.com/0oarx4usxq70NjM0ZjQ5NTNkNWY3YTI3YTcxYzg2M2Y1/eWzF8tUJJgEbC-bUG7mXgusi86KrmA | 123 KB | 66 KB (54%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-58HM6VCH | 126 KB | 66 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10895778877 | 150 KB | 56 KB (37%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/634f4953d5f7a27a71c863f5/js/webflow.schunk.f2efb3c5440a81cf.js | 89 KB | 49 KB (55%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 98 KB | 33 KB (34%) | ✓ | 3rd |
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
FPage Weight InventoryAction107 resources · 5.0 MB · 986 KB savings availableFIX
~986.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 107 resources | 5.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction33 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (262 KB)PASS
Web fonts
5
262 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~67 KB and ~134 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
Network Waterfall107 requests over 4867msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 1311ms | 89 KB | 55% | €14/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 875ms | 56 KB | 44% | €10/mo | Costly |
js-eu1.hs-analytics.net js-eu1.hs-analytics.net | Other | 329ms | 43 KB | — | €4/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 308ms | 63 KB | — | €3/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 173ms | 1 KB | — | €2/mo | Optional |
www.gstatic.com www.gstatic.com | Other | 160ms | 376 KB | 66% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 143ms | 150 KB | 37% | €2/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 114ms | 10 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 72ms | 50 KB | — | €1/mo | Optional |
d3e54v103j8qbb.cloudfront.net d3e54v103j8qbb.cloudfront.net | Other | 68ms | 30 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 61ms | 126 KB | 53% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 60ms | 98 KB | 34% | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn.prod.website-files.com adds 1311ms and costs ~€14/month
- Hotjar adds 875ms and costs ~€10/month
- js-eu1.hs-analytics.net adds 329ms and costs ~€4/month
- cdn.prod.website-files.com adds 308ms and costs ~€3/month
79% 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
cdn.prod.website-files.com takes 1311ms 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
55% of cdn.prod.website-files.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Hotjar takes 875ms 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
js-eu1.hs-analytics.net takes 329ms 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
cdn.prod.website-files.com takes 308ms 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
66% of www.gstatic.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
53% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-05-14 — 2026-06-10)
LCP (p75)
2593 ms
74% good
INP (p75)
155 ms
84% good
CLS (p75)
0.000
98% good
FCP (p75)
1047 ms
TTFB (p75)
341 ms
Image Optimization75 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
75
Total Size
0 KB
Oversized
3