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.
11.55 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
13.18 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.088
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
26.17 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.
58.54 s
Page Load Progression
FPage Weight BudgetAction17.8 MB transferred, 729 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
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
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 ImpactAction72% third-party, 0 ms blockingFIX
FJS Execution CostAction53309ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.brooklinen.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js | 6915ms | 4465ms | 27ms | 1st |
| Unattributable | 6263ms | 946ms | 0ms | 3rd |
| https://t.contentsquare.net/uxa/ea6942bbd7cb0.js | 4326ms | 3575ms | 65ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4410/assets/ProductModal-166a90f8.js | 3774ms | 2642ms | 3ms | 1st |
| https://www.brooklinen.com/ | 3323ms | 557ms | 353ms | 1st |
| https://rapid-cdn.yottaa.com/rapid/lib/cTNGTFD40YMBwA.js | 3155ms | 2907ms | 26ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4410/assets/brooklinen-theme.js?v=169145595473704288901775232910 | 3076ms | 2283ms | 1ms | 1st |
| https://www.brooklinen.com/cdn/shop/t/4410/assets/splide.esm-688b6f4b.js | 2423ms | 355ms | 0ms | 1st |
| https://cdn.dynamicyield.com/api/8768435/api_static.js | 2182ms | 1479ms | 76ms | 3rd |
| https://cdn.us.heap-api.com/v5/heapjs-static/5.3.10/core/heap.js | 1910ms | 1818ms | 43ms | 3rd |
Showing top 10 of 65 scripts
FJS BundlesAction237 scripts, 1.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://sdk.postscript.io/sdk.bundle.js?shopId=1664 | 202 KB | 143 KB (71%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-973522331 | 136 KB | 101 KB (74%) | ✓ | 3rd |
| https://cdn.dynamicyield.com/api/8768435/api_static.js | 158 KB | 91 KB (58%) | ✓ | 3rd |
| https://2b36d2a1092a.cdn4.forter.com/sn/2b36d2a1092a/script.js | 215 KB | 89 KB (42%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 67 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-80JGCF4NMJ&cx=c>m=4e6411 | 172 KB | 64 KB (37%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202508.1.0/otBannerSdk.js | 120 KB | 63 KB (52%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/ea6942bbd7cb0.js | 132 KB | 59 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-11096279&cx=c>m=4e6411 | 129 KB | 58 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N3WBV32 | 176 KB | 57 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization119 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (329 KB)PASS
Web fonts
9
329 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~17 KB and ~34 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints26 hints, 0 missing preconnectsPASS
Current Resource Hints
26 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall729 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 | 6263ms | 0 KB | — | €33/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 4326ms | 132 KB | 45% | €23/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 3155ms | 45 KB | 61% | €17/mo | Costly |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 2182ms | 158 KB | 58% | €12/mo | Costly |
cdn.us.heap-api.com cdn.us.heap-api.com | Other | 1910ms | 81 KB | 41% | €10/mo | Costly |
static-resources.botnot.io static-resources.botnot.io | Other | 1159ms | 46 KB | — | €6/mo | Costly |
2b36d2a1092a.cdn4.forter.com 2b36d2a1092a.cdn4.forter.com | Other | 958ms | 215 KB | 42% | €5/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 928ms | 1 KB | 60% | €5/mo | Costly |
st.dynamicyield.com st.dynamicyield.com | Other | 893ms | 5 KB | — | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 860ms | 176 KB | 32% | €5/mo | Costly |
sdk-metrics.postscript.io sdk-metrics.postscript.io | Other | 673ms | 69 KB | 29% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 644ms | 142 KB | 40% | €3/mo | Costly |
sdk.postscript.io sdk.postscript.io | Other | 596ms | 202 KB | 71% | €3/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 579ms | 19 KB | — | €3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 561ms | 120 KB | 52% | €3/mo | Essential |
d38xvr37kwwhcm.cloudfront.net d38xvr37kwwhcm.cloudfront.net | Other | 476ms | 16 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 467ms | 172 KB | 37% | €2/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 438ms | 110 KB | 50% | €2/mo | Costly |
brooklinen2.myshopify.com brooklinen2.myshopify.com | Other | 359ms | 1 KB | — | €2/mo | Costly |
accounts.google.com accounts.google.com | Other | 345ms | 93 KB | 72% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 339ms | 129 KB | 45% | €2/mo | Costly |
sc-static.net sc-static.net | Other | 338ms | 25 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 326ms | 136 KB | 40% | €2/mo | Costly |
px.mountain.com px.mountain.com | Other | 267ms | 1 KB | — | €1/mo | Costly |
dx.mountain.com dx.mountain.com | Other | 208ms | 7 KB | — | €1/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 200ms | 1 KB | 81% | €1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 196ms | 28 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 191ms | 95 KB | 34% | €1/mo | Optional |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 185ms | 61 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 184ms | 37 KB | — | €1/mo | Optional |
cdn.gladly.com cdn.gladly.com | Other | 181ms | 44 KB | 53% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 159ms | 49 KB | 49% | €1/mo | Optional |
b-code.liadm.com b-code.liadm.com | Other | 144ms | 47 KB | — | €1/mo | Optional |
load.fomo.com load.fomo.com | Other | 139ms | 27 KB | — | €1/mo | Optional |
chat.siena.cx chat.siena.cx | Other | 128ms | 21 KB | — | €1/mo | Optional |
js.afterpay.com js.afterpay.com | Other | 125ms | 74 KB | 43% | €1/mo | Optional |
(program):2 (program):2 | Other | 118ms | 0 KB | — | €1/mo | Optional |
j.northbeam.io j.northbeam.io | Other | 97ms | 33 KB | — | €1/mo | Optional |
d.impactradius-event.com d.impactradius-event.com | Other | 96ms | 20 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 83ms | 12 KB | — | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 80ms | 57 KB | — | €0/mo | Optional |
cdn.shoppinggives.com cdn.shoppinggives.com | Other | 79ms | 73 KB | 56% | €0/mo | Optional |
raof9iiu.micpn.com raof9iiu.micpn.com | Other | 78ms | 16 KB | — | €0/mo | Optional |
tags.srv.stackadapt.com tags.srv.stackadapt.com | Other | 71ms | 8 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 70ms | 136 KB | 74% | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 65ms | 13 KB | — | €0/mo | Optional |
cdn.pdst.fm cdn.pdst.fm | Other | 60ms | 10 KB | — | €0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 60ms | 40 KB | — | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 59ms | 15 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 6263ms and costs ~€33/month
- t.contentsquare.net adds 4326ms and costs ~€23/month
- rapid-cdn.yottaa.com adds 3155ms and costs ~€17/month
- cdn.dynamicyield.com adds 2182ms and costs ~€12/month
- cdn.us.heap-api.com adds 1910ms and costs ~€10/month
- static-resources.botnot.io adds 1159ms and costs ~€6/month
- 2b36d2a1092a.cdn4.forter.com adds 958ms and costs ~€5/month
- cdn.shopify.com adds 928ms and costs ~€5/month
- st.dynamicyield.com adds 893ms and costs ~€5/month
- Google Tag Manager adds 860ms and costs ~€5/month
- sdk-metrics.postscript.io adds 673ms and costs ~€4/month
- Google Tag Manager adds 644ms and costs ~€3/month
- sdk.postscript.io adds 596ms and costs ~€3/month
- www.redditstatic.com adds 579ms and costs ~€3/month
- d38xvr37kwwhcm.cloudfront.net adds 476ms and costs ~€3/month
- Google Tag Manager adds 467ms and costs ~€2/month
- analytics.tiktok.com adds 438ms and costs ~€2/month
- brooklinen2.myshopify.com adds 359ms and costs ~€2/month
- accounts.google.com adds 345ms and costs ~€2/month
- Google Tag Manager adds 339ms and costs ~€2/month
- sc-static.net adds 338ms and costs ~€2/month
- Google Tag Manager adds 326ms and costs ~€2/month
- px.mountain.com adds 267ms and costs ~€1/month
- dx.mountain.com adds 208ms and costs ~€1/month
60% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 6263ms 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
t.contentsquare.net takes 4326ms 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
rapid-cdn.yottaa.com takes 3155ms 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
61% of rapid-cdn.yottaa.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
cdn.dynamicyield.com takes 2182ms 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
58% of cdn.dynamicyield.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
cdn.us.heap-api.com takes 1910ms 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-resources.botnot.io takes 1159ms 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
2b36d2a1092a.cdn4.forter.com takes 958ms 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 928ms 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
60% 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
st.dynamicyield.com takes 893ms 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 860ms 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
sdk-metrics.postscript.io takes 673ms 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 644ms 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
sdk.postscript.io takes 596ms 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
71% of sdk.postscript.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
www.redditstatic.com takes 579ms 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
52% of OneTrust'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
d38xvr37kwwhcm.cloudfront.net takes 476ms 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 467ms 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 438ms 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
brooklinen2.myshopify.com takes 359ms 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
accounts.google.com takes 345ms 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
72% of accounts.google.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 339ms 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
sc-static.net takes 338ms 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 326ms 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
px.mountain.com takes 267ms 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
dx.mountain.com takes 208ms 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
81% 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
53% of cdn.gladly.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
56% of cdn.shoppinggives.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
74% of Google Tag Manager'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