Skip to content
https://thebeautychef.com

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
4
REVIEW
2
PASS
8
INFO
2

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

25
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
80
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
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.

10.96 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

36.80 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

6.17 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.014

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

26.68 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.

61.94 s

Page Load Progression

1.6 s
3.2 s
4.7 s
6.3 s
7.9 s
9.5 s
11.1 s
12.6 s
Checks
16
8 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
10.1 MB transferred, 748 requests
FIX
10.1 MB transferred, 748 requests
Critical::
Page weighs 24.7 MB (10.1 MB transferred)
Warning::
JavaScript is 4.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 4.3 MB
Warning::
Images are 2.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.9 MB
Info::
Fonts are 968 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 968 KB
Info::
CSS is 221 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 221 KB
Warning::
748 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.1 g CO2 per page load
10.1 MB / 2.4 MB budget
10.1 MB transferred
748 requests
2.1 g CO2 per page load
JavaScript 4.3 MiB 43%
Images 2.9 MiB 29%
Other 1.3 MiB 13%
Fonts 968.4 KiB 9%
CSS 221.1 KiB 2%
Other 149.6 KiB 1%
HTML 129.4 KiB 1%
Other 86.7 KiB 1%
Other 9.4 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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

F
JS Execution Cost
Action
32392ms total JS execution
FIX
32392ms total JS execution
Warning::
https://thebeautychef.com/cdn/wpm/b0e8c7c7aw41bd75...: 5705ms CPU time
Warning::
https://assets.gorgias.chat/build/static/js/557.6d...: 4837ms CPU time
Warning::
https://thebeautychef.com/cdn/shop/t/590/assets/ap...: 3443ms CPU time
Warning::
Unattributable: 3265ms CPU time
Warning::
https://thebeautychef.com/: 2932ms CPU time
Warning::
Third-party scripts: 16783ms (52% of total)

Main Thread Breakdown

Script Evaluation 67% Other 14% Style & Layout 10% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://thebeautychef.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js5705ms3951ms15ms1st
https://assets.gorgias.chat/build/static/js/557.6de1f9ffeac828e3.js4837ms4496ms8ms3rd
https://thebeautychef.com/cdn/shop/t/590/assets/app.js?v=1457226214773587935717739826683443ms1988ms58ms1st
Unattributable3265ms354ms0ms3rd
https://thebeautychef.com/2932ms772ms37ms1st
https://thebeautychef.com/cdn/shop/t/590/assets/prefixfree.js?v=1154267241587697837717739815211668ms901ms1ms1st
https://thebeautychef.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js1098ms1096ms1ms1st
https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js639ms487ms20ms3rd
https://staticw2.yotpo.com/dHBJV9tmyN5UMKBH9Z1YXAFw0gC6RuXabm049B9G/widget.js?lang=en&v2enforce=true613ms382ms35ms3rd
https://cdn-swell-assets.yotpo.com/app.v1.0.368.js567ms427ms89ms3rd

Showing top 10 of 50 scripts

