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.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
164 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.70 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.
5.45 s
Page Load Progression
FPage Weight BudgetAction5.1 MB transferred, 312 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 CostAction5649ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.netflix.shop/en-es | 2358ms | 42ms | 27ms | 3rd |
| https://www.netflix.shop/cdn/shop/t/558/assets/app.min.js?v=127012901239467904281774362635 | 1203ms | 270ms | 10ms | 3rd |
| Unattributable | 510ms | 34ms | 0ms | 3rd |
| https://cdn.shopify.com/extensions/019d6725-fee7-7c7f-a0d0-e4dbfff476c9/wiser-ai-upsell-cross-sell-1829/assets/wiser_2.0.js | 307ms | 146ms | 23ms | 3rd |
| https://cdn.shopify.com/extensions/019d59a1-02f7-7559-bd14-8ff7eaf3ebe2/rivo-loyalty-rewards-referrals-760/assets/ba_rivo_profile.js | 179ms | 145ms | 7ms | 3rd |
| https://www.netflix.shop/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 163ms | 81ms | 6ms | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~in_app_forms~signup_forms~reviews~atlas.0201e888d834a3782e3a.js?cb=2 | 135ms | 89ms | 1ms | 3rd |
| https://script.crazyegg.com/pages/versioned/tracking-scripts/82e5ba57b94e70a81483b8547f7ad7b0.js | 128ms | 125ms | 2ms | 3rd |
| https://static.ada.support/embed2.84129bb.js | 113ms | 88ms | 22ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PGNJKX8 | 98ms | 75ms | 13ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction203 scripts, 623 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.shopify.com/extensions/019d4452-a688-7f62-a580-35eb5d108d70/fast-bundle-product-bundles-78/assets/main.min.js | 192 KB | 96 KB (50%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d6725-fee7-7c7f-a0d0-e4dbfff476c9/wiser-ai-upsell-cross-sell-1829/assets/wiser_2.0.js | 156 KB | 87 KB (56%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 94 KB | 67 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PGNJKX8 | 174 KB | 67 KB (38%) | ✓ | 3rd |
| https://d3hw6dc1ow8pp2.cloudfront.net/reviewsWidget.min.js?shop=ntflx-en-us-main-001.myshopify.com | 87 KB | 56 KB (65%) | ✓ | 3rd |
| https://www.netflix.shop/cdn/shop/t/558/assets/app.min.js?v=127012901239467904281774362635 | 87 KB | 48 KB (56%) | ✓ | 3rd |
| https://static.ada.support/embed2.84129bb.js | 65 KB | 38 KB (59%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d4452-a688-7f62-a580-35eb5d108d70/fast-bundle-product-bundles-78/assets/vendor.js | 62 KB | 35 KB (58%) | ✓ | 3rd |
| https://cdn.customily.com/shopify/static/customily.shopify.script.js?shop=ntflx-en-us-main-001.myshopify.com | 48 KB | 32 KB (67%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d59a1-02f7-7559-bd14-8ff7eaf3ebe2/rivo-loyalty-rewards-referrals-760/assets/ba_rivo_profile.js | 63 KB | 27 KB (43%) | ✓ | 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 |
CImage OptimizationAction26 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (394 KB)PASS
Web fonts
8
394 KB total
Render-blocking
0
of 8
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 Waterfall312 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 |
|---|---|---|---|---|---|---|
www.netflix.shop www.netflix.shop | Other | 2358ms | 85 KB | — | €12/mo | Costly |
www.netflix.shop www.netflix.shop | Other | 1203ms | 87 KB | 56% | €6/mo | Costly |
Unattributable Unattributable | Other | 510ms | 0 KB | — | €3/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 307ms | 156 KB | 56% | €2/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 179ms | 63 KB | 43% | €1/mo | Optional |
www.netflix.shop www.netflix.shop | Other | 163ms | 61 KB | 43% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 135ms | 10 KB | — | €1/mo | Optional |
script.crazyegg.com script.crazyegg.com | Other | 128ms | 22 KB | — | €1/mo | Optional |
static.ada.support static.ada.support | Other | 113ms | 65 KB | 59% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 98ms | 174 KB | 38% | €1/mo | Optional |
www.netflix.shop www.netflix.shop | Other | 83ms | 31 KB | — | €0/mo | Optional |
script.crazyegg.com script.crazyegg.com | Other | 81ms | 51 KB | 47% | €0/mo | Optional |
d3hw6dc1ow8pp2.cloudfront.net d3hw6dc1ow8pp2.cloudfront.net | Other | 64ms | 87 KB | 65% | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 62ms | 23 KB | — | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 61ms | 52 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 52ms | 192 KB | 50% | €0/mo | Optional |
www.netflix.shop www.netflix.shop | Other | 51ms | 1 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.netflix.shop adds 2358ms and costs ~€12/month
- www.netflix.shop adds 1203ms and costs ~€6/month
- Unattributable adds 510ms and costs ~€3/month
- cdn.shopify.com adds 307ms and costs ~€2/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
www.netflix.shop takes 2358ms 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.netflix.shop takes 1203ms 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
56% of www.netflix.shop'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
Unattributable takes 510ms 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 307ms 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
56% 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
59% of static.ada.support'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
65% of d3hw6dc1ow8pp2.cloudfront.net'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
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