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.
1.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.64 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.
3.98 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.
5.46 s
Page Load Progression
FPage Weight BudgetAction9.7 MB transferred, 287 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 CostAction7377ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1667ms | 529ms | 0ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/Cf3W8SPb.js | 1492ms | 1350ms | 0ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/ZDZYu0fI.js | 1205ms | 0ms | 0ms | 3rd |
| https://squareup.com/us/en | 1082ms | 32ms | 39ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/BCoBEVTN.js | 748ms | 494ms | 0ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/BqnKsu7S.js | 454ms | 44ms | 0ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/czqDFvlq.js | 354ms | 344ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 284ms | 92ms | 24ms | 3rd |
| https://pw-renderer-production-c.squarecdn.com/834c0ae7305f7e82e74fc9586ea0d99538814ec9/_svelte/_app/immutable/chunks/BW_5bo7D.js | 91ms | 1ms | 1ms | 3rd |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization120 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 Loading7 fonts (311 KB)PASS
Web fonts
7
311 KB total
Render-blocking
0
of 7
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 HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall287 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1667ms | 0 KB | — | $10/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 1492ms | 40 KB | — | $9/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 1205ms | 4 KB | — | $7/mo | Costly |
squareup.com squareup.com | Other | 1082ms | 287 KB | — | $6/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 748ms | 18 KB | — | $4/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 454ms | 28 KB | — | $3/mo | Costly |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 354ms | 11 KB | — | $2/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 284ms | 130 KB | 54% | $2/mo | Essential |
pw-renderer-production-c.squarecdn.com pw-renderer-production-c.squarecdn.com | Other | 91ms | 68 KB | 50% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1667ms and costs ~$10/month
- pw-renderer-production-c.squarecdn.com adds 1492ms and costs ~$9/month
- pw-renderer-production-c.squarecdn.com adds 1205ms and costs ~$7/month
- squareup.com adds 1082ms and costs ~$6/month
- pw-renderer-production-c.squarecdn.com adds 748ms and costs ~$4/month
- pw-renderer-production-c.squarecdn.com adds 454ms and costs ~$3/month
- pw-renderer-production-c.squarecdn.com adds 354ms 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
Unattributable takes 1667ms 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 1492ms 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 1205ms 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 1082ms 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 748ms 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 454ms 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 354ms 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
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