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.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.56 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.070
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.24 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.
12.14 s
Page Load Progression
FPage Weight BudgetAction18.0 MB transferred, 727 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 ImpactAction71% third-party, 0 ms blockingFIX
FJS Execution CostAction13223ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.brooklinen.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js | 1740ms | 1131ms | 6ms | 1st |
| Unattributable | 1681ms | 168ms | 0ms | 3rd |
| https://t.contentsquare.net/uxa/ea6942bbd7cb0.js | 1375ms | 1170ms | 31ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4410/assets/ProductModal-166a90f8.js | 1063ms | 727ms | 1ms | 1st |
| https://rapid-cdn.yottaa.com/rapid/lib/cTNGTFD40YMBwA.js | 1054ms | 956ms | 6ms | 3rd |
| https://www.brooklinen.com/ | 903ms | 143ms | 111ms | 1st |
| https://cdn.dynamicyield.com/api/8768435/api_static.js | 762ms | 546ms | 19ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4410/assets/brooklinen-theme.js?v=169145595473704288901775232910 | 664ms | 486ms | 0ms | 1st |
| https://www.brooklinen.com/cdn/shop/t/4410/assets/splide.esm-688b6f4b.js | 577ms | 137ms | 0ms | 1st |
| https://cdn.us.heap-api.com/v5/heapjs-static/5.3.10/core/heap.js | 474ms | 455ms | 10ms | 3rd |
Showing top 10 of 29 scripts
FJS BundlesAction235 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&cx=c>m=4e6411 | 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 Optimization117 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 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 Waterfall727 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 | 1681ms | 0 KB | — | €9/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 1375ms | 132 KB | 45% | €7/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 1054ms | 45 KB | 61% | €6/mo | Costly |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 762ms | 158 KB | 58% | €4/mo | Costly |
cdn.us.heap-api.com cdn.us.heap-api.com | Other | 474ms | 81 KB | 41% | €3/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 324ms | 1 KB | 60% | €2/mo | Costly |
static-resources.botnot.io static-resources.botnot.io | Other | 320ms | 46 KB | — | €2/mo | Costly |
st.dynamicyield.com st.dynamicyield.com | Other | 291ms | 5 KB | — | €2/mo | Costly |
2b36d2a1092a.cdn4.forter.com 2b36d2a1092a.cdn4.forter.com | Other | 252ms | 215 KB | 42% | €1/mo | Costly |
sdk-metrics.postscript.io sdk-metrics.postscript.io | Other | 214ms | 69 KB | 29% | €1/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 183ms | 19 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 182ms | 142 KB | 40% | €1/mo | Optional |
sdk.postscript.io sdk.postscript.io | Other | 152ms | 202 KB | 71% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 123ms | 172 KB | 37% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 116ms | 129 KB | 45% | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 113ms | 110 KB | 51% | €1/mo | Optional |
d38xvr37kwwhcm.cloudfront.net d38xvr37kwwhcm.cloudfront.net | Other | 113ms | 16 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 109ms | 120 KB | 52% | €1/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 88ms | 136 KB | 40% | €0/mo | Optional |
brooklinen2.myshopify.com brooklinen2.myshopify.com | Other | 82ms | 1 KB | — | €0/mo | Optional |
sc-static.net sc-static.net | Other | 69ms | 25 KB | — | €0/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 52ms | 27 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1681ms and costs ~€9/month
- t.contentsquare.net adds 1375ms and costs ~€7/month
- rapid-cdn.yottaa.com adds 1054ms and costs ~€6/month
- cdn.dynamicyield.com adds 762ms and costs ~€4/month
- cdn.us.heap-api.com adds 474ms and costs ~€3/month
- cdn.shopify.com adds 324ms and costs ~€2/month
- static-resources.botnot.io adds 320ms and costs ~€2/month
- st.dynamicyield.com adds 291ms and costs ~€2/month
- 2b36d2a1092a.cdn4.forter.com adds 252ms and costs ~€1/month
- sdk-metrics.postscript.io adds 214ms and costs ~€1/month
61% 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 1681ms 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 1375ms 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 1054ms 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 762ms 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 474ms 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 324ms 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
static-resources.botnot.io takes 320ms 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
st.dynamicyield.com takes 291ms 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 252ms 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 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
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
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
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