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.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
334 ms
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.
2.73 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.87 s
Page Load Progression
FPage Weight BudgetAction10.9 MB transferred, 294 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
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
DJS Execution CostAction2599ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.taylorstitch.com/ | 551ms | 186ms | 32ms | 3rd |
| Unattributable | 479ms | 13ms | 0ms | 3rd |
| https://www.taylorstitch.com/cdn/shop/t/12/assets/taylor-stitch.script.plugins-defer.min.js?v=38227121491110952171772474202 | 333ms | 68ms | 12ms | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 257ms | 240ms | 7ms | 3rd |
| https://consent.cookiebot.com/uc.js?cbid=d2437d93-e98e-49ff-aee4-a51dc787a63e&implementation=gtm&consentmode-dataredaction=dynamic&georegions=%7B%27region%27%3A%27AT%2C%20BE%2C%20BG%2C%20HR%2C%20CY%2C%20CZ%2C%20DK%2C%20EE%2C%20FI%2C%20FR%2C%20DE%2C%20GR%2C%20HU%2C%20IE%2C%20IT%2C%20LV%2C%20LT%2C%20LU%2C%20MT%2C%20NL%2C%20PL%2C%20PT%2C%20RO%2C%20SK%2C%20SI%2C%20ES%2C%20SE%2C%20GB%27%2C%27cbid%27%3A%2780a9d7f2-1fae-4eeb-ab8b-67fad7abb672%27%7D | 191ms | 108ms | 2ms | 3rd |
| https://cdn-swell-assets.yotpo.com/app.v1.0.368.js | 155ms | 83ms | 60ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PWKDH5F | 147ms | 112ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-E125EVMR4R&cx=c>m=4e6461 | 110ms | 97ms | 12ms | 3rd |
| https://www.taylorstitch.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 102ms | 89ms | 4ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js | 83ms | 66ms | 15ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction155 scripts, 617 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn-swell-assets.yotpo.com/app.v1.0.368.js | 192 KB | 154 KB (80%) | ✓ | 3rd |
| 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 | 47 KB (65%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 93 KB | 41 KB (45%) | ✓ | 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 OptimizationAction69 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 Loading7 fonts (187 KB)PASS
Web fonts
7
187 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 Waterfall294 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 | 551ms | 206 KB | — | €3/mo | Costly |
Unattributable Unattributable | Other | 479ms | 0 KB | — | €3/mo | Costly |
www.taylorstitch.com www.taylorstitch.com | Other | 333ms | 73 KB | 65% | €2/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 257ms | 93 KB | 45% | €1/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 191ms | 36 KB | 63% | €1/mo | Optional |
cdn-swell-assets.yotpo.com cdn-swell-assets.yotpo.com | Other | 155ms | 192 KB | 80% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 147ms | 172 KB | 33% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 110ms | 168 KB | 40% | €1/mo | Optional |
www.taylorstitch.com www.taylorstitch.com | Other | 102ms | 61 KB | 43% | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 83ms | 110 KB | 51% | €0/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 78ms | 38 KB | — | €0/mo | Optional |
www.taylorstitch.com www.taylorstitch.com | Other | 62ms | 21 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 52ms | 144 KB | 44% | €0/mo | Optional |
These scripts may cost more than they're worth
- www.taylorstitch.com adds 551ms and costs ~€3/month
- Unattributable adds 479ms and costs ~€3/month
- www.taylorstitch.com adds 333ms and costs ~€2/month
- assets.gorgias.chat adds 257ms 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 551ms 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 479ms 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 333ms 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
65% 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
assets.gorgias.chat takes 257ms 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
80% of cdn-swell-assets.yotpo.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
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