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.
10.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.33 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.165
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
24.09 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.
55.87 s
Page Load Progression
FPage Weight BudgetAction26.4 MB transferred, 722 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 CostAction40300ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 5806ms | 565ms | 0ms | 3rd |
| https://www.brooklinen.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 3789ms | 2184ms | 19ms | 3rd |
| https://t.contentsquare.net/uxa/ea6942bbd7cb0.js | 3479ms | 3063ms | 45ms | 3rd |
| https://www.brooklinen.com/ | 2972ms | 531ms | 350ms | 3rd |
| https://cdn.dynamicyield.com/api/8768435/api_static.js | 2786ms | 1841ms | 51ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4417/assets/ProductModal-166a90f8.js | 2446ms | 1648ms | 2ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4417/assets/splide.esm-688b6f4b.js | 2353ms | 453ms | 0ms | 3rd |
| https://www.brooklinen.com/cdn/shop/t/4417/assets/brooklinen-theme.js?v=169145595473704288901775593102 | 2199ms | 1322ms | 1ms | 3rd |
| https://rapid-cdn.yottaa.com/rapid/lib/cTNGTFD40YMBwA.js | 1974ms | 1690ms | 21ms | 3rd |
| https://cdn.us.heap-api.com/v5/heapjs-static/5.3.10/core/heap.js | 1088ms | 990ms | 28ms | 3rd |
Showing top 10 of 55 scripts
FJS BundlesAction229 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&cx=c>m=4e6461h1 | 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 Optimization133 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 Hints29 hints, 0 missing preconnectsPASS
Current Resource Hints
29 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 Waterfall722 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 | 5806ms | 0 KB | — | €31/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 3789ms | 61 KB | 39% | €20/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 3479ms | 132 KB | 45% | €18/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 2972ms | 108 KB | — | €16/mo | Costly |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 2786ms | 158 KB | 58% | €15/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 2446ms | 129 KB | 42% | €13/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 2353ms | 14 KB | — | €12/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 2199ms | 41 KB | 55% | €12/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 1974ms | 45 KB | 61% | €10/mo | Costly |
cdn.us.heap-api.com cdn.us.heap-api.com | Other | 1088ms | 82 KB | 41% | €6/mo | Costly |
st.dynamicyield.com st.dynamicyield.com | Other | 913ms | 6 KB | — | €5/mo | Costly |
static-resources.botnot.io static-resources.botnot.io | Other | 894ms | 50 KB | — | €5/mo | Costly |
2b36d2a1092a.cdn4.forter.com 2b36d2a1092a.cdn4.forter.com | Other | 852ms | 215 KB | 42% | €5/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 770ms | 19 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 766ms | 177 KB | 33% | €4/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 749ms | 1 KB | 60% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 558ms | 143 KB | 40% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 534ms | 173 KB | 37% | €3/mo | Costly |
sdk.postscript.io sdk.postscript.io | Other | 476ms | 202 KB | 72% | €3/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 349ms | 31 KB | — | €2/mo | Costly |
d38xvr37kwwhcm.cloudfront.net d38xvr37kwwhcm.cloudfront.net | Other | 332ms | 16 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 271ms | 130 KB | 46% | €1/mo | Costly |
sc-static.net sc-static.net | Other | 239ms | 25 KB | — | €1/mo | Costly |
brooklinen2.myshopify.com brooklinen2.myshopify.com | Other | 233ms | 1 KB | — | €1/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 222ms | 28 KB | — | €1/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 201ms | 110 KB | 51% | €1/mo | Costly |
www.brooklinen.com www.brooklinen.com | Other | 186ms | 21 KB | — | €1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 183ms | 28 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 171ms | 95 KB | 34% | €1/mo | Optional |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 158ms | 65 KB | — | €1/mo | Optional |
www.brooklinen.com www.brooklinen.com | Other | 156ms | 4 KB | — | €1/mo | Optional |
(program):2 (program):2 | Other | 143ms | 0 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 140ms | 1 KB | 81% | €1/mo | Optional |
cdn.gladly.com cdn.gladly.com | Other | 129ms | 44 KB | 53% | €1/mo | Optional |
b-code.liadm.com b-code.liadm.com | Other | 122ms | 45 KB | — | €1/mo | Optional |
js.afterpay.com js.afterpay.com | Other | 114ms | 74 KB | 43% | €1/mo | Optional |
px.mountain.com px.mountain.com | Other | 113ms | 1 KB | — | €1/mo | Optional |
www.brooklinen.com www.brooklinen.com | Other | 108ms | 26 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 107ms | 49 KB | 49% | €1/mo | Optional |
dx.mountain.com dx.mountain.com | Other | 100ms | 7 KB | — | €1/mo | Optional |
gs.mountain.com gs.mountain.com | Other | 96ms | 0 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 95ms | 37 KB | — | €1/mo | Optional |
www.brooklinen.com www.brooklinen.com | Other | 93ms | 4 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 92ms | 137 KB | 40% | €0/mo | Optional |
d.impactradius-event.com d.impactradius-event.com | Other | 85ms | 20 KB | — | €0/mo | Optional |
www.brooklinen.com www.brooklinen.com | Other | 83ms | 23 KB | — | €0/mo | Optional |
cdn.shoppinggives.com cdn.shoppinggives.com | Other | 80ms | 73 KB | 56% | €0/mo | Optional |
chat.siena.cx chat.siena.cx | Other | 78ms | 20 KB | — | €0/mo | Optional |
accounts.google.com accounts.google.com | Other | 78ms | 93 KB | 72% | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 73ms | 57 KB | — | €0/mo | Optional |
www.brooklinen.com www.brooklinen.com | Other | 57ms | 5 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 55ms | 137 KB | 75% | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 52ms | 12 KB | — | €0/mo | Optional |
j.northbeam.io j.northbeam.io | Other | 51ms | 33 KB | — | €0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 50ms | 40 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 5806ms and costs ~€31/month
- www.brooklinen.com adds 3789ms and costs ~€20/month
- t.contentsquare.net adds 3479ms and costs ~€18/month
- www.brooklinen.com adds 2972ms and costs ~€16/month
- cdn.dynamicyield.com adds 2786ms and costs ~€15/month
- www.brooklinen.com adds 2446ms and costs ~€13/month
- www.brooklinen.com adds 2353ms and costs ~€12/month
- www.brooklinen.com adds 2199ms and costs ~€12/month
- rapid-cdn.yottaa.com adds 1974ms and costs ~€10/month
- cdn.us.heap-api.com adds 1088ms and costs ~€6/month
- st.dynamicyield.com adds 913ms and costs ~€5/month
- static-resources.botnot.io adds 894ms and costs ~€5/month
- 2b36d2a1092a.cdn4.forter.com adds 852ms and costs ~€5/month
- www.redditstatic.com adds 770ms and costs ~€4/month
- Google Tag Manager adds 766ms and costs ~€4/month
- cdn.shopify.com adds 749ms and costs ~€4/month
- Google Tag Manager adds 558ms and costs ~€3/month
- Google Tag Manager adds 534ms and costs ~€3/month
- sdk.postscript.io adds 476ms and costs ~€3/month
- www.brooklinen.com adds 349ms and costs ~€2/month
- d38xvr37kwwhcm.cloudfront.net adds 332ms and costs ~€2/month
- Google Tag Manager adds 271ms and costs ~€1/month
- sc-static.net adds 239ms and costs ~€1/month
- brooklinen2.myshopify.com adds 233ms and costs ~€1/month
- www.brooklinen.com adds 222ms and costs ~€1/month
- analytics.tiktok.com adds 201ms 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 5806ms 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 3789ms 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 3479ms 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 2972ms 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 2786ms 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 2446ms 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 2353ms 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 2199ms 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
rapid-cdn.yottaa.com takes 1974ms 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 1088ms 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 913ms 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 894ms 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 852ms 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.redditstatic.com takes 770ms 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 766ms 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 749ms 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
Google Tag Manager takes 558ms 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 534ms 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 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
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
www.brooklinen.com takes 349ms 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
d38xvr37kwwhcm.cloudfront.net 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
Google Tag Manager takes 271ms 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 239ms 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 233ms 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 222ms 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 201ms 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
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
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
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
75% 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