F
JS Bundles
Action
254 scripts, 1.7 MB unused
FIX
254 scripts, 1.7 MB unused
Warning::
https://cdnapisec.kaltura.com/p/2697101/embedPlayk...: 277 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn-swell-assets.yotpo.com/app.v1.0.368.js: 154 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-P9H5...: 110 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=GT-NGW...: 105 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.gorgias.chat/build/static/js/976.99...: 80 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.7 MB
1727 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdnapisec.kaltura.com/p/2697101/embedPlaykitJs/uiconf_id/45132311410 KB277 KB (68%)3rd
https://cdn-swell-assets.yotpo.com/app.v1.0.368.js192 KB154 KB (80%)3rd
https://www.googletagmanager.com/gtag/js?id=G-P9H5GYG51G&cx=c&gtm=4e6461h1174 KB110 KB (64%)3rd
https://www.googletagmanager.com/gtag/js?id=GT-NGWXTVLW&cx=c&gtm=4e6461h1136 KB105 KB (77%)3rd
https://assets.gorgias.chat/build/static/js/976.994091f6f41be1b0.js38 KB80 KB (68%)3rd
https://assets.gorgias.chat/build/static/js/976.994091f6f41be1b0.js0 KB80 KB (68%)3rd
https://static.rechargecdn.com/assets/js/widget.min.js?shop=the-beauty-chef.myshopify.com119 KB75 KB (63%)3rd
https://staticw2.yotpo.com/dHBJV9tmyN5UMKBH9Z1YXAFw0gC6RuXabm049B9G/widget.js?lang=en&v2enforce=true105 KB72 KB (69%)3rd
https://www.googletagmanager.com/gtag/js?id=G-P9H5GYG51G174 KB65 KB (37%)3rd
https://www.googleoptimize.com/optimize.js?id=GTM-NV3M2NS109 KB63 KB (58%)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
Third-Party Impact
57% third-party, 0 ms blocking
REVIEW
57% third-party, 0 ms blocking
Warning::
Third-party code accounts for 57% of page weight (5.7 MiB of 10.1 MiB)
Info::
Third-party blocking time is low (0 ms)
43%
57%
First-party Third-party
C
Image Optimization
Action
67 images, 0 KB saveable
REVIEW
67 images, 0 KB saveable
Warning::
https://thebeautychef.com/cdn/shop/files/Microbiom... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebeautychef.com/cdn/shop/files/Organic_c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebeautychef.com/cdn/shop/files/BioFermen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://d3k81ch9hvuctc.cloudfront.net/company/Keup... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://d3k81ch9hvuctc.cloudfront.net/company/Keup... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebeautychef.com/cdn/shop/files/Lilly_Mac... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebeautychef.com/cdn/shop/files/DESKTOP_H... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebeautychef.com/cdn/shop/files/Chloe_Pri... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebeautychef.com/cdn/shop/files/TBC_Glow-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebeautychef.com/cdn/shop/files/Wave.png?... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
67 images 2.9 MB
0 oversized -0 KB
45 legacy format
10 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

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

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

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

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

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

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

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

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

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
25 fonts (968 KB)
PASS
25 fonts (968 KB)
Info::
25 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

25

968 KB total

Render-blocking

0

