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.
6.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.45 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.476
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.34 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.
22.73 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 150 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
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 CostAction32053ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://eu.patagonia.com/on/demandware.static/Sites-patagonia-eu-Site/-/en_GB/v1775066992435/js/main-modern.js | 11941ms | 2663ms | 5ms | 3rd |
| https://eu.patagonia.com/gb/en/home/ | 4557ms | 57ms | 37ms | 3rd |
| https://rapid-cdn.yottaa.com/rapid/lib/WxitjJbVt8BvmQ.js | 3176ms | 2972ms | 39ms | 3rd |
| Unattributable | 2619ms | 39ms | 0ms | 3rd |
| https://eu.patagonia.com/on/demandware.static/Sites-patagonia-eu-Site/-/en_GB/v1775066992435/js/chunks/main-3821.4d99ee9dccd452128caf-modern.js | 1175ms | 716ms | 15ms | 3rd |
| https://matterhorn.eu.patagonia.com/gtm.js?id=GTM-PWM6SX32 | 1140ms | 914ms | 116ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202503.2.0/otBannerSdk.js | 974ms | 795ms | 88ms | 3rd |
| https://cdn.cquotient.com/js/v2/gretel.min.js | 909ms | 806ms | 14ms | 3rd |
| https://eu.patagonia.com/on/demandware.static/Sites-patagonia-eu-Site/-/en_GB/v1775066992435/js/chunks/main-core-modern.js | 564ms | 550ms | 4ms | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-f6f00cac0c842ff6b918911ae9159db809c1b007/1011.fa12d00c7a08724d2839.js | 559ms | 509ms | 8ms | 3rd |
Showing top 10 of 26 scripts
FJS BundlesAction63 scripts, 663 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://eu.patagonia.com/on/demandware.static/Sites-patagonia-eu-Site/-/en_GB/v1775066992435/js/main-modern.js | 177 KB | 110 KB (62%) | ✓ | 3rd |
| https://eu.patagonia.com/on/demandware.static/Sites-patagonia-eu-Site/-/en_GB/v1775066992435/js/chunks/main-core-modern.js | 119 KB | 70 KB (59%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1001361803&cx=c>m=4e6411&sign=e36cee5a8345017b180c5ab5ac07484ba00b84abad35335f8c94d5bc18584626_20260404 | 142 KB | 63 KB (45%) | ✓ | 3rd |
| https://matterhorn.eu.patagonia.com/gtag/js?id=G-7BM4Z0QBKP&cx=c>m=4e6411&sign=e36cee5a8345017b180c5ab5ac07484ba00b84abad35335f8c94d5bc18584626_20260404 | 173 KB | 63 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9730640&cx=c>m=4e6411&sign=e36cee5a8345017b180c5ab5ac07484ba00b84abad35335f8c94d5bc18584626_20260404 | 125 KB | 62 KB (50%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202503.2.0/otBannerSdk.js | 117 KB | 62 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9547369&cx=c>m=4e6411&sign=e36cee5a8345017b180c5ab5ac07484ba00b84abad35335f8c94d5bc18584626_20260404 | 130 KB | 60 KB (46%) | ✓ | 3rd |
| https://matterhorn.eu.patagonia.com/gtm.js?id=GTM-PWM6SX32 | 182 KB | 58 KB (32%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-427880931&cx=c>m=4e6411&sign=e36cee5a8345017b180c5ab5ac07484ba00b84abad35335f8c94d5bc18584626_20260404 | 147 KB | 54 KB (37%) | ✓ | 3rd |
| https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-f6f00cac0c842ff6b918911ae9159db809c1b007/Render.12bfc6d3a0a9b939b8c4.js | 52 KB | 37 KB (71%) | ✓ | 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
max-age=0, no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
CImage OptimizationAction31 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (166 KB)PASS
Web fonts
7
166 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~82 KB and ~164 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall150 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 |
|---|---|---|---|---|---|---|
eu.patagonia.com eu.patagonia.com | Other | 11941ms | 177 KB | 62% | $159/mo | Costly |
eu.patagonia.com eu.patagonia.com | Other | 4557ms | 53 KB | — | $60/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 3176ms | 45 KB | 58% | $42/mo | Costly |
Unattributable Unattributable | Other | 2619ms | 0 KB | — | $35/mo | Costly |
eu.patagonia.com eu.patagonia.com | Other | 1175ms | 24 KB | — | $16/mo | Costly |
matterhorn.eu.patagonia.com matterhorn.eu.patagonia.com | Other | 1140ms | 182 KB | 32% | $15/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 974ms | 117 KB | 53% | $13/mo | Essential |
cdn.cquotient.com cdn.cquotient.com | Other | 909ms | 21 KB | — | $12/mo | Costly |
eu.patagonia.com eu.patagonia.com | Other | 564ms | 119 KB | 59% | $7/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 559ms | 8 KB | — | $7/mo | Costly |
eu.patagonia.com eu.patagonia.com | Other | 556ms | 15 KB | — | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 553ms | 147 KB | 37% | $7/mo | Costly |
try.abtasty.com try.abtasty.com | Other | 486ms | 52 KB | — | $6/mo | Costly |
matterhorn.eu.patagonia.com matterhorn.eu.patagonia.com | Other | 429ms | 173 KB | 37% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 410ms | 142 KB | 45% | $5/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 365ms | 23 KB | — | $5/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 327ms | 10 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 279ms | 130 KB | 46% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 267ms | 125 KB | 50% | $4/mo | Costly |
try.abtasty.com try.abtasty.com | Other | 228ms | 8 KB | — | $3/mo | Costly |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 222ms | 52 KB | 71% | $3/mo | Costly |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 76ms | 3 KB | — | $1/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 75ms | 7 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 65ms | 9 KB | — | $1/mo | Essential |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 51ms | 14 KB | — | $1/mo | Optional |
eu.patagonia.com eu.patagonia.com | Other | 51ms | 8 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- eu.patagonia.com adds 11941ms and costs ~$159/month
- eu.patagonia.com adds 4557ms and costs ~$60/month
- rapid-cdn.yottaa.com adds 3176ms and costs ~$42/month
- Unattributable adds 2619ms and costs ~$35/month
- eu.patagonia.com adds 1175ms and costs ~$16/month
- matterhorn.eu.patagonia.com adds 1140ms and costs ~$15/month
- cdn.cquotient.com adds 909ms and costs ~$12/month
- eu.patagonia.com adds 564ms and costs ~$7/month
- static.klaviyo.com adds 559ms and costs ~$7/month
- eu.patagonia.com adds 556ms and costs ~$7/month
- Google Tag Manager adds 553ms and costs ~$7/month
- try.abtasty.com adds 486ms and costs ~$6/month
- matterhorn.eu.patagonia.com adds 429ms and costs ~$6/month
- Google Tag Manager adds 410ms and costs ~$5/month
- static.klaviyo.com adds 365ms and costs ~$5/month
- static.klaviyo.com adds 327ms and costs ~$4/month
- Google Tag Manager adds 279ms and costs ~$4/month
- Google Tag Manager adds 267ms and costs ~$4/month
- try.abtasty.com adds 228ms and costs ~$3/month
- static-tracking.klaviyo.com adds 222ms and costs ~$3/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
eu.patagonia.com takes 11941ms 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
62% of eu.patagonia.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
eu.patagonia.com takes 4557ms 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 3176ms 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 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
Unattributable takes 2619ms 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
eu.patagonia.com takes 1175ms 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
matterhorn.eu.patagonia.com takes 1140ms 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
53% 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
cdn.cquotient.com takes 909ms 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
eu.patagonia.com takes 564ms 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 eu.patagonia.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.klaviyo.com takes 559ms 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
eu.patagonia.com takes 556ms 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 553ms 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
try.abtasty.com takes 486ms 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
matterhorn.eu.patagonia.com takes 429ms 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 410ms 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 365ms 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 327ms 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 279ms 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 267ms 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
try.abtasty.com takes 228ms 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-tracking.klaviyo.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
71% of static-tracking.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