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.
8.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.68 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.
16.76 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.
27.82 s
Page Load Progression
FPage Weight BudgetAction6.5 MB transferred, 164 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 CostAction43476ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static1.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/13236/scripts/pages/homepage/default/index.js | 29771ms | 9666ms | 374ms | 3rd |
| https://www.squarespace.com/ | 3977ms | 17ms | 16ms | 1st |
| Unattributable | 3351ms | 238ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-BCCP | 1083ms | 831ms | 143ms | 3rd |
| https://www.squarespace.com/scripts/chunks/3387.js | 795ms | 471ms | 226ms | 1st |
| https://static1.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/13236/scripts/globals/performance.js | 742ms | 218ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9658484&cx=c>m=4e6420h2 | 673ms | 622ms | 45ms | 3rd |
| https://consent.trustarc.com/notice?domain=squarespace.com&c=teconsent&js=nj¬iceType=bb&text=true&pn=2>m=1&pcookie&language=en | 432ms | 321ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-1012071506&cx=c>m=4e6420h2 | 417ms | 349ms | 66ms | 3rd |
| https://static1.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/13236/scripts/abtests/german-pricing-nav.js | 296ms | 252ms | 33ms | 3rd |
Showing top 10 of 23 scripts
FJS BundlesAction37 scripts, 939 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.squarespace.com/scripts/chunks/3387.js | 545 KB | 367 KB (67%) | ✓ | 1st |
| https://static1.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/13236/scripts/pages/homepage/default/index.js | 548 KB | 128 KB (23%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-1L8CXRNJCG&cx=c>m=4e6420h2 | 169 KB | 67 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-1012071506&cx=c>m=4e6420h2 | 144 KB | 60 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9658484&cx=c>m=4e6420h2 | 130 KB | 59 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-8103537&cx=c>m=4e6420h2 | 131 KB | 54 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-BCCP | 188 KB | 46 KB (24%) | ✓ | 3rd |
| https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js | 44 KB | 44 KB (100%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 33 KB (35%) | ✓ | 3rd |
| https://assets.squarespace.com/universal/scripts-compressed/user-account-core-1d75f367a379d0ed-min.en-US.js | 32 KB | 32 KB (99%) | ✓ | 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 Optimization50 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 Loading5 fonts (265 KB)PASS
Web fonts
5
265 KB total
Render-blocking
0
of 5
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
Network Waterfall164 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 |
|---|---|---|---|---|---|---|
static1.squarespace.com static1.squarespace.com | Other | 29771ms | 548 KB | 23% | $170/mo | Costly |
Unattributable Unattributable | Other | 3351ms | 0 KB | — | $19/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1083ms | 188 KB | 24% | $6/mo | Costly |
static1.squarespace.com static1.squarespace.com | Other | 742ms | 23 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 673ms | 130 KB | 45% | $4/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 432ms | 13 KB | — | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 417ms | 144 KB | 42% | $2/mo | Costly |
static1.squarespace.com static1.squarespace.com | Other | 296ms | 73 KB | 41% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 290ms | 169 KB | 39% | $2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 272ms | 16 KB | — | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 205ms | 131 KB | 41% | $1/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 201ms | 95 KB | 35% | $1/mo | Costly |
s.pinimg.com s.pinimg.com | Other | 153ms | 27 KB | — | $1/mo | Optional |
utt.impactcdn.com utt.impactcdn.com | Other | 140ms | 21 KB | — | $1/mo | Optional |
static1.squarespace.com static1.squarespace.com | Other | 134ms | 32 KB | — | $1/mo | Optional |
assets.squarespace.com assets.squarespace.com | Other | 128ms | 42 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 105ms | 38 KB | — | $1/mo | Optional |
assets.squarespace.com assets.squarespace.com | Other | 100ms | 44 KB | 100% | $1/mo | Optional |
c.hrzn-nxt.com c.hrzn-nxt.com | Other | 83ms | 30 KB | — | $0/mo | Optional |
consent.trustarc.com consent.trustarc.com | Other | 57ms | 36 KB | 56% | $0/mo | Optional |
These scripts may cost more than they're worth
- static1.squarespace.com adds 29771ms and costs ~$170/month
- Unattributable adds 3351ms and costs ~$19/month
- Google Tag Manager adds 1083ms and costs ~$6/month
- static1.squarespace.com adds 742ms and costs ~$4/month
- Google Tag Manager adds 673ms and costs ~$4/month
- consent.trustarc.com adds 432ms and costs ~$2/month
- Google Tag Manager adds 417ms and costs ~$2/month
- static1.squarespace.com adds 296ms and costs ~$2/month
- Google Tag Manager adds 290ms and costs ~$2/month
- Facebook Pixel adds 272ms and costs ~$2/month
- Google Tag Manager adds 205ms and costs ~$1/month
- Facebook Pixel adds 201ms and costs ~$1/month
89% 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
static1.squarespace.com takes 29771ms 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 3351ms 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 1083ms 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 742ms 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 673ms 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
consent.trustarc.com takes 432ms 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 417ms 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 296ms 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 290ms 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 272ms 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 205ms 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 201ms 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
100% 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
56% of consent.trustarc.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