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.
680 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
589 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.184
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.59 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.
8.38 s
Page Load Progression
FPage Weight BudgetAction15.9 MB transferred, 426 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
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 ImpactAction89% third-party, 0 ms blockingFIX
FJS Execution CostAction7396ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.glossier.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js | 1044ms | 710ms | 6ms | 1st |
| Unattributable | 995ms | 156ms | 0ms | 3rd |
| https://www.glossier.com/ | 930ms | 117ms | 8ms | 1st |
| https://www.glossier.com/cdn/shop/t/1393/assets/app.min.js?v=116494217122873023101774881013 | 703ms | 278ms | 17ms | 1st |
| https://edge.fullstory.com/s/fs.js | 599ms | 439ms | 8ms | 3rd |
| https://cdn.optimizely.com/js/22916101539.js | 483ms | 353ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW9HP9Z | 295ms | 270ms | 16ms | 3rd |
| https://21bd15724800.cdn4.forter.com/sn/21bd15724800/script.js | 282ms | 253ms | 19ms | 3rd |
| https://onsite.joinground.com/ground.js | 259ms | 241ms | 9ms | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 219ms | 197ms | 13ms | 3rd |
Showing top 10 of 26 scripts
FJS BundlesAction217 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 221 KB | 93 KB (42%) | ✓ | 3rd |
| https://21bd15724800.cdn4.forter.com/sn/21bd15724800/script.js | 213 KB | 89 KB (42%) | ✓ | 3rd |
| https://21bd15724800.cdn4.forter.com/sn/21bd15724800/script.js | 213 KB | 89 KB (42%) | ✓ | 3rd |
| https://static.rechargecdn.com/assets/js/widget.min.js?shop=glossier-admin.myshopify.com | 119 KB | 75 KB (63%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-J11MBLGD5V&cx=c>m=4e6411 | 168 KB | 67 KB (40%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128 KB | 66 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=MC-CKB65RMMGX&cx=c>m=4e6411 | 135 KB | 64 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-TBW8XFPT | 135 KB | 59 KB (44%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js | 110 KB | 59 KB (54%) | ✓ | 3rd |
| https://static.clairedefermat.com/pixel/v2/pixel.js | 70 KB | 58 KB (84%) | ✓ | 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.
CImage OptimizationAction26 images, 0 KB saveableREVIEW
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading11 fonts (185 KB)PASS
Web fonts
11
185 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
- 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
- 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 ~35 KB and ~70 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 Waterfall426 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 | 995ms | 0 KB | — | €5/mo | Costly |
edge.fullstory.com edge.fullstory.com | Other | 599ms | 80 KB | 32% | €3/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 483ms | 105 KB | 30% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 295ms | 172 KB | 31% | €2/mo | Costly |
21bd15724800.cdn4.forter.com 21bd15724800.cdn4.forter.com | Other | 282ms | 213 KB | 42% | €1/mo | Costly |
onsite.joinground.com onsite.joinground.com | Other | 259ms | 64 KB | — | €1/mo | Costly |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 219ms | 221 KB | 42% | €1/mo | Costly |
(program):2 (program):2 | Other | 166ms | 0 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 158ms | 135 KB | 44% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 140ms | 143 KB | 36% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 115ms | 168 KB | 40% | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 94ms | 93 KB | 49% | €0/mo | Optional |
us-assets.i.posthog.com us-assets.i.posthog.com | Other | 90ms | 65 KB | 51% | €0/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 87ms | 128 KB | 51% | €0/mo | Essential |
analytics.tiktok.com analytics.tiktok.com | Other | 83ms | 110 KB | 54% | €0/mo | Optional |
static.rechargecdn.com static.rechargecdn.com | Other | 74ms | 119 KB | 63% | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 73ms | 135 KB | 48% | €0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 68ms | 95 KB | 38% | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 66ms | 23 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 66ms | 8 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 995ms and costs ~€5/month
- edge.fullstory.com adds 599ms and costs ~€3/month
- Optimizely adds 483ms and costs ~€3/month
- Google Tag Manager adds 295ms and costs ~€2/month
- 21bd15724800.cdn4.forter.com adds 282ms and costs ~€1/month
- onsite.joinground.com adds 259ms and costs ~€1/month
- 7ce243a1e1a2.cdn4.forter.com adds 219ms 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 995ms 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
edge.fullstory.com takes 599ms 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 483ms 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 295ms 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
21bd15724800.cdn4.forter.com takes 282ms 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
onsite.joinground.com takes 259ms 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 219ms 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 us-assets.i.posthog.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
51% of OneTrust'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 analytics.tiktok.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