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.
2.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.77 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
19.41 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.
57.45 s
Page Load Progression
FPage Weight BudgetAction26.8 MB transferred, 487 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
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 CostAction22989ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 3550ms | 246ms | 0ms | 3rd |
| https://kyliecosmetics.com/cdn/shop/t/1968/assets/template.index.js?v=168997151838144868831774869962 | 3309ms | 2398ms | 2ms | 1st |
| https://kyliecosmetics.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js | 2019ms | 1659ms | 1ms | 1st |
| https://kyliecosmetics.com/en-bl | 1737ms | 315ms | 47ms | 1st |
| https://asset.fwcdn3.com/js/fwn.js | 1190ms | 961ms | 31ms | 3rd |
| https://kyliecosmetics.com/cdn/shop/t/1968/assets/layout.theme-2162c466.js?v=34817878541468963321774869962 | 876ms | 744ms | 0ms | 1st |
| https://kyliecosmetics.com/cdn/shop/t/1968/assets/vendors-d2eb5610.js?v=127382237684006138891774869962 | 723ms | 178ms | 5ms | 1st |
| https://cdn.optimizely.com/js/25764320766.js | 705ms | 513ms | 171ms | 3rd |
| (program):2 | 670ms | 197ms | 0ms | 3rd |
| https://3fdbc400153f.cdn4.forter.com/sn/3fdbc400153f/script.js | 625ms | 490ms | 60ms | 3rd |
Showing top 10 of 41 scripts
FJS BundlesAction207 scripts, 1.8 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn-swell-assets.yotpo.com/app.v1.0.368.js | 192 KB | 154 KB (80%) | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js | 188 KB | 148 KB (79%) | ✓ | 3rd |
| https://asset.fwscripts.com/js/live-helper.js | 194 KB | 114 KB (59%) | ✓ | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 220 KB | 92 KB (42%) | ✓ | 3rd |
| https://3fdbc400153f.cdn4.forter.com/sn/3fdbc400153f/script.js | 216 KB | 88 KB (41%) | ✓ | 3rd |
| https://3fdbc400153f.cdn4.forter.com/sn/3fdbc400153f/script.js | 216 KB | 88 KB (41%) | ✓ | 3rd |
| https://asset.fwcdn3.com/js/fwn.js?business_id=gwR8Yo | 119 KB | 76 KB (64%) | ✓ | 3rd |
| https://static.rechargecdn.com/assets/js/widget.min.js?shop=kylie-jenner-us.myshopify.com | 119 KB | 75 KB (63%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-741669020&cx=c>m=4e6461 | 144 KB | 70 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HJXEVNV20J&cx=c>m=4e6461 | 148 KB | 70 KB (47%) | ✓ | 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.
BImage Optimization90 images, 0 KB saveableREVIEW
AThird-Party Impact35% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (163 KB)PASS
Web fonts
6
163 KB total
Render-blocking
0
of 6
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 Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 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 Waterfall487 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 | 3550ms | 0 KB | — | €19/mo | Costly |
asset.fwcdn3.com asset.fwcdn3.com | Other | 1190ms | 119 KB | 28% | €6/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 705ms | 93 KB | 49% | €4/mo | Costly |
(program):2 (program):2 | Other | 670ms | 0 KB | — | €4/mo | Costly |
3fdbc400153f.cdn4.forter.com 3fdbc400153f.cdn4.forter.com | Other | 625ms | 216 KB | 41% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 580ms | 189 KB | 29% | €3/mo | Costly |
asset.fwcdn3.com asset.fwcdn3.com | Other | 578ms | 1 KB | — | €3/mo | Costly |
asset.fwscripts.com asset.fwscripts.com | Other | 479ms | 194 KB | 59% | €3/mo | Costly |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 413ms | 220 KB | 42% | €2/mo | Costly |
cdn-swell-assets.yotpo.com cdn-swell-assets.yotpo.com | Other | 376ms | 192 KB | 80% | €2/mo | Costly |
cdnjs cdnjs.cloudflare.com | CDN | 304ms | 188 KB | 79% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 274ms | 166 KB | 42% | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 252ms | 143 KB | 43% | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 239ms | 157 KB | 40% | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 190ms | 131 KB | 44% | €1/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 189ms | 64 KB | — | €1/mo | Optional |
goihs.kyliecosmetics.com goihs.kyliecosmetics.com | Other | 188ms | 48 KB | 56% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 174ms | 148 KB | 47% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 171ms | 144 KB | 49% | €1/mo | Optional |
static.rechargecdn.com static.rechargecdn.com | Other | 170ms | 119 KB | 63% | €1/mo | Optional |
foursixty.com foursixty.com | Other | 154ms | 30 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 152ms | 129 KB | 48% | €1/mo | Optional |
asset.fwcdn3.com asset.fwcdn3.com | Other | 125ms | 119 KB | 64% | €1/mo | Optional |
apps.bazaarvoice.com apps.bazaarvoice.com | Other | 124ms | 28 KB | — | €1/mo | Optional |
crossborder-integration.global-e.com crossborder-integration.global-e.com | Other | 113ms | 23 KB | — | €1/mo | Optional |
asset.fwcdn3.com asset.fwcdn3.com | Other | 94ms | 11 KB | — | €0/mo | Optional |
apps.bazaarvoice.com apps.bazaarvoice.com | Other | 76ms | 11 KB | — | €0/mo | Optional |
apps.bazaarvoice.com apps.bazaarvoice.com | Other | 55ms | 14 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 3550ms and costs ~€19/month
- asset.fwcdn3.com adds 1190ms and costs ~€6/month
- Optimizely adds 705ms and costs ~€4/month
- (program):2 adds 670ms and costs ~€4/month
- 3fdbc400153f.cdn4.forter.com adds 625ms and costs ~€3/month
- Google Tag Manager adds 580ms and costs ~€3/month
- asset.fwcdn3.com adds 578ms and costs ~€3/month
- asset.fwscripts.com adds 479ms and costs ~€3/month
- 7ce243a1e1a2.cdn4.forter.com adds 413ms and costs ~€2/month
- cdn-swell-assets.yotpo.com adds 376ms and costs ~€2/month
- cdnjs adds 304ms and costs ~€2/month
- Google Tag Manager adds 274ms and costs ~€1/month
- Google Tag Manager adds 252ms and costs ~€1/month
- Google Tag Manager adds 239ms and costs ~€1/month
53% 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 3550ms 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
asset.fwcdn3.com takes 1190ms 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
Optimizely takes 705ms 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
(program):2 takes 670ms 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
3fdbc400153f.cdn4.forter.com takes 625ms 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 580ms 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
asset.fwcdn3.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
asset.fwscripts.com takes 479ms 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
59% of asset.fwscripts.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
7ce243a1e1a2.cdn4.forter.com takes 413ms 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-swell-assets.yotpo.com takes 376ms 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
80% of cdn-swell-assets.yotpo.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
cdnjs takes 304ms 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
79% of cdnjs'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 274ms 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 252ms 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 239ms 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 goihs.kyliecosmetics.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
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
64% of asset.fwcdn3.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