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.
5.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.01 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.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.
26.44 s
Page Load Progression
FPage Weight BudgetAction3.9 MB transferred, 296 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
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 CostAction21474ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.netflix.shop/en-es | 10195ms | 118ms | 90ms | 3rd |
| https://www.netflix.shop/cdn/shop/t/558/assets/app.min.js?v=127012901239467904281774362635 | 3872ms | 676ms | 35ms | 3rd |
| Unattributable | 1629ms | 113ms | 0ms | 3rd |
| https://cdn.shopify.com/extensions/019d6725-fee7-7c7f-a0d0-e4dbfff476c9/wiser-ai-upsell-cross-sell-1829/assets/wiser_2.0.js | 993ms | 390ms | 60ms | 3rd |
| https://cdn.shopify.com/extensions/019d59a1-02f7-7559-bd14-8ff7eaf3ebe2/rivo-loyalty-rewards-referrals-760/assets/ba_rivo_profile.js | 572ms | 458ms | 28ms | 3rd |
| https://script.crazyegg.com/pages/versioned/tracking-scripts/82e5ba57b94e70a81483b8547f7ad7b0.js | 487ms | 445ms | 6ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PGNJKX8 | 333ms | 251ms | 50ms | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~in_app_forms~signup_forms~reviews~atlas.0201e888d834a3782e3a.js?cb=2 | 331ms | 205ms | 3ms | 3rd |
| https://www.netflix.shop/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 320ms | 171ms | 22ms | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/fa37f361d63404d4cc11b194e70c4ff0.js | 285ms | 205ms | 14ms | 3rd |
Showing top 10 of 28 scripts
FJS BundlesAction197 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 | 93 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 OptimizationAction24 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.
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
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (293 KB)PASS
Web fonts
6
293 KB total
Render-blocking
0
of 6
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 Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 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 Waterfall296 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 | 10195ms | 85 KB | — | €54/mo | Costly |
www.netflix.shop www.netflix.shop | Other | 3872ms | 87 KB | 56% | €21/mo | Costly |
Unattributable Unattributable | Other | 1629ms | 0 KB | — | €9/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 993ms | 156 KB | 56% | €5/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 572ms | 63 KB | 43% | €3/mo | Costly |
script.crazyegg.com script.crazyegg.com | Other | 487ms | 22 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 333ms | 174 KB | 38% | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 331ms | 10 KB | — | €2/mo | Costly |
www.netflix.shop www.netflix.shop | Other | 320ms | 61 KB | 42% | €2/mo | Costly |
script.crazyegg.com script.crazyegg.com | Other | 285ms | 51 KB | 47% | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 256ms | 23 KB | — | €1/mo | Costly |
www.netflix.shop www.netflix.shop | Other | 226ms | 31 KB | — | €1/mo | Costly |
static.ada.support static.ada.support | Other | 222ms | 65 KB | 59% | €1/mo | Costly |
www.netflix.shop www.netflix.shop | Other | 213ms | 1 KB | — | €1/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 193ms | 192 KB | 50% | €1/mo | Optional |
www.netflix.shop www.netflix.shop | Other | 165ms | 21 KB | — | €1/mo | Optional |
www.netflix.shop www.netflix.shop | Other | 151ms | 4 KB | — | €1/mo | Optional |
cdn.customily.com cdn.customily.com | Other | 151ms | 48 KB | 67% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 143ms | 52 KB | — | €1/mo | Optional |
d3hw6dc1ow8pp2.cloudfront.net d3hw6dc1ow8pp2.cloudfront.net | Other | 129ms | 87 KB | 65% | €1/mo | Optional |
www.netflix.shop www.netflix.shop | Other | 124ms | 2 KB | — | €1/mo | Optional |
www.netflix.shop www.netflix.shop | Other | 103ms | 28 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 78ms | 8 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 66ms | 6 KB | — | €0/mo | Optional |
code.jquery.com code.jquery.com | Other | 63ms | 29 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 63ms | 8 KB | — | €0/mo | Optional |
a.klaviyo.com a.klaviyo.com | Other | 58ms | 33 KB | 64% | €0/mo | Optional |
www.netflix.shop www.netflix.shop | Other | 55ms | 23 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.netflix.shop adds 10195ms and costs ~€54/month
- www.netflix.shop adds 3872ms and costs ~€21/month
- Unattributable adds 1629ms and costs ~€9/month
- cdn.shopify.com adds 993ms and costs ~€5/month
- cdn.shopify.com adds 572ms and costs ~€3/month
- script.crazyegg.com adds 487ms and costs ~€3/month
- Google Tag Manager adds 333ms and costs ~€2/month
- static.klaviyo.com adds 331ms and costs ~€2/month
- www.netflix.shop adds 320ms and costs ~€2/month
- script.crazyegg.com adds 285ms and costs ~€2/month
- static.klaviyo.com adds 256ms and costs ~€1/month
- www.netflix.shop adds 226ms and costs ~€1/month
- static.ada.support adds 222ms and costs ~€1/month
- www.netflix.shop adds 213ms 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
www.netflix.shop takes 10195ms 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 3872ms 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 1629ms 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 993ms 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
cdn.shopify.com takes 572ms 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
script.crazyegg.com takes 487ms 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 333ms 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.klaviyo.com takes 331ms 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 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
script.crazyegg.com takes 285ms 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.klaviyo.com takes 256ms 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 226ms 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.ada.support 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
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
www.netflix.shop takes 213ms 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
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
67% of cdn.customily.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
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
64% of a.klaviyo.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