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.
5.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.48 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.43 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.077
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.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.
47.80 s
Page Load Progression
FPage Weight BudgetAction41.7 MB transferred, 397 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
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 CostAction17284ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://scripts.clarity.ms/0.8.59/clarity.js | 3217ms | 1130ms | 13ms | 3rd |
| Unattributable | 3171ms | 252ms | 0ms | 3rd |
| https://www.rarebeauty.com/ | 1896ms | 107ms | 32ms | 3rd |
| https://www.rarebeauty.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 831ms | 640ms | 18ms | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 633ms | 436ms | 19ms | 3rd |
| https://www.rarebeauty.com/cdn/shop/t/404/assets/app.js?v=79467176738483140861775597331 | 601ms | 281ms | 65ms | 3rd |
| webpack:///./src/js/lib/ugc.js? | 529ms | 251ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-357011569 | 502ms | 333ms | 165ms | 3rd |
| https://90e271ce78bc.cdn4.forter.com/sn/90e271ce78bc/script.js | 477ms | 391ms | 63ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MMKQH7Z | 426ms | 368ms | 50ms | 3rd |
Showing top 10 of 42 scripts
FJS BundlesAction196 scripts, 1.8 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.jsdelivr.net/npm/hls.js@latest | 159 KB | 145 KB (91%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-33CGHVY44Y&cx=c>m=4e6461 | 172 KB | 111 KB (65%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-33CGHVY44Y&cx=c>m=4e6461 | 172 KB | 111 KB (65%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-357011569&cx=c>m=4e6461 | 144 KB | 105 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-357011569&cx=c>m=4e6461 | 144 KB | 105 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-K5MK2GR&cx=c>m=4e6461 | 136 KB | 105 KB (77%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-WPQVGCX&cx=c>m=4e6461 | 136 KB | 105 KB (77%) | ✓ | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 220 KB | 93 KB (43%) | ✓ | 3rd |
| https://90e271ce78bc.cdn4.forter.com/sn/90e271ce78bc/script.js | 218 KB | 89 KB (41%) | ✓ | 3rd |
| https://static.rechargecdn.com/assets/js/widget.min.js?shop=therarebeauty.myshopify.com | 119 KB | 75 KB (63%) | ✓ | 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, no-store
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-store | — | Never cache this response |
CImage OptimizationAction39 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
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
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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
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
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
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
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
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
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
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
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 Loading9 fonts (271 KB)PASS
Web fonts
9
271 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 Hints13 hints, 0 missing preconnectsPASS
Current Resource Hints
13 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 Waterfall397 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 |
|---|---|---|---|---|---|---|
Microsoft Clarity scripts.clarity.ms | Session Replay | 3217ms | 26 KB | — | €17/mo | Costly |
Unattributable Unattributable | Other | 3171ms | 0 KB | — | €17/mo | Costly |
www.rarebeauty.com www.rarebeauty.com | Other | 1896ms | 37 KB | — | €10/mo | Costly |
www.rarebeauty.com www.rarebeauty.com | Other | 831ms | 61 KB | 39% | €4/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 633ms | 93 KB | 45% | €3/mo | Costly |
www.rarebeauty.com www.rarebeauty.com | Other | 601ms | 148 KB | — | €3/mo | Costly |
| Other | 529ms | 0 KB | — | €3/mo | Costly | |
Google Tag Manager www.googletagmanager.com | Tag Manager | 502ms | 144 KB | 38% | €3/mo | Costly |
90e271ce78bc.cdn4.forter.com 90e271ce78bc.cdn4.forter.com | Other | 477ms | 218 KB | 41% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 426ms | 166 KB | 41% | €2/mo | Costly |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 407ms | 220 KB | 43% | €2/mo | Costly |
www.rarebeauty.com www.rarebeauty.com | Other | 286ms | 28 KB | — | €2/mo | Costly |
cookie-cdn.cookiepro.com cookie-cdn.cookiepro.com | Other | 285ms | 98 KB | 51% | €2/mo | Costly |
www.rarebeauty.com www.rarebeauty.com | Other | 278ms | 38 KB | — | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 275ms | 172 KB | 39% | €1/mo | Costly |
static.rechargecdn.com static.rechargecdn.com | Other | 255ms | 119 KB | 63% | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 203ms | 136 KB | 47% | €1/mo | Costly |
| Other | 194ms | 0 KB | — | €1/mo | Optional | |
Facebook Pixel connect.facebook.net | Advertising | 190ms | 95 KB | 32% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 187ms | 136 KB | 47% | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 185ms | 21 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 169ms | 42 KB | — | €1/mo | Optional |
(program):2 (program):2 | Other | 159ms | 0 KB | — | €1/mo | Optional |
na-library.klarnaservices.com na-library.klarnaservices.com | Other | 152ms | 110 KB | 42% | €1/mo | Optional |
cdn.attn.tv cdn.attn.tv | Other | 145ms | 49 KB | 57% | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 132ms | 38 KB | — | €1/mo | Optional |
ajax.googleapis.com ajax.googleapis.com | Other | 132ms | 33 KB | 68% | €1/mo | Optional |
www.rarebeauty.com www.rarebeauty.com | Other | 125ms | 21 KB | — | €1/mo | Optional |
www.rarebeauty.com www.rarebeauty.com | Other | 125ms | 4 KB | — | €1/mo | Optional |
cdn.9gtb.com cdn.9gtb.com | Other | 124ms | 61 KB | 54% | €1/mo | Optional |
gdprcdn.b-cdn.net gdprcdn.b-cdn.net | Other | 116ms | 65 KB | 70% | €1/mo | Optional |
www.rarebeauty.com www.rarebeauty.com | Other | 115ms | 31 KB | — | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 98ms | 43 KB | — | €1/mo | Optional |
www.rarebeauty.com www.rarebeauty.com | Other | 93ms | 4 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 86ms | 172 KB | 65% | €0/mo | Optional |
www.rarebeauty.com www.rarebeauty.com | Other | 86ms | 4 KB | — | €0/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 77ms | 159 KB | 91% | €0/mo | Optional |
www.rarebeauty.com www.rarebeauty.com | Other | 75ms | 5 KB | — | €0/mo | Optional |
crossborder-integration.global-e.com crossborder-integration.global-e.com | Other | 72ms | 23 KB | — | €0/mo | Optional |
assets.dailykarma.io assets.dailykarma.io | Other | 61ms | 21 KB | — | €0/mo | Optional |
cdn.yottaa.com cdn.yottaa.com | Other | 57ms | 20 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 56ms | 144 KB | 73% | €0/mo | Optional |
These scripts may cost more than they're worth
- Microsoft Clarity adds 3217ms and costs ~€17/month
- Unattributable adds 3171ms and costs ~€17/month
- www.rarebeauty.com adds 1896ms and costs ~€10/month
- www.rarebeauty.com adds 831ms and costs ~€4/month
- assets.gorgias.chat adds 633ms and costs ~€3/month
- www.rarebeauty.com adds 601ms and costs ~€3/month
- adds 529ms and costs ~€3/month
- Google Tag Manager adds 502ms and costs ~€3/month
- 90e271ce78bc.cdn4.forter.com adds 477ms and costs ~€3/month
- Google Tag Manager adds 426ms and costs ~€2/month
- 7ce243a1e1a2.cdn4.forter.com adds 407ms and costs ~€2/month
- www.rarebeauty.com adds 286ms and costs ~€2/month
- cookie-cdn.cookiepro.com adds 285ms and costs ~€2/month
- www.rarebeauty.com adds 278ms and costs ~€1/month
- Google Tag Manager adds 275ms and costs ~€1/month
- static.rechargecdn.com adds 255ms and costs ~€1/month
- Google Tag Manager adds 203ms 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
Microsoft Clarity takes 3217ms 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
Unattributable takes 3171ms 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
www.rarebeauty.com takes 1896ms 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
www.rarebeauty.com takes 831ms 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.gorgias.chat takes 633ms 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
www.rarebeauty.com takes 601ms 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
takes 529ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Performance issues directly impact user engagement and conversion rates.
Google Tag Manager takes 502ms 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
90e271ce78bc.cdn4.forter.com takes 477ms 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 426ms 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
7ce243a1e1a2.cdn4.forter.com takes 407ms 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
www.rarebeauty.com takes 286ms 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
cookie-cdn.cookiepro.com takes 285ms 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
51% of cookie-cdn.cookiepro.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
www.rarebeauty.com takes 278ms 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 275ms 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.rechargecdn.com takes 255ms 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
63% of static.rechargecdn.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
Google Tag Manager takes 203ms 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
57% of cdn.attn.tv'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
68% of ajax.googleapis.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 cdn.9gtb.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
70% of gdprcdn.b-cdn.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
65% 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
91% of jsDelivr'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