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.
7.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.35 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
24.09 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.
24.57 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 431 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
FJS Execution CostAction20061ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 4222ms | 1233ms | 0ms | 3rd |
| https://imgs.signifyd.com/gZJJ8FkxpHLYjjAU?a00b1c6f64e579e7=S-u4OJ7g62BwUCoHHHtUvsjb-zRXEItuE9bp0cJHN92WSk4qiBUxcMa0Ub0uY3EVA_PmqlQDSVpeoxJL-lob8f60Gp2u2jz_SM8YkhB9l6mkYxi_GO_quS2ZAjRn0gaER00s6O6ZSGVLXbTsrpNmcUVtUyKhk5c8NOi5Yy6l4ldvgObmMrg6kpkmZxZFNCN1&jb=3e352c2662796d7f354e6b6e77782e68716d3f4b6e66706f61662f32383b332c627160753f4360706d6f672c6a716f75357678756d2c68796a3f4168706f65672730323b3434 | 3796ms | 2237ms | 44ms | 3rd |
| https://hudabeauty.com/en-es | 2270ms | 385ms | 37ms | 1st |
| https://dashboard.heatmap.com/preprocessor.min.js?sid=5260 | 1894ms | 1652ms | 41ms | 3rd |
| https://hudabeauty.com/cdn/shop/t/159/assets/global.js?v=67744480310524412441775576472 | 1404ms | 243ms | 6ms | 1st |
| https://cdn-scripts.signifyd.com/o/lite.js?sessionId=hWNAmOfO8g3QGUIgrFSKtBVD&ping=false&profile=true&pageURL=https%253A%252F%252Fhudabeauty.com%252Fen-es | 1276ms | 1121ms | 11ms | 3rd |
| https://hudabeauty.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 754ms | 644ms | 18ms | 1st |
| https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_e645891259bb60090bde423588e192e6.br.js | 651ms | 570ms | 49ms | 3rd |
| https://static.klaviyo.com/onsite/js/1011.fa12d00c7a08724d2839.js | 399ms | 323ms | 20ms | 3rd |
| https://hudabeauty.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js | 368ms | 366ms | 2ms | 1st |
Showing top 10 of 39 scripts
DJS BundlesAction233 scripts, 341 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn-static.okendo.io/loyalty/js/okendo-loyalty.onsite-0.1.0.1508.js | 160 KB | 132 KB (82%) | ✓ | 3rd |
| https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_e645891259bb60090bde423588e192e6.br.js | 120 KB | 58 KB (49%) | ✓ | 3rd |
| https://js.appboycdn.com/web-sdk/5.4/braze.min.js | 60 KB | 52 KB (87%) | ✓ | 3rd |
| https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/Render.f778b94f6021eec68929.js | 52 KB | 42 KB (82%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 32 KB (34%) | ✓ | 3rd |
| https://hudabeauty.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 60 KB | 24 KB (40%) | ✓ | 1st |
| https://hudabeauty.com/web-pixels/strict/app/web-pixel-2102886678@b4794efed556f308ac34691629bfad11.js | 2 KB | — | ✓ | 1st |
| https://hudabeauty.com/cdn/wpm/s0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 26 KB | — | ✓ | 1st |
| https://hudabeauty.com/cdn/shop/t/159/assets/product-card-swatches.js?v=46754686725236498871775576474 | 4 KB | — | ✓ | 1st |
| https://hudabeauty.com/cdn/shop/t/159/assets/constants.js?v=153985136988801810511775576472 | 1 KB | — | ✓ | 1st |
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 Optimization32 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
AThird-Party Impact36% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading13 fonts (443 KB)PASS
Web fonts
13
443 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)
Fixing the unchecked items could save ~10 KB and ~20 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
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 Waterfall431 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 | 4222ms | 0 KB | — | $56/mo | Costly |
imgs.signifyd.com imgs.signifyd.com | Other | 3796ms | 60 KB | — | $50/mo | Costly |
dashboard.heatmap.com dashboard.heatmap.com | Other | 1894ms | 43 KB | — | $25/mo | Costly |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 1276ms | 52 KB | — | $17/mo | Costly |
assets.bounceexchange.com assets.bounceexchange.com | Other | 651ms | 120 KB | 49% | $9/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 399ms | 8 KB | — | $5/mo | Costly |
cdn-static.okendo.io cdn-static.okendo.io | Other | 191ms | 10 KB | — | $3/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 178ms | 30 KB | — | $2/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 166ms | 8 KB | — | $2/mo | Optional |
dashboard.heatmap.com dashboard.heatmap.com | Other | 153ms | 19 KB | — | $2/mo | Optional |
cdn-static.okendo.io cdn-static.okendo.io | Other | 142ms | 160 KB | 82% | $2/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 135ms | 23 KB | — | $2/mo | Optional |
cdn-static.okendo.io cdn-static.okendo.io | Other | 129ms | 5 KB | — | $2/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 127ms | 52 KB | 82% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 121ms | 95 KB | 34% | $2/mo | Optional |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 115ms | 2 KB | — | $2/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 115ms | 7 KB | — | $2/mo | Optional |
imgs.signifyd.com imgs.signifyd.com | Other | 100ms | 15 KB | — | $1/mo | Optional |
cdn-static.okendo.io cdn-static.okendo.io | Other | 93ms | 17 KB | — | $1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 86ms | 3 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 79ms | 37 KB | — | $1/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 78ms | 0 KB | — | $1/mo | Optional |
d3hw6dc1ow8pp2.cloudfront.net d3hw6dc1ow8pp2.cloudfront.net | Other | 67ms | 1 KB | — | $1/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 63ms | 6 KB | — | $1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 58ms | 3 KB | — | $1/mo | Optional |
d3hw6dc1ow8pp2.cloudfront.net d3hw6dc1ow8pp2.cloudfront.net | Other | 57ms | 27 KB | — | $1/mo | Optional |
imgs.signifyd.com imgs.signifyd.com | Other | 51ms | 16 KB | — | $1/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 50ms | 50 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 4222ms and costs ~$56/month
- imgs.signifyd.com adds 3796ms and costs ~$50/month
- dashboard.heatmap.com adds 1894ms and costs ~$25/month
- cdn-scripts.signifyd.com adds 1276ms and costs ~$17/month
- assets.bounceexchange.com adds 651ms and costs ~$9/month
- static.klaviyo.com adds 399ms and costs ~$5/month
73% 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 4222ms 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
imgs.signifyd.com takes 3796ms 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
dashboard.heatmap.com takes 1894ms 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-scripts.signifyd.com takes 1276ms 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
assets.bounceexchange.com takes 651ms 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 399ms 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
82% of cdn-static.okendo.io'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
82% 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