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.
5.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.99 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.09 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.
29.62 s
Page Load Progression
FPage Weight BudgetAction8.8 MB transferred, 333 requestsFIX
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
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 CostAction13640ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.taylorstitch.com/ | 3102ms | 1029ms | 124ms | 3rd |
| Unattributable | 2587ms | 117ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PWKDH5F | 665ms | 568ms | 78ms | 3rd |
| https://www.taylorstitch.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 595ms | 446ms | 80ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-E125EVMR4R&cx=c>m=4e6461 | 550ms | 503ms | 40ms | 3rd |
| https://consent.cookiebot.com/d2437d93-e98e-49ff-aee4-a51dc787a63e/cc.js?renew=false&referer=www.taylorstitch.com&dnt=false&init=false&georegions=%5B%7B%22r%22%3A%22AT%2CBE%2CBG%2CHR%2CCY%2CCZ%2CDK%2CEE%2CFI%2CFR%2CDE%2CGR%2CHU%2CIE%2CIT%2CLV%2CLT%2CLU%2CMT%2CNL%2CPL%2CPT%2CRO%2CSK%2CSI%2CES%2CSE%2CGB%22%2C%22i%22%3A%2280a9d7f2-1fae-4eeb-ab8b-67fad7abb672%22%7D%5D | 509ms | 210ms | 33ms | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 500ms | 445ms | 27ms | 3rd |
| https://cdn-swell-assets.yotpo.com/app.v1.0.368.js | 459ms | 254ms | 166ms | 3rd |
| https://www.taylorstitch.com/cdn/shopifycloud/shop-js/modules/v2/chunk.index_4uAqGWkW.en.esm.js | 404ms | 98ms | 1ms | 3rd |
| https://www.taylorstitch.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js | 389ms | 153ms | 7ms | 3rd |
Showing top 10 of 31 scripts
DJS BundlesAction160 scripts, 478 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/destination?id=G-E125EVMR4R&cx=c>m=4e6461 | 168 KB | 67 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-847512537&cx=c>m=4e6461 | 144 KB | 64 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PWKDH5F | 172 KB | 57 KB (33%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js | 110 KB | 56 KB (51%) | ✓ | 3rd |
| https://www.taylorstitch.com/cdn/shop/t/12/assets/taylor-stitch.script.plugins-defer.min.js?v=38227121491110952171772474202 | 73 KB | 50 KB (70%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 93 KB | 41 KB (45%) | ✓ | 3rd |
| https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/Render.f778b94f6021eec68929.js | 52 KB | 37 KB (71%) | ✓ | 3rd |
| https://cdn.9gtb.com/script.js?rev=9b8201f | 61 KB | 32 KB (54%) | ✓ | 3rd |
| https://cdn1.stamped.io/files/widget.min.js?shop=taylor-stitch.myshopify.com | 30 KB | 26 KB (88%) | ✓ | 3rd |
| https://www.taylorstitch.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 61 KB | 26 KB (43%) | ✓ | 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
private, no-store
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-store | — | Never cache this response |
CImage OptimizationAction70 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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
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
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading14 fonts (339 KB)PASS
Web fonts
14
339 KB total
Render-blocking
0
of 14
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 Hints11 hints, 0 missing preconnectsPASS
Current Resource Hints
11 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 Waterfall333 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 |
|---|---|---|---|---|---|---|
www.taylorstitch.com www.taylorstitch.com | Other | 3102ms | 206 KB | — | €16/mo | Costly |
Unattributable Unattributable | Other | 2587ms | 0 KB | — | €14/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 665ms | 172 KB | 33% | €4/mo | Costly |
www.taylorstitch.com www.taylorstitch.com | Other | 595ms | 61 KB | 43% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 550ms | 168 KB | 40% | €3/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 509ms | 82 KB | — | €3/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 500ms | 93 KB | 45% | €3/mo | Costly |
cdn-swell-assets.yotpo.com cdn-swell-assets.yotpo.com | Other | 459ms | 192 KB | — | €2/mo | Costly |
www.taylorstitch.com www.taylorstitch.com | Other | 404ms | 31 KB | — | €2/mo | Costly |
www.taylorstitch.com www.taylorstitch.com | Other | 389ms | 21 KB | — | €2/mo | Costly |
cdn.trackjs.com cdn.trackjs.com | Other | 358ms | 11 KB | — | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 315ms | 10 KB | — | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 304ms | 8 KB | — | €2/mo | Costly |
www.taylorstitch.com www.taylorstitch.com | Other | 268ms | 73 KB | 70% | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 239ms | 144 KB | 44% | €1/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 224ms | 21 KB | — | €1/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 214ms | 36 KB | 63% | €1/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 203ms | 110 KB | 51% | €1/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 183ms | 19 KB | — | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 180ms | 18 KB | — | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 174ms | 43 KB | — | €1/mo | Optional |
app.directededge.com app.directededge.com | Other | 163ms | 4 KB | — | €1/mo | Optional |
www.taylorstitch.com www.taylorstitch.com | Other | 160ms | 28 KB | — | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 154ms | 38 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 146ms | 3 KB | — | €1/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 146ms | 52 KB | 71% | €1/mo | Optional |
www.taylorstitch.com www.taylorstitch.com | Other | 130ms | 25 KB | — | €1/mo | Optional |
www.taylorstitch.com www.taylorstitch.com | Other | 97ms | 23 KB | — | €1/mo | Optional |
cdn.9gtb.com cdn.9gtb.com | Other | 83ms | 61 KB | 54% | €0/mo | Optional |
cdn1.stamped.io cdn1.stamped.io | Other | 82ms | 30 KB | 88% | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 54ms | 19 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.taylorstitch.com adds 3102ms and costs ~€16/month
- Unattributable adds 2587ms and costs ~€14/month
- Google Tag Manager adds 665ms and costs ~€4/month
- www.taylorstitch.com adds 595ms and costs ~€3/month
- Google Tag Manager adds 550ms and costs ~€3/month
- consent.cookiebot.com adds 509ms and costs ~€3/month
- assets.gorgias.chat adds 500ms and costs ~€3/month
- cdn-swell-assets.yotpo.com adds 459ms and costs ~€2/month
- www.taylorstitch.com adds 404ms and costs ~€2/month
- www.taylorstitch.com adds 389ms and costs ~€2/month
- cdn.trackjs.com adds 358ms and costs ~€2/month
- static.klaviyo.com adds 315ms and costs ~€2/month
- static.klaviyo.com adds 304ms and costs ~€2/month
- www.taylorstitch.com adds 268ms and costs ~€1/month
- Google Tag Manager adds 239ms and costs ~€1/month
- assets.gorgias.chat adds 224ms and costs ~€1/month
- consent.cookiebot.com adds 214ms and costs ~€1/month
- analytics.tiktok.com adds 203ms 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
www.taylorstitch.com takes 3102ms 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 2587ms 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 665ms 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
www.taylorstitch.com takes 595ms 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 550ms 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.cookiebot.com takes 509ms 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.gorgias.chat takes 500ms 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-swell-assets.yotpo.com takes 459ms 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
www.taylorstitch.com takes 404ms 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
www.taylorstitch.com takes 389ms 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.trackjs.com takes 358ms 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
static.klaviyo.com takes 315ms 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
static.klaviyo.com takes 304ms 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
www.taylorstitch.com takes 268ms 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
70% of www.taylorstitch.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 239ms 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.gorgias.chat takes 224ms 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.cookiebot.com takes 214ms 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
63% of consent.cookiebot.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
analytics.tiktok.com takes 203ms 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
51% 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
71% of static-tracking.klaviyo.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
54% of cdn.9gtb.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
88% of cdn1.stamped.io'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