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.
4.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.63 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.28 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.186
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.61 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.
30.83 s
Page Load Progression
FPage Weight BudgetAction6.2 MB transferred, 423 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 CostAction13406ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2308ms | 280ms | 0ms | 3rd |
| https://es.nutrimuscle.com/?shpxid=8ee1b50c-83f4-49e4-b18b-83b26add04e6 | 1663ms | 195ms | 40ms | 3rd |
| https://es.nutrimuscle.com/cdn/shop/t/59/assets/bundle.theme.js?v=100706698426218933961775562414 | 1446ms | 381ms | 16ms | 3rd |
| https://es.nutrimuscle.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 806ms | 698ms | 17ms | 3rd |
| https://cdn.shopify.com/extensions/019d672b-e7b5-7f1f-b84d-49a7eade0c6f/dialog-ai-sales-assistant-337/assets/index.js | 665ms | 525ms | 6ms | 3rd |
| https://es.nutrimuscle.com/cdn/shop/t/59/assets/bundle.ax-search.js?v=83685032301967071301775562349 | 643ms | 555ms | 5ms | 3rd |
| https://t.contentsquare.net/uxa/6f2b763a3f85e.js | 621ms | 548ms | 41ms | 3rd |
| https://wisepops.net/loader.js?v=2&h=qY9HMDuzbJ | 544ms | 385ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-R4JW57JMV9&cx=c>m=4e6461 | 441ms | 367ms | 62ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P9K2SD7 | 371ms | 310ms | 50ms | 3rd |
Showing top 10 of 38 scripts
FJS BundlesAction225 scripts, 923 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/gtm.js?id=GTM-P9K2SD7 | 182 KB | 67 KB (37%) | ✓ | 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://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://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/Render.f778b94f6021eec68929.js | 52 KB | 35 KB (67%) | ✓ | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~customerHubRoot.1da5a2cc19d915ed2305.js | 43 KB | 34 KB (79%) | ✓ | 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading13 fonts (419 KB)PASS
Web fonts
13
419 KB total
Render-blocking
0
of 13
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 Hints11 hints, 0 missing preconnectsPASS
Current Resource Hints
11 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 Waterfall423 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 | 2308ms | 0 KB | — | €12/mo | Costly |
es.nutrimuscle.com es.nutrimuscle.com | Other | 1663ms | 67 KB | — | €9/mo | Costly |
es.nutrimuscle.com es.nutrimuscle.com | Other | 1446ms | 41 KB | 58% | €8/mo | Costly |
es.nutrimuscle.com es.nutrimuscle.com | Other | 806ms | 61 KB | 43% | €4/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 665ms | 343 KB | 59% | €4/mo | Costly |
es.nutrimuscle.com es.nutrimuscle.com | Other | 643ms | 7 KB | — | €3/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 621ms | 117 KB | 54% | €3/mo | Costly |
wisepops.net wisepops.net | Other | 544ms | 24 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 441ms | 168 KB | 39% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 371ms | 182 KB | 37% | €2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 336ms | 26 KB | — | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 327ms | 10 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 289ms | 144 KB | 37% | €2/mo | Costly |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 287ms | 107 KB | — | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 229ms | 23 KB | — | €1/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 209ms | 45 KB | 47% | €1/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 180ms | 110 KB | 54% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 159ms | 95 KB | 35% | €1/mo | Optional |
es.nutrimuscle.com es.nutrimuscle.com | Other | 157ms | 21 KB | — | €1/mo | Optional |
connect.nosto.com connect.nosto.com | Other | 141ms | 48 KB | 62% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 137ms | 74 KB | 78% | €1/mo | Optional |
nutrimuscle.my.join-stories.com nutrimuscle.my.join-stories.com | Other | 119ms | 12 KB | — | €1/mo | Optional |
sc-static.net sc-static.net | Other | 117ms | 25 KB | — | €1/mo | Optional |
es.nutrimuscle.com es.nutrimuscle.com | Other | 112ms | 31 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 105ms | 10 KB | — | €1/mo | Optional |
wisepops.net wisepops.net | Other | 98ms | 31 KB | — | €1/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 97ms | 52 KB | 67% | €1/mo | Optional |
es.nutrimuscle.com es.nutrimuscle.com | Other | 92ms | 3 KB | — | €0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 91ms | 37 KB | — | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 87ms | 15 KB | — | €0/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 83ms | 21 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 77ms | 4 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 73ms | 8 KB | — | €0/mo | Optional |
es.nutrimuscle.com es.nutrimuscle.com | Other | 67ms | 7 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 65ms | 144 KB | 73% | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 58ms | 22 KB | — | €0/mo | Optional |
files.webyn.ai files.webyn.ai | Other | 54ms | 14 KB | — | €0/mo | Optional |
es.nutrimuscle.com es.nutrimuscle.com | Other | 50ms | 3 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2308ms and costs ~€12/month
- es.nutrimuscle.com adds 1663ms and costs ~€9/month
- es.nutrimuscle.com adds 1446ms and costs ~€8/month
- es.nutrimuscle.com adds 806ms and costs ~€4/month
- cdn.shopify.com adds 665ms and costs ~€4/month
- es.nutrimuscle.com adds 643ms and costs ~€3/month
- t.contentsquare.net adds 621ms and costs ~€3/month
- wisepops.net adds 544ms and costs ~€3/month
- Google Tag Manager adds 441ms and costs ~€2/month
- Google Tag Manager adds 371ms and costs ~€2/month
- Microsoft Clarity adds 336ms and costs ~€2/month
- static.klaviyo.com adds 327ms and costs ~€2/month
- Google Tag Manager adds 289ms and costs ~€2/month
- cdn-widgetsrepository.yotpo.com adds 287ms and costs ~€2/month
- static.klaviyo.com adds 229ms and costs ~€1/month
- cdn.shopify.com adds 209ms 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 2308ms 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 1663ms 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 1446ms 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 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 806ms 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 665ms 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 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
es.nutrimuscle.com takes 643ms 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
t.contentsquare.net takes 621ms 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
wisepops.net takes 544ms 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 441ms 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 371ms 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
Microsoft Clarity takes 336ms 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 289ms 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-widgetsrepository.yotpo.com takes 287ms 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 229ms 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 209ms 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 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
62% of connect.nosto.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
78% 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
67% 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
73% of Google Tag Manager'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