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.
728 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
138 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.
4.08 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.
6.16 s
Page Load Progression
FPage Weight BudgetAction7.2 MB transferred, 241 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
DJS Execution CostAction2285ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 553ms | 91ms | 0ms | 3rd |
| https://www.silkandwillow.com/ | 458ms | 67ms | 9ms | 3rd |
| https://cdn.shopify.com/extensions/019d65e0-8476-7f65-8c25-affba06862c6/region-restrictions-318/assets/ip-blocker-embed.min.js | 351ms | 73ms | 1ms | 3rd |
| https://cdn.shopify.com/extensions/019d49a1-9f25-7d05-a7f4-303cfe84faba/infinite-color-search-by-hoppn-391/assets/ics.js | 293ms | 208ms | 21ms | 3rd |
| https://www.silkandwillow.com/cdn/s/trekkie.storefront.e683ac02f599017ff9915d0144977db42ea1653f.min.js | 163ms | 151ms | 3ms | 3rd |
| https://www.silkandwillow.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 122ms | 95ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-RDMZVKHJ9D | 114ms | 94ms | 19ms | 3rd |
| https://cdn.shopify.com/extensions/019d49a1-9f25-7d05-a7f4-303cfe84faba/infinite-color-search-by-hoppn-391/assets/color-wheel.js | 63ms | 13ms | 50ms | 3rd |
| https://loox.io/widget/V1-QKkkDrj/loox.1634594915036.js?shop=silkandwillow.myshopify.com | 59ms | 38ms | 14ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 56ms | 30ms | 25ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction125 scripts, 605 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 (35%) | ✓ | 3rd |
| https://www.silkandwillow.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 61 KB | 23 KB (39%) | ✓ | 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/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js | 1 KB | — | ✓ | 3rd |
| https://static.klaviyo.com/onsite/js/KbRfTA/klaviyo.js?company_id=KbRfTA | 3 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 Optimization37 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (158 KB)PASS
Web fonts
6
158 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 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 Waterfall241 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 | 553ms | 0 KB | — | €6/mo | Costly |
www.silkandwillow.com www.silkandwillow.com | Other | 458ms | 44 KB | — | €5/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 351ms | 0 KB | — | €4/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 293ms | 275 KB | 50% | €3/mo | Costly |
www.silkandwillow.com www.silkandwillow.com | Other | 163ms | 28 KB | — | €2/mo | Optional |
www.silkandwillow.com www.silkandwillow.com | Other | 122ms | 61 KB | 39% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 114ms | 161 KB | 40% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 63ms | 229 KB | 78% | €1/mo | Optional |
loox.io loox.io | Other | 59ms | 34 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 56ms | 95 KB | 35% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 52ms | 23 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 553ms and costs ~€6/month
- www.silkandwillow.com adds 458ms and costs ~€5/month
- cdn.shopify.com adds 351ms and costs ~€4/month
- cdn.shopify.com adds 293ms and costs ~€3/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 553ms 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 458ms 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 351ms 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 293ms 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
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