of 25

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s FCP 11.0 s LCP 36.8 shttps://forms-akamai.smsbump.com/463781/fonts/Bon%20Vivant%20Serif.otfBon%20Vivant%20Serif.otf https://forms-akamai.smsbump.com/463781/fonts/Bon%20Vivant%20Serif.otf — 41.6 KiB — 0 ms — font-display: swaphttps://forms-akamai.smsbump.com/463781/fonts/ProximaNova-Light.otfProximaNova-Light.otf https://forms-akamai.smsbump.com/463781/fonts/ProximaNova-Light.otf — 62.1 KiB — 0 ms — font-display: swaphttps://thebeautychef.com/cdn/shop/t/590/assets/a0bae8a7cacb322d0b48c0e6af6994a1.woffa0bae8a7cacb322d0b48c0e... https://thebeautychef.com/cdn/shop/t/590/assets/a0bae8a7cacb322d0b48c0e6af6994a1.woff — 48.8 KiB — 0 ms — font-display: swaphttps://thebeautychef.com/cdn/shop/t/590/assets/ProximaSansRegular.otf?v=104699184554490281601773981531ProximaSansRegular.otf https://thebeautychef.com/cdn/shop/t/590/assets/ProximaSansRegular.otf?v=104699184554490281601773981531 — 26.2 KiB — 0 ms — font-display: swaphttps://thebeautychef.com/cdn/shop/files/figue-regular.woff?v=1691460801figue-regular.woff https://thebeautychef.com/cdn/shop/files/figue-regular.woff?v=1691460801 — 25.8 KiB — 0 ms — font-display: swaphttps://thebeautychef.com/cdn/shop/t/590/assets/fe70f484105cceb8aa39a02e3c6e0f64.wofffe70f484105cceb8aa39a02... https://thebeautychef.com/cdn/shop/t/590/assets/fe70f484105cceb8aa39a02e3c6e0f64.woff — 36.0 KiB — 0 ms — font-display: swaphttps://thebeautychef.com/cdn/shop/t/590/assets/eb181dd4619c5c0e2ec159ab2273f903.woffeb181dd4619c5c0e2ec159a... https://thebeautychef.com/cdn/shop/t/590/assets/eb181dd4619c5c0e2ec159ab2273f903.woff — 48.8 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2S6uyw4BMUTPHjx4wXiWtFCc... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 13.7 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2QGYsz_wNahGAdqQ43Rh_fKD... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2 — 49.4 KiB — 0 ms — font-display: swaphttps://thebeautychef.com/cdn/shop/t/590/assets/figue-regular.woff2?v=152775254155191622561773981509figue-regular.woff2 https://thebeautychef.com/cdn/shop/t/590/assets/figue-regular.woff2?v=152775254155191622561773981509 — 46.0 KiB — 0 ms — font-display: swaphttps://thebeautychef.com/cdn/shop/t/590/assets/figue-regular.woff?v=63901067272538007531773981509figue-regular.woff https://thebeautychef.com/cdn/shop/t/590/assets/figue-regular.woff?v=63901067272538007531773981509 — 63.9 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.2 KiB — 0 ms — font-display: swaphttps://cdn-widgetsrepository.yotpo.com/brandkit/custom-fonts/dHBJV9tmyN5UMKBH9Z1YXAFw0gC6RuXabm049B9G/proximanova-regular/proximanova-reg.otfproximanova-reg.otf https://cdn-widgetsrepository.yotpo.com/brandkit/custom-fonts/dHBJV9tmyN5UMKBH9Z1YXAFw0gC6RuXabm049B9G/proximanova-regular/proximanova-reg.otf — 40.6 KiB — 0 ms — font-display: swaphttps://cdn.shopify.com/s/files/1/0994/0348/files/ProximaSansRegular.ttf?v=1649832013ProximaSansRegular.ttf https://cdn.shopify.com/s/files/1/0994/0348/files/ProximaSansRegular.ttf?v=1649832013 — 20.0 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 0 B — 0 ms — font-display: swaphttps://staticw2.yotpo.com/assets/yotpo-widget-font.woff?version=2026-04-05_08-01-28yotpo-widget-font.woff https://staticw2.yotpo.com/assets/yotpo-widget-font.woff?version=2026-04-05_08-01-28 — 12.4 KiB — 0 ms — font-display: swaphttps://staticw2.yotpo.com/web-fonts/inter/v12/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2inter-v12-vietnamese_la... https://staticw2.yotpo.com/web-fonts/inter/v12/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2 — 104.7 KiB — 0 ms — font-display: swaphttps://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 29.3 KiB — 0 ms — font-display: swaphttps://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?subset_id=2&fvd=n6&v=3l https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?subset_id=2&fvd=n6&v=3 — 16.6 KiB — 0 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 76.1 KiB — 0 ms — font-display: swaphttps://cdn.shopify.com/s/files/1/0994/0348/files/LyonDisplay-Regular.woff?v=1741890938LyonDisplay-Regular.woff https://cdn.shopify.com/s/files/1/0994/0348/files/LyonDisplay-Regular.woff?v=1741890938 — 51.8 KiB — 0 ms — font-display: swaphttps://cdn.shopify.com/s/files/1/0994/0348/files/CircularXX-Regular.woff?v=1741890937CircularXX-Regular.woff https://cdn.shopify.com/s/files/1/0994/0348/files/CircularXX-Regular.woff?v=1741890937 — 44.3 KiB — 0 ms — font-display: swaphttps://thebeautychef.com/cdn/shop/t/590/assets/figue-regular.woff2?v=152775254155191622561773981509figue-regular.woff2 https://thebeautychef.com/cdn/shop/t/590/assets/figue-regular.woff2?v=152775254155191622561773981509 — 0 B — 0 ms — font-display: swaphttps://thebeautychef.com/cdn/shop/t/590/assets/figue-regular.woff?v=63901067272538007531773981509figue-regular.woff https://thebeautychef.com/cdn/shop/t/590/assets/figue-regular.woff?v=63901067272538007531773981509 — 0 B — 0 ms — font-display: swap
Bon%20Vivant%20Serif.otf otf swap
Size 42 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
ProximaNova-Light.otf otf swap
Size 62 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
a0bae8a7cacb322d0b48c0e... woff swap
Size 49 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
ProximaSansRegular.otf otf swap
Size 26 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
figue-regular.woff woff swap
Size 26 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
fe70f484105cceb8aa39a02... woff swap
Size 36 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
eb181dd4619c5c0e2ec159a... woff swap
Size 49 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
S6uyw4BMUTPHjx4wXiWtFCc... woff2 swap
Size 14 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
QGYsz_wNahGAdqQ43Rh_fKD... woff2 swap
Size 49 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
figue-regular.woff2 woff2 swap
Size 46 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
figue-regular.woff woff swap
Size 64 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
GTStandard-MRegular.woff2 woff2 swap
Size 63 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
proximanova-reg.otf otf swap
Size 41 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
ProximaSansRegular.ttf ttf swap
Size 20 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
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 0 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
yotpo-widget-font.woff woff swap
Size 12 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
inter-v12-vietnamese_la... woff2 swap
Size 105 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
l woff2 swap
Size 29 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 unknown swap
Size 76 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
LyonDisplay-Regular.woff woff swap
Size 52 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
CircularXX-Regular.woff woff swap
Size 44 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
figue-regular.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
figue-regular.woff woff swap
Size 0 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
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 ~232 KB and ~464 ms

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
15 hints, 0 missing preconnects
PASS
15 hints, 0 missing preconnects
Info::
Page uses 15 resource hint(s)

