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.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
158 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.95 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.
6.94 s
Page Load Progression
FPage Weight BudgetAction6.8 MB transferred, 445 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 CostAction3563ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 829ms | 155ms | 0ms | 3rd |
| https://es.nutrimuscle.com/?shpxid=7425605f-2691-41a4-9f33-4a280d3a4217 | 589ms | 61ms | 12ms | 3rd |
| https://es.nutrimuscle.com/cdn/shop/t/59/assets/bundle.theme.js?v=100706698426218933961775562414 | 317ms | 76ms | 5ms | 3rd |
| https://es.nutrimuscle.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 251ms | 211ms | 6ms | 3rd |
| https://wisepops.net/loader.js?v=2&h=qY9HMDuzbJ | 202ms | 160ms | 6ms | 3rd |
| https://t.contentsquare.net/uxa/6f2b763a3f85e.js | 139ms | 125ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P9K2SD7 | 122ms | 107ms | 11ms | 3rd |
| https://es.nutrimuscle.com/cdn/shop/t/59/assets/bundle.ax-search.js?v=83685032301967071301775562349 | 120ms | 95ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-R4JW57JMV9&cx=c>m=4e6461 | 116ms | 96ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1040244031 | 112ms | 86ms | 8ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction225 scripts, 951 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.shopify.com/extensions/019d672b-e7b5-7f1f-b84d-49a7eade0c6f/dialog-ai-sales-assistant-337/assets/index.js | 343 KB | 202 KB (59%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1040244031&cx=c>m=4e6461 | 144 KB | 105 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-R4JW57JMV9&cx=c>m=4e6461 | 168 KB | 66 KB (39%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/6f2b763a3f85e.js | 117 KB | 63 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P9K2SD7 | 182 KB | 59 KB (37%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js | 110 KB | 59 KB (54%) | ✓ | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/customerHubRoot.9df36a18827128bf4b93.js | 74 KB | 57 KB (78%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1040244031 | 144 KB | 53 KB (37%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/6.18.0/otBannerSdk.js | 84 KB | 35 KB (42%) | ✓ | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/Render.f778b94f6021eec68929.js | 52 KB | 34 KB (67%) | ✓ | 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 Optimization43 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading12 fonts (443 KB)PASS
Web fonts
12
443 KB total
Render-blocking
0
of 12
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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)
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 Waterfall445 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 | 829ms | 0 KB | — | €4/mo | Costly |
es.nutrimuscle.com es.nutrimuscle.com | Other | 589ms | 67 KB | — | €3/mo | Costly |
es.nutrimuscle.com es.nutrimuscle.com | Other | 317ms | 41 KB | 59% | €2/mo | Costly |
es.nutrimuscle.com es.nutrimuscle.com | Other | 251ms | 61 KB | 43% | €1/mo | Costly |
wisepops.net wisepops.net | Other | 202ms | 24 KB | — | €1/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 139ms | 117 KB | 54% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 122ms | 182 KB | 37% | €1/mo | Optional |
es.nutrimuscle.com es.nutrimuscle.com | Other | 120ms | 7 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 116ms | 168 KB | 39% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 112ms | 144 KB | 37% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 108ms | 10 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 102ms | 343 KB | 59% | €1/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 99ms | 26 KB | — | €1/mo | Optional |
es.nutrimuscle.com es.nutrimuscle.com | Other | 95ms | 6 KB | — | €0/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 68ms | 84 KB | 42% | €0/mo | Essential |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 67ms | 107 KB | — | €0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 61ms | 110 KB | 54% | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 60ms | 23 KB | — | €0/mo | Optional |
es.nutrimuscle.com es.nutrimuscle.com | Other | 55ms | 21 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 50ms | 46 KB | 48% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 829ms and costs ~€4/month
- es.nutrimuscle.com adds 589ms and costs ~€3/month
- es.nutrimuscle.com adds 317ms and costs ~€2/month
- es.nutrimuscle.com adds 251ms and costs ~€1/month
- wisepops.net adds 202ms 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 829ms 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
es.nutrimuscle.com takes 589ms 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
es.nutrimuscle.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
59% of es.nutrimuscle.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
es.nutrimuscle.com takes 251ms 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
wisepops.net takes 202ms 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
54% of t.contentsquare.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
59% 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
54% 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