Skip to content
https://nutrimuscle.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
5
REVIEW
1
PASS
6
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

74
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
84
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

931 ms
1.9 s
2.8 s
3.7 s
4.7 s
5.6 s
6.5 s
7.4 s
Checks
14
6 PASS 1 REVIEW 5 FIX
F
Page Weight Budget
Action
6.8 MB transferred, 445 requests
FIX
6.8 MB transferred, 445 requests
Critical::
Page weighs 17.0 MB (6.8 MB transferred)
Warning::
JavaScript is 2.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.8 MB
Warning::
Images are 2.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.3 MB
Info::
Fonts are 443 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 443 KB
Warning::
445 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.8 MB / 2.4 MB budget
6.8 MB transferred
445 requests
1.4 g CO2 per page load
JavaScript 2.8 MiB 41%
Images 2.3 MiB 34%
Other 981.8 KiB 14%
Fonts 442.6 KiB 6%
CSS 105.3 KiB 2%
Other 95.0 KiB 1%
HTML 87.9 KiB 1%
Other 29.4 KiB 0%
Other 7.1 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (6.8 MiB of 6.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
3563ms total JS execution
FIX
3563ms total JS execution
Warning::
Unattributable: 829ms CPU time
Warning::
https://es.nutrimuscle.com/?shpxid=7425605f-2691-4...: 589ms CPU time
Warning::
https://es.nutrimuscle.com/cdn/shop/t/59/assets/bu...: 317ms CPU time
Warning::
https://es.nutrimuscle.com/cdn/wpm/b0e8c7c7aw41bd7...: 251ms CPU time
Info::
https://wisepops.net/loader.js?v=2&h=qY9HMDuzbJ: 202ms CPU time
Warning::
Third-party scripts: 3563ms (100% of total)

Main Thread Breakdown

Script Evaluation 55% Other 23% Style & Layout 12% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
Unattributable829ms155ms0ms3rd
https://es.nutrimuscle.com/?shpxid=7425605f-2691-41a4-9f33-4a280d3a4217589ms61ms12ms3rd
https://es.nutrimuscle.com/cdn/shop/t/59/assets/bundle.theme.js?v=100706698426218933961775562414317ms76ms5ms3rd
https://es.nutrimuscle.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js251ms211ms6ms3rd
https://wisepops.net/loader.js?v=2&h=qY9HMDuzbJ202ms160ms6ms3rd
https://t.contentsquare.net/uxa/6f2b763a3f85e.js139ms125ms10ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P9K2SD7122ms107ms11ms3rd
https://es.nutrimuscle.com/cdn/shop/t/59/assets/bundle.ax-search.js?v=83685032301967071301775562349120ms95ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-R4JW57JMV9&cx=c&gtm=4e6461116ms96ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-1040244031112ms86ms8ms3rd

Showing top 10 of 20 scripts

F
JS Bundles
Action
225 scripts, 951 KB unused
FIX
225 scripts, 951 KB unused
Warning::
https://cdn.shopify.com/extensions/019d672b-e7b5-7...: 202 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-104...: 105 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-R4JW...: 66 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://t.contentsquare.net/uxa/6f2b763a3f85e.js: 63 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-P9K...: 59 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 951 KB
951 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.shopify.com/extensions/019d672b-e7b5-7f1f-b84d-49a7eade0c6f/dialog-ai-sales-assistant-337/assets/index.js343 KB202 KB (59%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1040244031&cx=c&gtm=4e6461144 KB105 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=G-R4JW57JMV9&cx=c&gtm=4e6461168 KB66 KB (39%)3rd
https://t.contentsquare.net/uxa/6f2b763a3f85e.js117 KB63 KB (54%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P9K2SD7182 KB59 KB (37%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js110 KB59 KB (54%)3rd
https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/customerHubRoot.9df36a18827128bf4b93.js74 KB57 KB (78%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1040244031144 KB53 KB (37%)3rd
https://cdn.cookielaw.org/scripttemplates/6.18.0/otBannerSdk.js84 KB35 KB (42%)3rd
https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/Render.f778b94f6021eec68929.js52 KB34 KB (67%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age0Cache for 0 seconds
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
post-check0
pre-check0
B
Image Optimization
43 images, 0 KB saveable
REVIEW
43 images, 0 KB saveable
Warning::
https://d3k81ch9hvuctc.cloudfront.net/company/T9ar... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
43 images 2.3 MB
0 oversized -0 KB
12 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
12 fonts (443 KB)
PASS
12 fonts (443 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

443 KB total

Render-blocking

0

of 12

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.6 s LCP 1.9 shttps://es.nutrimuscle.com/cdn/shop/t/59/assets/Gustavo-Bold-v2.woff2?v=11367059822607580731718703800Gustavo-Bold-v2.woff2 https://es.nutrimuscle.com/cdn/shop/t/59/assets/Gustavo-Bold-v2.woff2?v=11367059822607580731718703800 — 24.9 KiB — 0 ms — font-display: swaphttps://es.nutrimuscle.com/cdn/shop/t/59/assets/Gustavo-Bold-Italic-v2.woff2?v=10978130997350214701718703799Gustavo-Bold-Italic-v2.... https://es.nutrimuscle.com/cdn/shop/t/59/assets/Gustavo-Bold-Italic-v2.woff2?v=10978130997350214701718703799 — 26.7 KiB — 0 ms — font-display: swaphttps://es.nutrimuscle.com/cdn/shop/t/59/assets/Gustavo-Regular-v2.woff2?v=113796469666170399591718703802Gustavo-Regular-v2.woff2 https://es.nutrimuscle.com/cdn/shop/t/59/assets/Gustavo-Regular-v2.woff2?v=113796469666170399591718703802 — 25.3 KiB — 0 ms — font-display: swaphttps://es.nutrimuscle.com/cdn/shop/t/59/assets/Gustavo-Italic-v2.woff2?v=121701588900638514331718703800Gustavo-Italic-v2.woff2 https://es.nutrimuscle.com/cdn/shop/t/59/assets/Gustavo-Italic-v2.woff2?v=121701588900638514331718703800 — 27.2 KiB — 0 ms — font-display: swaphttps://es.nutrimuscle.com/cdn/fonts/dm_sans/dmsans_n4.ec80bd4dd7e1a334c969c265873491ae56018d72.woff2dmsans_n4.ec80bd4dd7e1a... https://es.nutrimuscle.com/cdn/fonts/dm_sans/dmsans_n4.ec80bd4dd7e1a334c969c265873491ae56018d72.woff2 — 25.6 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2rP2Hp2ywxg089UriCZOIHTW... https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2 — 61.1 KiB — 0 ms — font-display: swapdata:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 1.6 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/dmsans/v17/rP2Fp2ywxg089UriCZa4Hz-DJF4e8A.woff2rP2Fp2ywxg089UriCZa4Hz-... https://fonts.gstatic.com/s/dmsans/v17/rP2Fp2ywxg089UriCZa4Hz-DJF4e8A.woff2 — 74.4 KiB — 0 ms — font-display: swaphttps://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2GTStandard-MRegular.woff2 https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2 — 63.1 KiB — 0 ms — font-display: swaphttps://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.9 KiB — 0 ms — font-display: swaphttps://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 0 ms — font-display: swap
Gustavo-Bold-v2.woff2 woff2 swap
Size 25 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Gustavo-Bold-Italic-v2.... woff2 swap
Size 27 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Gustavo-Regular-v2.woff2 woff2 swap
Size 25 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Gustavo-Italic-v2.woff2 woff2 swap
Size 27 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
dmsans_n4.ec80bd4dd7e1a... woff2 swap
Size 26 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
rP2Hp2ywxg089UriCZOIHTW... woff2 swap
Size 61 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
font-woff;charset=utf-8... woff swap
Size 2 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
rP2Fp2ywxg089UriCZa4Hz-... woff2 swap
Size 74 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
GTStandard-MRegular.woff2 woff2 swap
Size 63 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
445 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 3563ms · 1587KB · €19/mo
Unattributable
Other
Costly
Execution 829ms
Transfer 0 KB
Monthly Cost €4/mo
es.nutrimuscle.com
Other
Costly
Execution 589ms
Transfer 67 KB
Monthly Cost €3/mo
es.nutrimuscle.com
Other
Costly
Execution 317ms
Transfer 41 KB
Unused 59%
Monthly Cost €2/mo
es.nutrimuscle.com
Other
Costly
Execution 251ms
Transfer 61 KB
Unused 43%
Monthly Cost €1/mo
wisepops.net
Other
Costly
Execution 202ms
Transfer 24 KB
Monthly Cost €1/mo
t.contentsquare.net
Other
Optional
Execution 139ms
Transfer 117 KB
Unused 54%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 122ms
Transfer 182 KB
Unused 37%
Monthly Cost €1/mo
es.nutrimuscle.com
Other
Optional
Execution 120ms
Transfer 7 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 116ms
Transfer 168 KB
Unused 39%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 112ms
Transfer 144 KB
Unused 37%
Monthly Cost €1/mo
static.klaviyo.com
Other
Optional
Execution 108ms
Transfer 10 KB
Monthly Cost €1/mo
cdn.shopify.com
Other
Optional
Execution 102ms
Transfer 343 KB
Unused 59%
Monthly Cost €1/mo
Microsoft Clarity
Session Replay
Optional
Execution 99ms
Transfer 26 KB
Monthly Cost €1/mo
es.nutrimuscle.com
Other
Optional
Execution 95ms
Transfer 6 KB
Monthly Cost €0/mo
OneTrust
Consent
Essential
Execution 68ms
Transfer 84 KB
Unused 42%
Monthly Cost €0/mo
cdn-widgetsrepository.yotpo.com
Other
Optional
Execution 67ms
Transfer 107 KB
Monthly Cost €0/mo
analytics.tiktok.com
Other
Optional
Execution 61ms
Transfer 110 KB
Unused 54%
Monthly Cost €0/mo
static.klaviyo.com
Other
Optional
Execution 60ms
Transfer 23 KB
Monthly Cost €0/mo
es.nutrimuscle.com
Other
Optional
Execution 55ms
Transfer 21 KB
Monthly Cost €0/mo
cdn.shopify.com
Other
Optional
Execution 50ms
Transfer 46 KB
Unused 48%
Monthly Cost €0/mo

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback