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.
451 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
130 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.085
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.17 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.
9.93 s
Page Load Progression
FPage Weight BudgetAction17.2 MB transferred, 420 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
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
FJS Execution CostAction5486ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://jeffreestarcosmetics.com/ | 3375ms | 54ms | 5ms | 1st |
| Unattributable | 943ms | 26ms | 0ms | 3rd |
| https://jeffreestarcosmetics.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 161ms | 97ms | 6ms | 1st |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 155ms | 123ms | 5ms | 3rd |
| https://jeffreestarcosmetics.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js | 142ms | 116ms | 0ms | 1st |
| https://jeffreestarcosmetics.com/cdn/shopifycloud/shop-js/modules/v2/chunk.index_4uAqGWkW.en.esm.js | 128ms | 13ms | 0ms | 1st |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~in_app_forms~signup_forms~reviews~atlas.0201e888d834a3782e3a.js?cb=2 | 118ms | 69ms | 0ms | 3rd |
| https://jeffreestarcosmetics.com/cdn/shop/t/245/assets/app.min.js?v=133357266328410620261769777168 | 83ms | 34ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-81RXDPTBJQ | 79ms | 58ms | 20ms | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/1011.fa12d00c7a08724d2839.js | 71ms | 61ms | 0ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction163 scripts, 936 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.rebuyengine.com/onsite/js/global.js?build=1775594982 | 221 KB | 166 KB (75%) | ✓ | 3rd |
| https://cdn-swell-assets.yotpo.com/app.v1.0.368.js | 192 KB | 130 KB (86%) | ✓ | 3rd |
| https://dawtemplatesmaster.com/_shopify_app_ressources/osaria_sap_v2/mediaelement-osaria.js?shop=jeffree-star-cosmetics.myshopify.com | 90 KB | 78 KB (88%) | ✗ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=MC-0MGTFZ50PE&cx=c>m=4e6461 | 136 KB | 64 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-81RXDPTBJQ | 164 KB | 63 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-325015524&cx=c>m=4e6461 | 144 KB | 59 KB (41%) | ✓ | 3rd |
| https://cdn.506.io/eg/script.js?shop=jeffree-star-cosmetics.myshopify.com&v=9 | 78 KB | 57 KB (74%) | ✓ | 3rd |
| https://gdprcdn.b-cdn.net/js/components.consentmo.js | 50 KB | 45 KB (93%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 93 KB | 41 KB (45%) | ✓ | 3rd |
| https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/Render.f778b94f6021eec68929.js | 52 KB | 35 KB (68%) | ✓ | 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 Impact40% third-party, 0 ms blockingREVIEW
BImage Optimization140 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading12 fonts (247 KB)PASS
Web fonts
12
247 KB total
Render-blocking
0
of 12
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 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 Waterfall420 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 | 943ms | 0 KB | — | €5/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 155ms | 93 KB | 45% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 118ms | 10 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 79ms | 164 KB | 38% | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 71ms | 8 KB | — | €0/mo | Optional |
gdprcdn.b-cdn.net gdprcdn.b-cdn.net | Other | 64ms | 65 KB | 54% | €0/mo | Optional |
cdn.rebuyengine.com cdn.rebuyengine.com | Other | 62ms | 221 KB | 75% | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 53ms | 144 KB | 41% | €0/mo | Optional |
cdn-swell-assets.yotpo.com cdn-swell-assets.yotpo.com | Other | 50ms | 192 KB | 86% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 943ms and costs ~€5/month
Unattributable takes 943ms 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
54% 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
75% of cdn.rebuyengine.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
86% 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