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.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
486 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.73 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.00 s
Page Load Progression
FPage Weight BudgetAction3.7 MB transferred, 153 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
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 CostAction7613ms 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 | 2776ms | 626ms | 1ms | 3rd |
| https://eu.patagonia.com/gb/en/home/ | 936ms | 13ms | 9ms | 3rd |
| https://rapid-cdn.yottaa.com/rapid/lib/WxitjJbVt8BvmQ.js | 774ms | 738ms | 9ms | 3rd |
| Unattributable | 636ms | 9ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202503.2.0/otBannerSdk.js | 340ms | 258ms | 26ms | 3rd |
| https://eu.patagonia.com/on/demandware.static/Sites-patagonia-eu-Site/-/en_GB/v1775066992435/js/chunks/main-3821.4d99ee9dccd452128caf-modern.js | 317ms | 221ms | 4ms | 3rd |
| https://matterhorn.eu.patagonia.com/gtm.js?id=GTM-PWM6SX32 | 308ms | 231ms | 28ms | 3rd |
| https://cdn.cquotient.com/js/v2/gretel.min.js | 239ms | 212ms | 4ms | 3rd |
| https://matterhorn.eu.patagonia.com/gtag/js?id=G-7BM4Z0QBKP&cx=c>m=4e6411&sign=d67eb852b6814b04a63a8d19e207a145792a8f796c2fc8523094efde25909092_20260404 | 168ms | 96ms | 23ms | 3rd |
| https://eu.patagonia.com/on/demandware.static/Sites-patagonia-eu-Site/-/en_GB/v1775066992435/js/chunks/main-core-modern.js | 166ms | 163ms | 1ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction63 scripts, 638 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 | 109 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=d67eb852b6814b04a63a8d19e207a145792a8f796c2fc8523094efde25909092_20260404 | 142 KB | 64 KB (45%) | ✓ | 3rd |
| https://matterhorn.eu.patagonia.com/gtag/js?id=G-7BM4Z0QBKP&cx=c>m=4e6411&sign=d67eb852b6814b04a63a8d19e207a145792a8f796c2fc8523094efde25909092_20260404 | 173 KB | 63 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9730640&cx=c>m=4e6411&sign=d67eb852b6814b04a63a8d19e207a145792a8f796c2fc8523094efde25909092_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=d67eb852b6814b04a63a8d19e207a145792a8f796c2fc8523094efde25909092_20260404 | 130 KB | 60 KB (47%) | ✓ | 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=d67eb852b6814b04a63a8d19e207a145792a8f796c2fc8523094efde25909092_20260404 | 147 KB | 54 KB (37%) | ✓ | 3rd |
| https://static.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 OptimizationAction34 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 Waterfall153 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 | 2776ms | 177 KB | 62% | $37/mo | Costly |
eu.patagonia.com eu.patagonia.com | Other | 936ms | 53 KB | — | $12/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 774ms | 45 KB | — | $10/mo | Costly |
Unattributable Unattributable | Other | 636ms | 0 KB | — | $8/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 340ms | 117 KB | 53% | $5/mo | Essential |
eu.patagonia.com eu.patagonia.com | Other | 317ms | 24 KB | — | $4/mo | Costly |
matterhorn.eu.patagonia.com matterhorn.eu.patagonia.com | Other | 308ms | 182 KB | 32% | $4/mo | Costly |
cdn.cquotient.com cdn.cquotient.com | Other | 239ms | 21 KB | — | $3/mo | Costly |
matterhorn.eu.patagonia.com matterhorn.eu.patagonia.com | Other | 168ms | 173 KB | 37% | $2/mo | Optional |
eu.patagonia.com eu.patagonia.com | Other | 166ms | 119 KB | 59% | $2/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 147ms | 2 KB | — | $2/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 140ms | 52 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 109ms | 130 KB | 47% | $1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 104ms | 23 KB | — | $1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 100ms | 11 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 87ms | 147 KB | 37% | $1/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 76ms | 8 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 72ms | 142 KB | 45% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 65ms | 125 KB | 50% | $1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 52ms | 52 KB | 71% | $1/mo | Optional |
These scripts may cost more than they're worth
- eu.patagonia.com adds 2776ms and costs ~$37/month
- eu.patagonia.com adds 936ms and costs ~$12/month
- rapid-cdn.yottaa.com adds 774ms and costs ~$10/month
- Unattributable adds 636ms and costs ~$8/month
- eu.patagonia.com adds 317ms and costs ~$4/month
- matterhorn.eu.patagonia.com adds 308ms and costs ~$4/month
- cdn.cquotient.com adds 239ms 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 2776ms 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 936ms 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 774ms 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
Unattributable takes 636ms 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
eu.patagonia.com takes 317ms 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 308ms 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.cquotient.com 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
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
71% of static.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