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.
4.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.39 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.196
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.12 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.
34.76 s
Page Load Progression
FPage Weight BudgetAction5.4 MB transferred, 354 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction16865ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2429ms | 348ms | 0ms | 3rd |
| https://www.glossier.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 2173ms | 1512ms | 18ms | 3rd |
| https://www.glossier.com/en-es | 2058ms | 212ms | 22ms | 3rd |
| https://edge.fullstory.com/s/fs.js | 1431ms | 920ms | 24ms | 3rd |
| https://cdn.optimizely.com/js/22916101539.js | 1249ms | 916ms | 42ms | 3rd |
| https://www.glossier.com/cdn/shop/t/1393/assets/app.min.js?v=116494217122873023101774881013 | 947ms | 395ms | 92ms | 3rd |
| https://21bd15724800.cdn4.forter.com/sn/21bd15724800/script.js | 653ms | 533ms | 55ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW9HP9Z | 644ms | 565ms | 64ms | 3rd |
| https://onsite.joinground.com/ground.js | 633ms | 581ms | 25ms | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 451ms | 402ms | 38ms | 3rd |
Showing top 10 of 32 scripts
FJS BundlesAction189 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 220 KB | 92 KB (42%) | ✓ | 3rd |
| https://21bd15724800.cdn4.forter.com/sn/21bd15724800/script.js | 215 KB | 88 KB (41%) | ✓ | 3rd |
| https://21bd15724800.cdn4.forter.com/sn/21bd15724800/script.js | 215 KB | 88 KB (41%) | ✓ | 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=4e6461 | 169 KB | 67 KB (40%) | ✓ | 3rd |
| https://static.clairedefermat.com/pixel/v2/pixel.js | 70 KB | 58 KB (84%) | ✓ | 3rd |
| https://www.glossier.com/cdn/shop/t/1393/assets/app.min.js?v=116494217122873023101774881013 | 84 KB | 55 KB (65%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js | 110 KB | 54 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW9HP9Z | 173 KB | 53 KB (31%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-960173363&cx=c>m=4e6461 | 144 KB | 52 KB (36%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
private, no-store
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-store | — | Never cache this response |
CImage OptimizationAction21 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 Loading10 fonts (167 KB)PASS
Web fonts
10
167 KB total
Render-blocking
0
of 10
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
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 ~29 KB and ~58 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints19 hints, 0 missing preconnectsPASS
Current Resource Hints
19 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 Waterfall354 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 | 2429ms | 0 KB | — | €13/mo | Costly |
www.glossier.com www.glossier.com | Other | 2173ms | 61 KB | 41% | €12/mo | Costly |
www.glossier.com www.glossier.com | Other | 2058ms | 57 KB | — | €11/mo | Costly |
edge.fullstory.com edge.fullstory.com | Other | 1431ms | 80 KB | 33% | €8/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 1249ms | 105 KB | 31% | €7/mo | Costly |
www.glossier.com www.glossier.com | Other | 947ms | 84 KB | 65% | €5/mo | Costly |
21bd15724800.cdn4.forter.com 21bd15724800.cdn4.forter.com | Other | 653ms | 215 KB | 41% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 644ms | 173 KB | 31% | €3/mo | Costly |
onsite.joinground.com onsite.joinground.com | Other | 633ms | 68 KB | 51% | €3/mo | Costly |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 451ms | 220 KB | 42% | €2/mo | Costly |
(program):2 (program):2 | Other | 420ms | 0 KB | — | €2/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 351ms | 93 KB | 49% | €2/mo | Costly |
www.glossier.com www.glossier.com | Other | 349ms | 85 KB | 57% | €2/mo | Costly |
www.glossier.com www.glossier.com | Other | 328ms | 4 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 267ms | 169 KB | 40% | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 256ms | 144 KB | 36% | €1/mo | Costly |
www.glossier.com www.glossier.com | Other | 253ms | 31 KB | — | €1/mo | Costly |
us-assets.i.posthog.com us-assets.i.posthog.com | Other | 241ms | 65 KB | 51% | €1/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 240ms | 110 KB | 49% | €1/mo | Costly |
static.rechargecdn.com static.rechargecdn.com | Other | 182ms | 119 KB | 63% | €1/mo | Optional |
www.glossier.com www.glossier.com | Other | 150ms | 21 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 143ms | 8 KB | — | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 139ms | 38 KB | 67% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 136ms | 52 KB | 81% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 123ms | 11 KB | — | €1/mo | Optional |
d.impactradius-event.com d.impactradius-event.com | Other | 112ms | 26 KB | — | €1/mo | Optional |
www.glossier.com www.glossier.com | Other | 100ms | 28 KB | — | €1/mo | Optional |
www.glossier.com www.glossier.com | Other | 98ms | 23 KB | — | €1/mo | Optional |
sc-static.net sc-static.net | Other | 91ms | 25 KB | — | €0/mo | Optional |
crossborder-integration.global-e.com crossborder-integration.global-e.com | Other | 76ms | 23 KB | — | €0/mo | Optional |
static.clairedefermat.com static.clairedefermat.com | Other | 73ms | 70 KB | 84% | €0/mo | Optional |
www.glossier.com www.glossier.com | Other | 71ms | 26 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2429ms and costs ~€13/month
- www.glossier.com adds 2173ms and costs ~€12/month
- www.glossier.com adds 2058ms and costs ~€11/month
- edge.fullstory.com adds 1431ms and costs ~€8/month
- Optimizely adds 1249ms and costs ~€7/month
- www.glossier.com adds 947ms and costs ~€5/month
- 21bd15724800.cdn4.forter.com adds 653ms and costs ~€3/month
- Google Tag Manager adds 644ms and costs ~€3/month
- onsite.joinground.com adds 633ms and costs ~€3/month
- 7ce243a1e1a2.cdn4.forter.com adds 451ms and costs ~€2/month
- (program):2 adds 420ms and costs ~€2/month
- assets.gorgias.chat adds 351ms and costs ~€2/month
- www.glossier.com adds 349ms and costs ~€2/month
- www.glossier.com adds 328ms and costs ~€2/month
- Google Tag Manager adds 267ms and costs ~€1/month
- Google Tag Manager adds 256ms and costs ~€1/month
- www.glossier.com adds 253ms and costs ~€1/month
- us-assets.i.posthog.com adds 241ms and costs ~€1/month
- analytics.tiktok.com adds 240ms and costs ~€1/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
Unattributable takes 2429ms 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
www.glossier.com takes 2173ms 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
www.glossier.com takes 2058ms 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 1431ms 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 1249ms 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
www.glossier.com takes 947ms 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
65% of www.glossier.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
21bd15724800.cdn4.forter.com takes 653ms 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 644ms 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 633ms 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 onsite.joinground.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 451ms 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 420ms 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
assets.gorgias.chat takes 351ms 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
www.glossier.com takes 349ms 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
57% of www.glossier.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
www.glossier.com takes 328ms 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 267ms 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 256ms 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
www.glossier.com takes 253ms 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
us-assets.i.posthog.com takes 241ms 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
analytics.tiktok.com takes 240ms 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
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
67% of assets.gorgias.chat'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
81% of static.klaviyo.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
84% of static.clairedefermat.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