Performance
· 14 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.
2.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
847 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.027
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.65 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.
15.38 s
Page Load Progression
FPage Weight BudgetAction25.4 MB transferred, 686 requestsFIX
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
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
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.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction6710ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://fentybeauty.com/cdn/shop/t/2541/assets/main.js?v=107456954527195014621775584982 | 1508ms | 482ms | 7ms | 1st |
| Unattributable | 1261ms | 128ms | 0ms | 3rd |
| https://cdn.clarip.com/kendo/cookieconsent/assets/js/clarip-cookie-manager.min.js | 969ms | 940ms | 1ms | 3rd |
| https://fentybeauty.com/en-fr | 659ms | 51ms | 31ms | 1st |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 500ms | 476ms | 10ms | 3rd |
| https://cdn.shopify.com/extensions/019d6686-d4c4-7fe7-ace0-90cf1d447b49/free-gift-28-723/assets/customDiscountLogic.js | 323ms | 314ms | 7ms | 3rd |
| https://rapid-cdn.yottaa.com/rapid/lib/nPlpm4Nf5zlWgQ.js | 251ms | 231ms | 8ms | 3rd |
| https://cdn.shopify.com/extensions/019d59a1-02f7-7559-bd14-8ff7eaf3ebe2/rivo-loyalty-rewards-referrals-760/assets/ba_rivo_profile.js | 169ms | 136ms | 9ms | 3rd |
| https://fentybeauty.com/cdn/shop/t/2541/assets/c58bf3d76e9c3a736126.js | 165ms | 134ms | 0ms | 1st |
| https://widget.gotolstoy.com/we/widget.js | 138ms | 86ms | 0ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction322 scripts, 800 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 220 KB | 87 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T2GNQQF | 162 KB | 82 KB (51%) | ✓ | 3rd |
| https://js.klarna.com/web-sdk/v1/1.0.192/sdk.js | 136 KB | 72 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M8TQZPX | 143 KB | 60 KB (42%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d4e1d-40d9-7f98-9bf4-614ed7f2fe1a/narvar-test-app-208/assets/shipping-protection-cart-widget.js | 85 KB | 58 KB (69%) | ✓ | 3rd |
| https://play.gotolstoy.com/widget-v2/widget.js | 79 KB | 46 KB (59%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d6686-d4c4-7fe7-ace0-90cf1d447b49/free-gift-28-723/assets/freeGiftLogicv1.js | 66 KB | 43 KB (66%) | ✗ | 3rd |
| https://fentybeauty.com/cdn/shop/t/2541/assets/main.js?v=107456954527195014621775584982 | 80 KB | 41 KB (52%) | ✓ | 1st |
| https://cdn.shopify.com/extensions/019d6686-d4c4-7fe7-ace0-90cf1d447b49/free-gift-28-723/assets/customDiscountLogic.js | 50 KB | 41 KB (84%) | ✗ | 3rd |
| https://snapui.searchspring.io/cv6gyn/bundle.js | 67 KB | 40 KB (60%) | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BThird-Party Impact57% third-party, 0 ms blockingREVIEW
BImage Optimization117 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading11 fonts (4892 KB)PASS
Web fonts
11
4892 KB total
Render-blocking
0
of 11
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~2383 KB and ~4766 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall686 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 | 1261ms | 0 KB | — | €7/mo | Costly |
cdn.clarip.com cdn.clarip.com | Other | 969ms | 10 KB | — | €5/mo | Costly |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 500ms | 220 KB | 40% | €3/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 323ms | 50 KB | 84% | €2/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 251ms | 45 KB | 58% | €1/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 169ms | 63 KB | 43% | €1/mo | Optional |
widget.gotolstoy.com widget.gotolstoy.com | Other | 138ms | 38 KB | — | €1/mo | Optional |
d38xvr37kwwhcm.cloudfront.net d38xvr37kwwhcm.cloudfront.net | Other | 106ms | 16 KB | — | €1/mo | Optional |
urldefense.com urldefense.com | Other | 84ms | 0 KB | — | €0/mo | Optional |
otlhn.fentybeauty.com otlhn.fentybeauty.com | Other | 79ms | 48 KB | 56% | €0/mo | Optional |
crossborder-integration.global-e.com crossborder-integration.global-e.com | Other | 73ms | 23 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 62ms | 143 KB | 42% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1261ms and costs ~€7/month
- cdn.clarip.com adds 969ms and costs ~€5/month
- 7ce243a1e1a2.cdn4.forter.com adds 500ms and costs ~€3/month
- cdn.shopify.com adds 323ms and costs ~€2/month
- rapid-cdn.yottaa.com adds 251ms and costs ~€1/month
60% of JavaScript execution time comes from third-party scripts.
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
Unattributable takes 1261ms 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.clarip.com takes 969ms 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 500ms 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 323ms 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
84% 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
rapid-cdn.yottaa.com takes 251ms 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 rapid-cdn.yottaa.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
56% of otlhn.fentybeauty.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