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.
2.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.58 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.056
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.79 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.67 s
Page Load Progression
FPage Weight BudgetAction2.7 MB transferred, 167 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
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 ImpactAction67% third-party, 0 ms blockingFIX
FJS Execution CostAction33539ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.etsy.com/ | 24853ms | 123ms | 21ms | 1st |
| Unattributable | 2369ms | 257ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KWW5SS | 741ms | 598ms | 88ms | 3rd |
| https://www.etsy.com/include/tags.js | 629ms | 528ms | 12ms | 1st |
| https://www.etsy.com/ac/evergreenVendor/js/en-US/app-shell/globals/index.2a97df21982eda4da590.js | 557ms | 456ms | 51ms | 1st |
| https://www.etsy.com/ac/evergreenVendor/js/en-US/vesta_homepage/bootstrap.3ed0a75e5b062b362051.js | 541ms | 363ms | 143ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-KR3J610VYM&cx=c>m=4e6411h1 | 425ms | 358ms | 59ms | 3rd |
| https://res4.applovin.com/p/104/b/bs.c9e1074f5b3f9fc8ea15d152add07294-1.iife.js | 368ms | 350ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-658194373&cx=c>m=4e6411h1 | 316ms | 275ms | 39ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-995917074&cx=c>m=4e6411h1 | 314ms | 270ms | 40ms | 3rd |
Showing top 10 of 24 scripts
FJS BundlesAction46 scripts, 825 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.etsy.com/ac/evergreenVendor/js/en-US/vesta_homepage/bootstrap.3ed0a75e5b062b362051.js | 241 KB | 158 KB (66%) | ✓ | 1st |
| https://www.etsy.com/ac/evergreenVendor/js/en-US/app-shell/globals/index.2a97df21982eda4da590.js | 134 KB | 87 KB (65%) | ✓ | 1st |
| https://www.etsy.com/ac/evergreenVendor/js/en-US/vendor_bundle.1e397356b19ae5cf6c49.js | 133 KB | 83 KB (63%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-KR3J610VYM&cx=c>m=4e6411h1 | 171 KB | 66 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-9910951&cx=c>m=4e6411h1 | 128 KB | 61 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-14895689&cx=c>m=4e6411h1 | 128 KB | 61 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-995917074&cx=c>m=4e6411h1 | 145 KB | 60 KB (42%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 59 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-658194373&cx=c>m=4e6411h1 | 145 KB | 59 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KWW5SS | 175 KB | 56 KB (32%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, private, no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization39 images, 0 KB saveableREVIEW
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 (164 KB)PASS
Web fonts
5
164 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 HintsNo optimization neededPASS
Network Waterfall167 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 | 2369ms | 0 KB | — | $31/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 741ms | 175 KB | 32% | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 425ms | 171 KB | 38% | $6/mo | Costly |
res4.applovin.com res4.applovin.com | Other | 368ms | 31 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 316ms | 145 KB | 41% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 314ms | 145 KB | 42% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 283ms | 128 KB | 48% | $4/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 269ms | 110 KB | 55% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 252ms | 128 KB | 48% | $3/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 243ms | 50 KB | 57% | $3/mo | Costly |
s.pinimg.com s.pinimg.com | Other | 238ms | 27 KB | 78% | $3/mo | Costly |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 194ms | 36 KB | 69% | $3/mo | Optional |
Bing UET bat.bing.com | Advertising | 139ms | 16 KB | — | $2/mo | Optional |
www.dwin1.com www.dwin1.com | Other | 86ms | 14 KB | — | $1/mo | Optional |
s.axon.ai s.axon.ai | Other | 72ms | 8 KB | — | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 70ms | 40 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2369ms and costs ~$31/month
- Google Tag Manager adds 741ms and costs ~$10/month
- Google Tag Manager adds 425ms and costs ~$6/month
- res4.applovin.com adds 368ms and costs ~$5/month
- Google Tag Manager adds 316ms and costs ~$4/month
- Google Tag Manager adds 314ms and costs ~$4/month
- Google Tag Manager adds 283ms and costs ~$4/month
- analytics.tiktok.com adds 269ms and costs ~$4/month
- Google Tag Manager adds 252ms and costs ~$3/month
- transcend-cdn.com adds 243ms and costs ~$3/month
- s.pinimg.com adds 238ms and costs ~$3/month
Unattributable takes 2369ms 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 741ms 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 425ms 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
res4.applovin.com takes 368ms 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 316ms 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 314ms 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 283ms 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
analytics.tiktok.com takes 269ms 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
55% of analytics.tiktok.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 252ms 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
transcend-cdn.com takes 243ms 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
57% of transcend-cdn.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
s.pinimg.com takes 238ms 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
78% of s.pinimg.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
69% of siteintercept.qualtrics.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