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.67 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.63 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
19.24 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.
44.87 s
Page Load Progression
FPage Weight BudgetAction7.0 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction27451ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://d2sr58wdgggk0d.cloudfront.net/widget2/latest/vue-sentry.CKVUtFK6.js | 9414ms | 1257ms | 0ms | 3rd |
| Unattributable | 2843ms | 525ms | 0ms | 3rd |
| https://www.cheekbonebeauty.com/ | 2503ms | 689ms | 46ms | 3rd |
| https://www.cheekbonebeauty.com/cdn/shop/t/135/assets/theme.min.js?v=22458721180280195631769788581 | 1914ms | 182ms | 2ms | 3rd |
| https://tools.luckyorange.com/core/core.js?v=1c63ad4 | 1640ms | 1381ms | 27ms | 3rd |
| https://cdn.pickystory.com/widget/dist/latest/pickystory-widget.min.js | 837ms | 697ms | 57ms | 3rd |
| https://app.octaneai.com/das7xla6800f443e/shopify.js?x=eOOb5OtebCTiHk6z&shop=cheekbone-beauty.myshopify.com | 724ms | 549ms | 72ms | 3rd |
| https://onsite.joinground.com/ground.js | 705ms | 478ms | 23ms | 3rd |
| https://js.hs-analytics.net/analytics/1775631600000/6134974.js | 685ms | 536ms | 14ms | 3rd |
| https://www.cheekbonebeauty.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 513ms | 453ms | 16ms | 3rd |
Showing top 10 of 44 scripts
FJS BundlesAction278 scripts, 1.2 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://www.googletagmanager.com/gtag/js?id=G-VK2CHJPEK9&cx=c>m=4e6461 | 166 KB | 110 KB (66%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-479537589&cx=c>m=4e6461 | 144 KB | 105 KB (73%) | ✓ | 3rd |
| https://d2sr58wdgggk0d.cloudfront.net/widget2/latest/main.l08DS3Jr.js | 172 KB | 98 KB (57%) | ✓ | 3rd |
| https://cdn.pickystory.com/widget/dist/latest/pickystory-widget.min.js | 174 KB | 79 KB (45%) | ✓ | 3rd |
| https://staticw2.yotpo.com/ZVaOBZyzCCs6YfLE6eOInKzn52KugiMj2jCGCfnR/widget.js?v2enforce=true | 106 KB | 77 KB (72%) | ✓ | 3rd |
| https://www.cheekbonebeauty.com/cdn/shop/t/135/assets/theme.min.js?v=22458721180280195631769788581 | 90 KB | 68 KB (76%) | ✗ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-VK2CHJPEK9 | 166 KB | 65 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-5NXSLLT | 136 KB | 60 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-479537589 | 145 KB | 53 KB (37%) | ✓ | 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, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
BImage Optimization64 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (590 KB)PASS
Web fonts
4
590 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~217 KB and ~434 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 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 |
|---|---|---|---|---|---|---|
d2sr58wdgggk0d.cloudfront.net d2sr58wdgggk0d.cloudfront.net | Other | 9414ms | 24 KB | — | €50/mo | Costly |
Unattributable Unattributable | Other | 2843ms | 0 KB | — | €15/mo | Costly |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 2503ms | 68 KB | — | €13/mo | Costly |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 1914ms | 90 KB | 76% | €10/mo | Costly |
tools.luckyorange.com tools.luckyorange.com | Other | 1640ms | 82 KB | 44% | €9/mo | Costly |
cdn.pickystory.com cdn.pickystory.com | Other | 837ms | 174 KB | 45% | €4/mo | Costly |
app.octaneai.com app.octaneai.com | Other | 724ms | 108 KB | 42% | €4/mo | Costly |
onsite.joinground.com onsite.joinground.com | Other | 705ms | 68 KB | 49% | €4/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 685ms | 42 KB | — | €4/mo | Costly |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 513ms | 61 KB | 39% | €3/mo | Costly |
cdn-swell-assets.yotpo.com cdn-swell-assets.yotpo.com | Other | 424ms | 192 KB | 80% | €2/mo | Costly |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 399ms | 48 KB | — | €2/mo | Costly |
js.usemessages.com js.usemessages.com | Other | 368ms | 33 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 354ms | 145 KB | 37% | €2/mo | Costly |
giftbox.ds-cdn.com giftbox.ds-cdn.com | Other | 348ms | 40 KB | — | €2/mo | Costly |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 323ms | 4 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 321ms | 166 KB | 39% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 219ms | 136 KB | 44% | €1/mo | Costly |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 211ms | 37 KB | 68% | €1/mo | Costly |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 210ms | 28 KB | — | €1/mo | Costly |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 200ms | 4 KB | — | €1/mo | Costly |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 186ms | 31 KB | — | €1/mo | Optional |
tools.luckyorange.com tools.luckyorange.com | Other | 165ms | 0 KB | — | €1/mo | Optional |
us-assets.i.posthog.com us-assets.i.posthog.com | Other | 163ms | 65 KB | 51% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 159ms | 23 KB | — | €1/mo | Optional |
staticw2.yotpo.com staticw2.yotpo.com | Other | 135ms | 106 KB | 72% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 122ms | 95 KB | 34% | €1/mo | Optional |
cdn.pickystory.com cdn.pickystory.com | Other | 117ms | 62 KB | 54% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 105ms | 37 KB | — | €1/mo | Optional |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 100ms | 21 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 99ms | 166 KB | 66% | €1/mo | Optional |
js.hscollectedforms.net js.hscollectedforms.net | Other | 98ms | 26 KB | — | €1/mo | Optional |
giftbox.ds-cdn.com giftbox.ds-cdn.com | Other | 96ms | 43 KB | — | €1/mo | Optional |
www.cheekbonebeauty.com www.cheekbonebeauty.com | Other | 90ms | 4 KB | — | €0/mo | Optional |
cdn.notify-me.io cdn.notify-me.io | Other | 87ms | 59 KB | 75% | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 84ms | 15 KB | — | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 81ms | 37 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 77ms | 144 KB | 73% | €0/mo | Optional |
tools.luckyorange.com tools.luckyorange.com | Other | 64ms | 14 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 55ms | 8 KB | — | €0/mo | Optional |
giftbox.ds-cdn.com giftbox.ds-cdn.com | Other | 55ms | 20 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 54ms | 14 KB | — | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 54ms | 21 KB | — | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 50ms | 13 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- d2sr58wdgggk0d.cloudfront.net adds 9414ms and costs ~€50/month
- Unattributable adds 2843ms and costs ~€15/month
- www.cheekbonebeauty.com adds 2503ms and costs ~€13/month
- www.cheekbonebeauty.com adds 1914ms and costs ~€10/month
- tools.luckyorange.com adds 1640ms and costs ~€9/month
- cdn.pickystory.com adds 837ms and costs ~€4/month
- app.octaneai.com adds 724ms and costs ~€4/month
- onsite.joinground.com adds 705ms and costs ~€4/month
- HubSpot Analytics adds 685ms and costs ~€4/month
- www.cheekbonebeauty.com adds 513ms and costs ~€3/month
- cdn-swell-assets.yotpo.com adds 424ms and costs ~€2/month
- cdn-widgetsrepository.yotpo.com adds 399ms and costs ~€2/month
- js.usemessages.com adds 368ms and costs ~€2/month
- Google Tag Manager adds 354ms and costs ~€2/month
- giftbox.ds-cdn.com adds 348ms and costs ~€2/month
- www.cheekbonebeauty.com adds 323ms and costs ~€2/month
- Google Tag Manager adds 321ms and costs ~€2/month
- Google Tag Manager adds 219ms and costs ~€1/month
- www.cheekbonebeauty.com adds 211ms and costs ~€1/month
- www.cheekbonebeauty.com adds 210ms and costs ~€1/month
- www.cheekbonebeauty.com adds 200ms 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
d2sr58wdgggk0d.cloudfront.net takes 9414ms 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
Unattributable takes 2843ms 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.cheekbonebeauty.com takes 2503ms 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.cheekbonebeauty.com takes 1914ms 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
76% of www.cheekbonebeauty.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
tools.luckyorange.com takes 1640ms 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.pickystory.com takes 837ms 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
app.octaneai.com takes 724ms 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 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
HubSpot Analytics takes 685ms 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.cheekbonebeauty.com takes 513ms 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 424ms 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
cdn-widgetsrepository.yotpo.com takes 399ms 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
js.usemessages.com takes 368ms 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 354ms 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
giftbox.ds-cdn.com takes 348ms 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.cheekbonebeauty.com takes 323ms 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 321ms 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 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
www.cheekbonebeauty.com takes 211ms 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
68% of www.cheekbonebeauty.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.cheekbonebeauty.com takes 210ms 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.cheekbonebeauty.com takes 200ms 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
72% of staticw2.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
54% of cdn.pickystory.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
66% of Google Tag Manager'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.notify-me.io'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
73% of Google Tag Manager'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