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.
9.98 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
70.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.61 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.631
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
36.81 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.
92.32 s
Page Load Progression
FPage Weight BudgetAction24.0 MB transferred, 594 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 CostAction22452ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.clarip.com/kendo/cookieconsent/assets/js/clarip-cookie-manager.min.js | 4573ms | 4482ms | 3ms | 3rd |
| Unattributable | 3380ms | 301ms | 0ms | 3rd |
| https://fentybeauty.com/en-fr | 2223ms | 188ms | 91ms | 1st |
| https://fentybeauty.com/cdn/shop/t/2541/assets/main.js?v=107456954527195014621775584982 | 1824ms | 619ms | 25ms | 1st |
| https://rapid-cdn.yottaa.com/rapid/lib/nPlpm4Nf5zlWgQ.js | 1795ms | 1680ms | 12ms | 3rd |
| https://cdn.shopify.com/extensions/019d59a1-02f7-7559-bd14-8ff7eaf3ebe2/rivo-loyalty-rewards-referrals-760/assets/ba_rivo_profile.js | 1100ms | 782ms | 50ms | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 578ms | 532ms | 35ms | 3rd |
| https://fentybeauty.com/cdn/shop/t/2541/assets/c58bf3d76e9c3a736126.js | 522ms | 498ms | 1ms | 1st |
| https://d38xvr37kwwhcm.cloudfront.net/js/grin-sdk.js?shop=fentybeautyshop.myshopify.com | 459ms | 451ms | 4ms | 3rd |
| https://widget.gotolstoy.com/we/widget.js | 406ms | 274ms | 1ms | 3rd |
Showing top 10 of 52 scripts
FJS BundlesAction324 scripts, 799 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 | 88 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 | 69 KB (51%) | ✓ | 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://cdn.shopify.com/extensions/019d6686-d4c4-7fe7-ace0-90cf1d447b49/free-gift-28-723/assets/customDiscountLogic.js | 50 KB | 41 KB (84%) | ✗ | 3rd |
| https://fentybeauty.com/cdn/shop/t/2541/assets/main.js?v=107456954527195014621775584982 | 80 KB | 41 KB (52%) | ✓ | 1st |
| 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 Impact42% third-party, 0 ms blockingREVIEW
BImage Optimization108 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
- 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
- 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 Hints49 hints, 0 missing preconnectsPASS
Current Resource Hints
49 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 Waterfall594 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 |
|---|---|---|---|---|---|---|
cdn.clarip.com cdn.clarip.com | Other | 4573ms | 10 KB | — | €24/mo | Costly |
Unattributable Unattributable | Other | 3380ms | 0 KB | — | €18/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 1795ms | 45 KB | 58% | €10/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 1100ms | 63 KB | 43% | €6/mo | Costly |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 578ms | 220 KB | 40% | €3/mo | Costly |
d38xvr37kwwhcm.cloudfront.net d38xvr37kwwhcm.cloudfront.net | Other | 459ms | 16 KB | — | €2/mo | Costly |
widget.gotolstoy.com widget.gotolstoy.com | Other | 406ms | 38 KB | — | €2/mo | Costly |
urldefense.com urldefense.com | Other | 326ms | 0 KB | — | €2/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 322ms | 50 KB | 84% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 272ms | 143 KB | 42% | €1/mo | Costly |
otlhn.fentybeauty.com otlhn.fentybeauty.com | Other | 223ms | 48 KB | 56% | €1/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 170ms | 1 KB | — | €1/mo | Optional |
snapui.searchspring.io snapui.searchspring.io | Other | 167ms | 67 KB | 60% | €1/mo | Optional |
js.afterpay.com js.afterpay.com | Other | 150ms | 74 KB | 43% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 148ms | 162 KB | 51% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 141ms | 66 KB | 66% | €1/mo | Optional |
str.rise-ai.com str.rise-ai.com | Other | 125ms | 32 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 121ms | 85 KB | 69% | €1/mo | Optional |
snapui.searchspring.io snapui.searchspring.io | Other | 111ms | 6 KB | — | €1/mo | Optional |
play.gotolstoy.com play.gotolstoy.com | Other | 104ms | 79 KB | 59% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 103ms | 3 KB | — | €1/mo | Optional |
widget.gotolstoy.com widget.gotolstoy.com | Other | 101ms | 19 KB | — | €1/mo | Optional |
crossborder-integration.global-e.com crossborder-integration.global-e.com | Other | 69ms | 23 KB | — | €0/mo | Optional |
snapui.searchspring.io snapui.searchspring.io | Other | 67ms | 33 KB | 94% | €0/mo | Optional |
strn.rise-ai.com strn.rise-ai.com | Other | 66ms | 54 KB | 67% | €0/mo | Optional |
(program):2 (program):2 | Other | 65ms | 0 KB | — | €0/mo | Optional |
tag.rmp.rakuten.com tag.rmp.rakuten.com | Other | 60ms | 15 KB | — | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 57ms | 19 KB | — | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 52ms | 8 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- cdn.clarip.com adds 4573ms and costs ~€24/month
- Unattributable adds 3380ms and costs ~€18/month
- rapid-cdn.yottaa.com adds 1795ms and costs ~€10/month
- cdn.shopify.com adds 1100ms and costs ~€6/month
- 7ce243a1e1a2.cdn4.forter.com adds 578ms and costs ~€3/month
- d38xvr37kwwhcm.cloudfront.net adds 459ms and costs ~€2/month
- widget.gotolstoy.com adds 406ms and costs ~€2/month
- urldefense.com adds 326ms and costs ~€2/month
- cdn.shopify.com adds 322ms and costs ~€2/month
- Google Tag Manager adds 272ms and costs ~€1/month
- otlhn.fentybeauty.com adds 223ms and costs ~€1/month
68% 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
cdn.clarip.com takes 4573ms 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 3380ms 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
rapid-cdn.yottaa.com takes 1795ms 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
cdn.shopify.com takes 1100ms 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 578ms 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
d38xvr37kwwhcm.cloudfront.net takes 459ms 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
widget.gotolstoy.com takes 406ms 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
urldefense.com takes 326ms 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 322ms 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
Google Tag Manager takes 272ms 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
otlhn.fentybeauty.com takes 223ms 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
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
60% of snapui.searchspring.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
51% 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
66% 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
69% 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
59% of play.gotolstoy.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
94% of snapui.searchspring.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
67% of strn.rise-ai.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