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.
4.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.85 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.57 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.
22.91 s
Page Load Progression
FPage Weight BudgetAction9.6 MB transferred, 285 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction64225ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/BCoBEVTN.js | 26474ms | 3685ms | 0ms | 3rd |
| https://squareup.com/us/en | 13732ms | 96ms | 153ms | 3rd |
| Unattributable | 9162ms | 2757ms | 0ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/Cf3W8SPb.js | 5257ms | 4773ms | 1ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/ZDZYu0fI.js | 4546ms | 0ms | 0ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/BqnKsu7S.js | 1525ms | 187ms | 1ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 1330ms | 387ms | 211ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/D2kMgc2K.js | 1029ms | 828ms | 0ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/czqDFvlq.js | 572ms | 488ms | 0ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/BW_5bo7D.js | 334ms | 6ms | 3ms | 3rd |
Showing top 10 of 12 scripts
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization118 images, 0 KB saveableREVIEW
BJS Bundles130 scripts, 133 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 130 KB | 70 KB (54%) | ✓ | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/BW_5bo7D.js | 68 KB | 34 KB (50%) | ✓ | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/entry/app.BpSAxagn.js | 34 KB | 29 KB (88%) | ✓ | 3rd |
| https://pwt-production-c.squarecdn.com/2.11.0/pwt.es.js | 12 KB | — | ✗ | 3rd |
| https://pwt-production-c.squarecdn.com/2.11.0/personalization.es.js | 2 KB | — | ✓ | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/entry/start.DE_4xpac.js | 1 KB | — | ✓ | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/TkzCkiRn.js | 14 KB | — | ✓ | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/SNxnsunE.js | 1 KB | — | ✓ | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/BWZd3gvg.js | 13 KB | — | ✓ | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/guqOA4Xc.js | 1 KB | — | ✓ | 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (231 KB)PASS
Web fonts
6
231 KB total
Render-blocking
0
of 6
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 Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall285 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 |
|---|---|---|---|---|---|---|
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 26474ms | 18 KB | — | $152/mo | Costly |
squareup.com squareup.com | Other | 13732ms | 287 KB | — | $79/mo | Costly |
Unattributable Unattributable | Other | 9162ms | 0 KB | — | $52/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 5257ms | 40 KB | — | $30/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 4546ms | 4 KB | — | $26/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 1525ms | 28 KB | — | $9/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 1330ms | 130 KB | 54% | $8/mo | Essential |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 1029ms | 6 KB | — | $6/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 572ms | 11 KB | — | $3/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 334ms | 68 KB | 50% | $2/mo | Costly |
pwt-production-c.squarecdn.com pwt-production-c.squarecdn.com | Other | 196ms | 12 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 68ms | 9 KB | — | $0/mo | Essential |
These scripts may cost more than they're worth
- pw-renderer-production-c.squarecdn.com adds 26474ms and costs ~$152/month
- squareup.com adds 13732ms and costs ~$79/month
- Unattributable adds 9162ms and costs ~$52/month
- pw-renderer-production-c.squarecdn.com adds 5257ms and costs ~$30/month
- pw-renderer-production-c.squarecdn.com adds 4546ms and costs ~$26/month
- pw-renderer-production-c.squarecdn.com adds 1525ms and costs ~$9/month
- pw-renderer-production-c.squarecdn.com adds 1029ms and costs ~$6/month
- pw-renderer-production-c.squarecdn.com adds 572ms and costs ~$3/month
- pw-renderer-production-c.squarecdn.com adds 334ms and costs ~$2/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
pw-renderer-production-c.squarecdn.com takes 26474ms 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
squareup.com takes 13732ms 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 9162ms 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
pw-renderer-production-c.squarecdn.com takes 5257ms 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
pw-renderer-production-c.squarecdn.com takes 4546ms 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
pw-renderer-production-c.squarecdn.com takes 1525ms 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 OneTrust'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
pw-renderer-production-c.squarecdn.com takes 1029ms 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
pw-renderer-production-c.squarecdn.com takes 572ms 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
pw-renderer-production-c.squarecdn.com takes 334ms 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
50% of pw-renderer-production-c.squarecdn.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