Performance
· 27 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.
11.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.82 s
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.
11.56 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.
26.36 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 102 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
DThird-Party ImpactAction88% third-party, 0 ms blockingFIX
FJS Execution CostAction9043ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1104ms | 251ms | 0ms | 1st |
| https://js-eu1.hs-analytics.net/analytics/1781257800000/7613875.js | 1051ms | 743ms | 17ms | 3rd |
| https://cdn.prod.website-files.com/634f4953d5f7a27a71c863f5/js/webflow.8faa8005.d7800f3a0babd57b.js | 1013ms | 478ms | 1ms | 3rd |
| https://cdn.prod.website-files.com/634f4953d5f7a27a71c863f5/js/webflow.schunk.fca660da2c85c674.js | 685ms | 275ms | 33ms | 3rd |
| https://script.hotjar.com/modules.c3d712579ef0b1b5af2a.js | 641ms | 553ms | 25ms | 3rd |
| https://www.setandsetting-retreat.com/0oarx4usxq70NjM0ZjQ5NTNkNWY3YTI3YTcxYzg2M2Y1/eWzF8tUJJgEbC-bUG7mXgusi86KrmA | 499ms | 410ms | 51ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-10895778877 | 485ms | 427ms | 54ms | 3rd |
| https://www.setandsetting-retreat.com/0oarx4usxq70NjM0ZjQ5NTNkNWY3YTI3YTcxYzg2M2Y1/eWzF8tUJNG1iYoKzZ9Dl8JxB-PS6mKE93jwXAlKNna6zxauY | 364ms | 304ms | 58ms | 1st |
| https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=634f4953d5f7a27a71c863f5 | 335ms | 296ms | 27ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/MerVUtRoajKEbP7pLiGXkL28/recaptcha__en.js | 303ms | 189ms | 112ms | 3rd |
Showing top 10 of 26 scripts
FJS BundlesAction42 scripts, 1002 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://cdn.prod.website-files.com/634f4953d5f7a27a71c863f5/js/webflow.schunk.f2efb3c5440a81cf.js | 89 KB | 65 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10895778877 | 150 KB | 56 KB (37%) | ✓ | 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 InventoryAction102 resources · 4.2 MB · 1002 KB savings availableFIX
~1002.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 102 resources | 4.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction27 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.
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.
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
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
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
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 Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
Network Waterfall102 requests over 4358msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
js-eu1.hs-analytics.net js-eu1.hs-analytics.net | Other | 1051ms | 43 KB | — | €11/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 1013ms | 1 KB | — | €11/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 685ms | 63 KB | — | €7/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 641ms | 56 KB | 44% | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 485ms | 150 KB | 37% | €5/mo | Costly |
d3e54v103j8qbb.cloudfront.net d3e54v103j8qbb.cloudfront.net | Other | 335ms | 30 KB | — | €4/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 303ms | 376 KB | 66% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 249ms | 126 KB | 53% | €3/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 231ms | 11 KB | — | €3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 209ms | 98 KB | 34% | €2/mo | Costly |
js-eu1.hscollectedforms.net js-eu1.hscollectedforms.net | Other | 209ms | 27 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 199ms | 176 KB | 67% | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 197ms | 50 KB | — | €2/mo | Optional |
cdnjs cdnjs.cloudflare.com | CDN | 182ms | 15 KB | — | €2/mo | Optional |
js.hsforms.net js.hsforms.net | Other | 176ms | 197 KB | 61% | €2/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 124ms | 89 KB | 73% | €1/mo | Optional |
js-eu1.hubspot.com js-eu1.hubspot.com | Other | 123ms | 28 KB | — | €1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 91ms | 21 KB | — | €1/mo | Optional |
js-eu1.hs-banner.com js-eu1.hs-banner.com | Other | 88ms | 24 KB | — | €1/mo | Optional |
cdnjs cdnjs.cloudflare.com | CDN | 69ms | 25 KB | — | €1/mo | Optional |
code.jquery.com code.jquery.com | Other | 55ms | 31 KB | 74% | €1/mo | Optional |
These scripts may cost more than they're worth
- js-eu1.hs-analytics.net adds 1051ms and costs ~€11/month
- cdn.prod.website-files.com adds 1013ms and costs ~€11/month
- cdn.prod.website-files.com adds 685ms and costs ~€7/month
- Hotjar adds 641ms and costs ~€7/month
- Google Tag Manager adds 485ms and costs ~€5/month
- d3e54v103j8qbb.cloudfront.net adds 335ms and costs ~€4/month
- www.gstatic.com adds 303ms and costs ~€3/month
- Google Tag Manager adds 249ms and costs ~€3/month
- jsDelivr adds 231ms and costs ~€3/month
- Facebook Pixel adds 209ms and costs ~€2/month
- js-eu1.hscollectedforms.net adds 209ms and costs ~€2/month
74% 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
js-eu1.hs-analytics.net takes 1051ms 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 1013ms 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 685ms 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
Hotjar takes 641ms 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 485ms 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
d3e54v103j8qbb.cloudfront.net takes 335ms 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
www.gstatic.com takes 303ms 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
Google Tag Manager takes 249ms 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
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
jsDelivr takes 231ms 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
Facebook Pixel takes 209ms 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.hscollectedforms.net takes 209ms 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
67% 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
61% of js.hsforms.net'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
73% 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
74% of code.jquery.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
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