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.
2.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
720 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.
13.46 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.
33.89 s
Page Load Progression
FPage Weight BudgetAction7.0 MB transferred, 248 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
FJS Execution CostAction7489ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.silkandwillow.com/ | 1710ms | 124ms | 25ms | 3rd |
| Unattributable | 1452ms | 233ms | 0ms | 3rd |
| https://cdn.shopify.com/extensions/019d65e0-8476-7f65-8c25-affba06862c6/region-restrictions-318/assets/ip-blocker-embed.min.js | 1101ms | 190ms | 4ms | 3rd |
| https://cdn.shopify.com/extensions/019d49a1-9f25-7d05-a7f4-303cfe84faba/infinite-color-search-by-hoppn-391/assets/ics.js | 1031ms | 748ms | 79ms | 3rd |
| https://loox.io/widget/V1-QKkkDrj/loox.1634594915036.js?shop=silkandwillow.myshopify.com | 500ms | 335ms | 118ms | 3rd |
| https://www.silkandwillow.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 230ms | 204ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-RDMZVKHJ9D | 216ms | 179ms | 36ms | 3rd |
| https://cdn.shopify.com/extensions/019d49a1-9f25-7d05-a7f4-303cfe84faba/infinite-color-search-by-hoppn-391/assets/color-wheel.js | 178ms | 101ms | 77ms | 3rd |
| https://www.silkandwillow.com/cdn/shop/t/35/assets/main.js?v=150891663519462644191759503178 | 160ms | 44ms | 37ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 113ms | 81ms | 31ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction125 scripts, 604 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.shopify.com/extensions/019d49a1-9f25-7d05-a7f4-303cfe84faba/infinite-color-search-by-hoppn-391/assets/color-wheel.js | 229 KB | 178 KB (78%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/hls.js@latest | 159 KB | 145 KB (91%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d49a1-9f25-7d05-a7f4-303cfe84faba/infinite-color-search-by-hoppn-391/assets/ics.js | 275 KB | 138 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-RDMZVKHJ9D | 161 KB | 65 KB (40%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 33 KB (34%) | ✓ | 3rd |
| https://www.silkandwillow.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 61 KB | 24 KB (40%) | ✓ | 3rd |
| https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js | 33 KB | 22 KB (68%) | ✓ | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~onsite-triggering~.00140035a0ee1bdef5e1.js?cb=2 | 3 KB | — | ✓ | 3rd |
| https://www.silkandwillow.com/cdn/shop/t/35/assets/cart-note.js?v=126131321468449833931759503170 | 1 KB | — | ✓ | 3rd |
| https://shop.app/checkouts/internal/preloads.js?locale=en-ES&shop_id=3007689 | 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
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, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
BImage Optimization45 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (159 KB)PASS
Web fonts
6
159 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 Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 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 Waterfall248 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.silkandwillow.com www.silkandwillow.com | Other | 1710ms | 44 KB | — | €19/mo | Costly |
Unattributable Unattributable | Other | 1452ms | 0 KB | — | €16/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 1101ms | 0 KB | — | €12/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 1031ms | 275 KB | 50% | €11/mo | Costly |
loox.io loox.io | Other | 500ms | 34 KB | — | €5/mo | Costly |
www.silkandwillow.com www.silkandwillow.com | Other | 230ms | 61 KB | 40% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 216ms | 161 KB | 40% | €2/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 178ms | 229 KB | 78% | €2/mo | Optional |
www.silkandwillow.com www.silkandwillow.com | Other | 160ms | 22 KB | — | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 113ms | 95 KB | 34% | €1/mo | Optional |
ajax.googleapis.com ajax.googleapis.com | Other | 107ms | 33 KB | 68% | €1/mo | Optional |
www.silkandwillow.com www.silkandwillow.com | Other | 104ms | 28 KB | — | €1/mo | Optional |
www.silkandwillow.com www.silkandwillow.com | Other | 101ms | 21 KB | — | €1/mo | Optional |
www.silkandwillow.com www.silkandwillow.com | Other | 88ms | 23 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 81ms | 37 KB | — | €1/mo | Optional |
www.silkandwillow.com www.silkandwillow.com | Other | 79ms | 31 KB | — | €1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 69ms | 159 KB | 91% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 64ms | 1 KB | — | €1/mo | Optional |
www.silkandwillow.com www.silkandwillow.com | Other | 54ms | 1 KB | — | €1/mo | Optional |
www.silkandwillow.com www.silkandwillow.com | Other | 51ms | 5 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.silkandwillow.com adds 1710ms and costs ~€19/month
- Unattributable adds 1452ms and costs ~€16/month
- cdn.shopify.com adds 1101ms and costs ~€12/month
- cdn.shopify.com adds 1031ms and costs ~€11/month
- loox.io adds 500ms and costs ~€5/month
- www.silkandwillow.com adds 230ms and costs ~€2/month
- Google Tag Manager adds 216ms 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
www.silkandwillow.com takes 1710ms 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 1452ms 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.shopify.com takes 1101ms 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.shopify.com takes 1031ms 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 cdn.shopify.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
loox.io 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
www.silkandwillow.com takes 230ms 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 216ms 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 cdn.shopify.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
68% of ajax.googleapis.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
91% of jsDelivr'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