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.55 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
979 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.104
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.65 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.
11.89 s
Page Load Progression
FPage Weight BudgetAction26.4 MB transferred, 726 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9112ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1421ms | 127ms | 0ms | 3rd |
| https://t.contentsquare.net/uxa/ea6942bbd7cb0.js | 986ms | 880ms | 16ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4417/assets/ProductModal-166a90f8.js | 652ms | 437ms | 1ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4417/assets/splide.esm-688b6f4b.js | 590ms | 148ms | 0ms | 3rd |
| https://www.brooklinen.com/ | 586ms | 88ms | 69ms | 3rd |
| https://cdn.dynamicyield.com/api/8768435/api_static.js | 571ms | 355ms | 11ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4417/assets/brooklinen-theme.js?v=169145595473704288901775593102 | 540ms | 373ms | 0ms | 3rd |
| https://st.dynamicyield.com/st?sec=8768435&ref=&scriptVersion=2.83.0&inHead=true&id=0&jsession=wxi6xhvtwdo5a0bfoj8gdxidcffytoqp&isSesNew=true&landingUrl=www.brooklinen.com&dyid_server=0&ctx=%7B%22type%22%3A%22HOMEPAGE%22%7D | 469ms | 397ms | 4ms | 3rd |
| https://www.brooklinen.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 457ms | 430ms | 4ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4417/assets/global-functions-77fa5d7f.js | 389ms | 58ms | 0ms | 3rd |
Showing top 10 of 26 scripts
FJS BundlesAction230 scripts, 1.4 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 | 145 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-973522331 | 137 KB | 102 KB (75%) | ✓ | 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=4e6461 | 173 KB | 64 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-11096279&cx=c>m=4e6461 | 130 KB | 59 KB (46%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/ea6942bbd7cb0.js | 132 KB | 59 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N3WBV32 | 177 KB | 58 KB (33%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-930458877 | 143 KB | 58 KB (40%) | ✓ | 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 Optimization132 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (327 KB)PASS
Web fonts
9
327 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 Waterfall726 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 | 1421ms | 0 KB | — | €8/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 986ms | 132 KB | 45% | €5/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 652ms | 129 KB | 42% | €3/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 590ms | 14 KB | — | €3/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 586ms | 108 KB | — | €3/mo | Costly |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 571ms | 158 KB | 58% | €3/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 540ms | 41 KB | 55% | €3/mo | Costly |
st.dynamicyield.com st.dynamicyield.com | Other | 469ms | 6 KB | — | €2/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 457ms | 61 KB | 39% | €2/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 389ms | 5 KB | — | €2/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 332ms | 45 KB | 61% | €2/mo | Costly |
cdn.us.heap-api.com cdn.us.heap-api.com | Other | 296ms | 82 KB | 41% | €2/mo | Costly |
static-resources.botnot.io static-resources.botnot.io | Other | 220ms | 50 KB | — | €1/mo | Costly |
2b36d2a1092a.cdn4.forter.com 2b36d2a1092a.cdn4.forter.com | Other | 216ms | 215 KB | 42% | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 198ms | 143 KB | 40% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 188ms | 1 KB | 60% | €1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 164ms | 19 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 146ms | 177 KB | 33% | €1/mo | Optional |
d38xvr37kwwhcm.cloudfront.net d38xvr37kwwhcm.cloudfront.net | Other | 128ms | 16 KB | — | €1/mo | Optional |
sdk.postscript.io sdk.postscript.io | Other | 109ms | 202 KB | 72% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 108ms | 173 KB | 37% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 84ms | 137 KB | 39% | €0/mo | Optional |
sc-static.net sc-static.net | Other | 74ms | 25 KB | — | €0/mo | Optional |
brooklinen2.myshopify.com brooklinen2.myshopify.com | Other | 68ms | 1 KB | — | €0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 63ms | 110 KB | 51% | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 55ms | 130 KB | 46% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1421ms and costs ~€8/month
- t.contentsquare.net adds 986ms and costs ~€5/month
- www.brooklinen.com adds 652ms and costs ~€3/month
- www.brooklinen.com adds 590ms and costs ~€3/month
- www.brooklinen.com adds 586ms and costs ~€3/month
- cdn.dynamicyield.com adds 571ms and costs ~€3/month
- www.brooklinen.com adds 540ms and costs ~€3/month
- st.dynamicyield.com adds 469ms and costs ~€2/month
- www.brooklinen.com adds 457ms and costs ~€2/month
- www.brooklinen.com adds 389ms and costs ~€2/month
- rapid-cdn.yottaa.com adds 332ms and costs ~€2/month
- cdn.us.heap-api.com adds 296ms and costs ~€2/month
- static-resources.botnot.io adds 220ms and costs ~€1/month
- 2b36d2a1092a.cdn4.forter.com adds 216ms 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
Unattributable takes 1421ms 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 986ms 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.brooklinen.com takes 652ms 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.brooklinen.com takes 590ms 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.brooklinen.com takes 586ms 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.dynamicyield.com takes 571ms 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
www.brooklinen.com takes 540ms 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
55% of www.brooklinen.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 469ms 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.brooklinen.com takes 457ms 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.brooklinen.com takes 389ms 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 332ms 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.us.heap-api.com takes 296ms 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 220ms 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 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
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
72% 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