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.
7.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.13 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.
13.02 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.92 s
Page Load Progression
FPage Weight BudgetAction37.5 MB transferred, 191 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction16726ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://assets.squarespace.com/universal/scripts-compressed/88866-5394a004a66629ac-min.en-US.js | 5432ms | 4445ms | 3ms | 3rd |
| https://stability.ai/ | 2797ms | 57ms | 16ms | 3rd |
| Unattributable | 2175ms | 83ms | 0ms | 3rd |
| https://assets.squarespace.com/universal/scripts-compressed/20071-94fe583b17bbec73-min.en-US.js | 1078ms | 913ms | 40ms | 3rd |
| https://js-eu1.hs-analytics.net/analytics/1775587800000/26117460.js | 1002ms | 502ms | 8ms | 3rd |
| https://assets.squarespace.com/universal/scripts-compressed/common-09a94e6901cb9805-min.en-US.js | 810ms | 569ms | 87ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-W4CMY55YQZ&cx=c>m=4e6460 | 503ms | 358ms | 49ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MJB2MFP5 | 484ms | 430ms | 46ms | 3rd |
| https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/7064.c3355fa52c00d534a2ca.js | 396ms | 332ms | 50ms | 3rd |
| https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3107408ccb15b3bd5667ba444170be7b.js | 385ms | 142ms | 9ms | 3rd |
Showing top 10 of 21 scripts
FJS BundlesAction70 scripts, 908 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://assets.squarespace.com/universal/scripts-compressed/common-09a94e6901cb9805-min.en-US.js | 276 KB | 171 KB (62%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17025025326&cx=c>m=4e6460 | 177 KB | 113 KB (64%) | ✓ | 3rd |
| https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/7064.c3355fa52c00d534a2ca.js | 165 KB | 85 KB (52%) | ✓ | 3rd |
| https://js-eu1.hsforms.net/forms/embed/v2.js | 194 KB | 74 KB (40%) | ✓ | 3rd |
| https://assets.squarespace.com/universal/scripts-compressed/20071-94fe583b17bbec73-min.en-US.js | 141 KB | 67 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MJB2MFP5 | 161 KB | 67 KB (42%) | ✓ | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202504.1.0/otBannerSdk.js | 118 KB | 64 KB (54%) | ✓ | 3rd |
| https://assets.squarespace.com/universal/scripts-compressed/common-vendors-41f73026a0e85b2c-min.en-US.js | 168 KB | 62 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-W4CMY55YQZ&cx=c>m=4e6460 | 177 KB | 60 KB (34%) | ✓ | 3rd |
| https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js | 60 KB | 59 KB (98%) | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization27 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
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 Loading1 fonts (34 KB)PASS
Web fonts
1
34 KB total
Render-blocking
0
of 1
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 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 Waterfall191 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 |
|---|---|---|---|---|---|---|
assets.squarespace.com assets.squarespace.com | Other | 5432ms | 15 KB | — | $31/mo | Costly |
stability.ai stability.ai | Other | 2797ms | 63 KB | — | $16/mo | Costly |
Unattributable Unattributable | Other | 2175ms | 0 KB | — | $12/mo | Costly |
assets.squarespace.com assets.squarespace.com | Other | 1078ms | 141 KB | 48% | $6/mo | Costly |
js-eu1.hs-analytics.net js-eu1.hs-analytics.net | Other | 1002ms | 43 KB | — | $6/mo | Costly |
assets.squarespace.com assets.squarespace.com | Other | 810ms | 276 KB | 62% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 503ms | 177 KB | 34% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 484ms | 161 KB | 42% | $3/mo | Costly |
static1.squarespace.com static1.squarespace.com | Other | 396ms | 165 KB | 52% | $2/mo | Costly |
static1.squarespace.com static1.squarespace.com | Other | 385ms | 38 KB | — | $2/mo | Costly |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 330ms | 118 KB | 54% | $2/mo | Costly |
js-eu1.hsforms.net js-eu1.hsforms.net | Other | 267ms | 194 KB | 40% | $2/mo | Costly |
aws-eu-sqsmods.s3.eu-west-2.amazonaws.com aws-eu-sqsmods.s3.eu-west-2.amazonaws.com | Other | 216ms | 19 KB | — | $1/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 209ms | 6 KB | — | $1/mo | Costly |
assets.squarespace.com assets.squarespace.com | Other | 181ms | 17 KB | — | $1/mo | Optional |
assets.squarespace.com assets.squarespace.com | Other | 104ms | 9 KB | — | $1/mo | Optional |
assets.squarespace.com assets.squarespace.com | Other | 91ms | 42 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 71ms | 177 KB | 64% | $0/mo | Optional |
assets.squarespace.com assets.squarespace.com | Other | 68ms | 60 KB | 98% | $0/mo | Optional |
assets.squarespace.com assets.squarespace.com | Other | 68ms | 168 KB | 37% | $0/mo | Optional |
static1.squarespace.com static1.squarespace.com | Other | 59ms | 110 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- assets.squarespace.com adds 5432ms and costs ~$31/month
- stability.ai adds 2797ms and costs ~$16/month
- Unattributable adds 2175ms and costs ~$12/month
- assets.squarespace.com adds 1078ms and costs ~$6/month
- js-eu1.hs-analytics.net adds 1002ms and costs ~$6/month
- assets.squarespace.com adds 810ms and costs ~$5/month
- Google Tag Manager adds 503ms and costs ~$3/month
- Google Tag Manager adds 484ms and costs ~$3/month
- static1.squarespace.com adds 396ms and costs ~$2/month
- static1.squarespace.com adds 385ms and costs ~$2/month
- cdn-ukwest.onetrust.com adds 330ms and costs ~$2/month
- js-eu1.hsforms.net adds 267ms and costs ~$2/month
- aws-eu-sqsmods.s3.eu-west-2.amazonaws.com adds 216ms and costs ~$1/month
- jsDelivr adds 209ms and costs ~$1/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
assets.squarespace.com takes 5432ms 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
stability.ai takes 2797ms 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 2175ms 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
assets.squarespace.com takes 1078ms 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 1002ms 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
assets.squarespace.com takes 810ms 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
62% of assets.squarespace.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 503ms 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 484ms 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
static1.squarespace.com takes 396ms 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
52% of static1.squarespace.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
static1.squarespace.com takes 385ms 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-ukwest.onetrust.com takes 330ms 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
54% of cdn-ukwest.onetrust.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
js-eu1.hsforms.net takes 267ms 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
aws-eu-sqsmods.s3.eu-west-2.amazonaws.com takes 216ms 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
jsDelivr 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
64% 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
98% of assets.squarespace.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