Current Resource Hints

preconnect
1
preload
dns-prefetch
1
prefetch
+3
13

15 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
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
748 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
52% of JavaScript execution is third-party
First-party Third-party 16783ms · 2454KB · €89/mo
assets.gorgias.chat
Other
Costly
Execution 4837ms
Transfer 38 KB
Monthly Cost €26/mo
Unattributable
Other
Costly
Execution 3265ms
Transfer 0 KB
Monthly Cost €17/mo
assets.gorgias.chat
Other
Costly
Execution 639ms
Transfer 93 KB
Unused 44%
Monthly Cost €3/mo
staticw2.yotpo.com
Other
Costly
Execution 613ms
Transfer 105 KB
Unused 69%
Monthly Cost €3/mo
cdn-swell-assets.yotpo.com
Other
Costly
Execution 567ms
Transfer 192 KB
Unused 80%
Monthly Cost €3/mo
staticw2.yotpo.com
Other
Costly
Execution 544ms
Transfer 20 KB
Monthly Cost €3/mo
static.klaviyo.com
Other
Costly
Execution 505ms
Transfer 8 KB
Monthly Cost €3/mo
cdnapisec.kaltura.com
Other
Costly
Execution 485ms
Transfer 410 KB
Unused 68%
Monthly Cost €3/mo
static.klaviyo.com
Other
Costly
Execution 464ms
Transfer 11 KB
Monthly Cost €2/mo
Microsoft Clarity
Session Replay
Costly
Execution 397ms
Transfer 26 KB
Monthly Cost €2/mo
forms-akamai.smsbump.com
Other
Costly
Execution 387ms
Transfer 94 KB
Unused 35%
Monthly Cost €2/mo
static-tracking.klaviyo.com
Other
Costly
Execution 310ms
Transfer 52 KB
Unused 69%
Monthly Cost €2/mo
static.rechargecdn.com
Other
Costly
Execution 309ms
Transfer 119 KB
Unused 63%
Monthly Cost €2/mo
acsbap.com
Other
Costly
Execution 257ms
Transfer 0 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Costly
Execution 250ms
Transfer 174 KB
Unused 37%
Monthly Cost €1/mo
media.9gtb.com
Other
Costly
Execution 228ms
Transfer 2 KB
Monthly Cost €1/mo
app.octaneai.com
Other
Costly
Execution 212ms
Transfer 107 KB
Unused 43%
Monthly Cost €1/mo
media.9gtb.com
Other
Costly
Execution 204ms
Transfer 60 KB
Unused 54%
Monthly Cost €1/mo
assets.gorgias.chat
Other
Optional
Execution 170ms
Transfer 21 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 165ms
Transfer 136 KB
Unused 46%
Monthly Cost €1/mo
cdn.shopify.com
Other
Optional
Execution 159ms
Transfer 31 KB
Monthly Cost €1/mo
assets.gorgias.chat
Other
Optional
Execution 157ms
Transfer 18 KB
Monthly Cost €1/mo
cdn.506.io
Other
Optional
Execution 154ms
Transfer 78 KB
Unused 67%
Monthly Cost €1/mo
widget.wickedreports.com
Other
Optional
Execution 144ms
Transfer 10 KB
Monthly Cost €1/mo
Hotjar
Session Replay
Optional
Execution 129ms
Transfer 57 KB
Unused 64%
Monthly Cost €1/mo
www.googleoptimize.com
Other
Optional
Execution 120ms
Transfer 109 KB
Unused 58%
Monthly Cost €1/mo
static.klaviyo.com
Other
Optional
Execution 119ms
Transfer 23 KB
Monthly Cost €1/mo
Facebook Pixel
Advertising
Optional
Execution 113ms
Transfer 95 KB
Unused 34%
Monthly Cost €1/mo
staticw2.yotpo.com
Other
Optional
Execution 104ms
Transfer 14 KB
Monthly Cost €1/mo
assets.gorgias.chat
Other
Optional
Execution 96ms
Transfer 43 KB
Monthly Cost €1/mo
Facebook Pixel
Advertising
Optional
Execution 94ms
Transfer 37 KB
Monthly Cost €0/mo
staticw2.yotpo.com
Other
Optional
Execution 75ms
Transfer 11 KB
Monthly Cost €0/mo
pre.bossapps.co
Other
Optional
Execution 68ms
Transfer 7 KB
Monthly Cost €0/mo
na.shgcdn3.com
Other
Optional
Execution 67ms
Transfer 27 KB
Monthly Cost €0/mo
searchserverapi.com
Other
Optional
Execution 66ms
Transfer 3 KB
Monthly Cost €0/mo
assets.gorgias.chat
Other
Optional
Execution 63ms
Transfer 11 KB
Monthly Cost €0/mo
cdn-widgetsrepository.yotpo.com
Other
Optional
Execution 62ms
Transfer 22 KB
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 174 KB
Unused 64%
Monthly Cost €0/mo
jsDelivr
CDN
Optional
Execution 61ms
Transfer 1 KB
Monthly Cost €0/mo
static-tracking.klaviyo.com
Other
Optional
Execution 60ms
Transfer 19 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • assets.gorgias.chat adds 4837ms and costs ~€26/month
  • Unattributable adds 3265ms and costs ~€17/month
  • assets.gorgias.chat adds 639ms and costs ~€3/month
  • staticw2.yotpo.com adds 613ms and costs ~€3/month
  • cdn-swell-assets.yotpo.com adds 567ms and costs ~€3/month
  • staticw2.yotpo.com adds 544ms and costs ~€3/month
  • static.klaviyo.com adds 505ms and costs ~€3/month
  • cdnapisec.kaltura.com adds 485ms and costs ~€3/month
  • static.klaviyo.com adds 464ms and costs ~€2/month
  • Microsoft Clarity adds 397ms and costs ~€2/month
  • forms-akamai.smsbump.com adds 387ms and costs ~€2/month
  • static-tracking.klaviyo.com adds 310ms and costs ~€2/month
  • static.rechargecdn.com adds 309ms and costs ~€2/month
  • acsbap.com adds 257ms and costs ~€1/month
  • Google Tag Manager adds 250ms and costs ~€1/month
  • media.9gtb.com adds 228ms and costs ~€1/month
  • app.octaneai.com adds 212ms and costs ~€1/month
  • media.9gtb.com adds 204ms and costs ~€1/month

52% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

assets.gorgias.chat takes 4837ms 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

Unattributable takes 3265ms 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

assets.gorgias.chat takes 639ms 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

staticw2.yotpo.com takes 613ms 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

69% of staticw2.yotpo.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

cdn-swell-assets.yotpo.com takes 567ms 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

80% of cdn-swell-assets.yotpo.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

staticw2.yotpo.com takes 544ms 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

static.klaviyo.com takes 505ms 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

cdnapisec.kaltura.com takes 485ms 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

68% of cdnapisec.kaltura.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

static.klaviyo.com takes 464ms 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

Microsoft Clarity takes 397ms 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

forms-akamai.smsbump.com takes 387ms 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

static-tracking.klaviyo.com takes 310ms 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

69% of static-tracking.klaviyo.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

static.rechargecdn.com takes 309ms 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

63% of static.rechargecdn.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

acsbap.com takes 257ms 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

Google Tag Manager takes 250ms 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

media.9gtb.com takes 228ms 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

app.octaneai.com takes 212ms 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

media.9gtb.com takes 204ms 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 media.9gtb.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

67% of cdn.506.io'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

64% of Hotjar'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

58% of www.googleoptimize.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

64% of Google Tag Manager'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