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.
1.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
114 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.185
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.64 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.
7.55 s
Page Load Progression
FPage Weight BudgetAction14.7 MB transferred, 350 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
DJS Execution CostAction3359ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 553ms | 69ms | 0ms | 3rd |
| https://www.glossier.com/en-es | 472ms | 83ms | 5ms | 3rd |
| https://www.glossier.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 447ms | 255ms | 5ms | 3rd |
| https://edge.fullstory.com/s/fs.js | 308ms | 236ms | 6ms | 3rd |
| https://www.glossier.com/cdn/shop/t/1393/assets/app.min.js?v=116494217122873023101774881013 | 246ms | 99ms | 17ms | 3rd |
| https://cdn.optimizely.com/js/22916101539.js | 234ms | 181ms | 10ms | 3rd |
| https://21bd15724800.cdn4.forter.com/sn/21bd15724800/script.js | 190ms | 172ms | 15ms | 3rd |
| https://onsite.joinground.com/ground.js | 164ms | 150ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW9HP9Z | 137ms | 124ms | 11ms | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 108ms | 94ms | 11ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction179 scripts, 1009 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 | 92 KB (42%) | ✓ | 3rd |
| https://21bd15724800.cdn4.forter.com/sn/21bd15724800/script.js | 215 KB | 84 KB (39%) | ✓ | 3rd |
| https://21bd15724800.cdn4.forter.com/sn/21bd15724800/script.js | 215 KB | 84 KB (39%) | ✓ | 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 (66%) | ✓ | 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 (30%) | ✓ | 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.
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.
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
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 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 Waterfall350 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 | 553ms | 0 KB | — | €3/mo | Costly |
www.glossier.com www.glossier.com | Other | 472ms | 57 KB | — | €2/mo | Costly |
www.glossier.com www.glossier.com | Other | 447ms | 61 KB | 41% | €2/mo | Costly |
edge.fullstory.com edge.fullstory.com | Other | 308ms | 80 KB | 33% | €2/mo | Costly |
www.glossier.com www.glossier.com | Other | 246ms | 84 KB | 66% | €1/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 234ms | 105 KB | 31% | €1/mo | Costly |
21bd15724800.cdn4.forter.com 21bd15724800.cdn4.forter.com | Other | 190ms | 215 KB | 39% | €1/mo | Optional |
onsite.joinground.com onsite.joinground.com | Other | 164ms | 68 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 137ms | 173 KB | 30% | €1/mo | Optional |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 108ms | 220 KB | 42% | €1/mo | Optional |
(program):2 (program):2 | Other | 97ms | 0 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 93ms | 23 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 73ms | 169 KB | 40% | €0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 66ms | 110 KB | 49% | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 64ms | 144 KB | 36% | €0/mo | Optional |
www.glossier.com www.glossier.com | Other | 56ms | 85 KB | 57% | €0/mo | Optional |
us-assets.i.posthog.com us-assets.i.posthog.com | Other | 50ms | 65 KB | 51% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 553ms and costs ~€3/month
- www.glossier.com adds 472ms and costs ~€2/month
- www.glossier.com adds 447ms and costs ~€2/month
- edge.fullstory.com adds 308ms and costs ~€2/month
- www.glossier.com adds 246ms and costs ~€1/month
- Optimizely adds 234ms 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 553ms 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 472ms 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 447ms 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 308ms 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 246ms 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
66% 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
Optimizely takes 234ms 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
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