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.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
163 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.42 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.
5.03 s
Page Load Progression
FPage Weight BudgetAction4.5 MB transferred, 384 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
DJS Execution CostAction2265ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.goodeeworld.com/ | 624ms | 48ms | 9ms | 3rd |
| Unattributable | 413ms | 15ms | 0ms | 3rd |
| https://cdn.weglot.com/weglot.min.js | 344ms | 317ms | 6ms | 3rd |
| https://www.goodeeworld.com/cdn/shop/t/674/assets/vendor.min.js?v=11589511144441591071692129783 | 287ms | 130ms | 4ms | 3rd |
| https://cdn.shopify.com/extensions/019d6baf-2256-7a72-a959-594d6c533604/swym-relay-723/assets/swym-ext-shopify.js | 174ms | 122ms | 9ms | 3rd |
| https://www.goodeeworld.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 138ms | 74ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G21JZVE3VR | 114ms | 95ms | 14ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 89ms | 71ms | 2ms | 3rd |
| https://cdn-widgetsrepository.yotpo.com/widget-assets/widget-reviews-star-ratings/app.v0.28.6-1323.js | 83ms | 67ms | 6ms | 3rd |
FJS BundlesAction173 scripts, 645 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.shopify.com/extensions/019d6274-3429-7dd3-be9d-3a5d87aee75c/recommendation-kit-131/assets/glood-ai-recommendations-v3.js | 77 KB | 62 KB (82%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G21JZVE3VR | 177 KB | 56 KB (32%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d6baf-2256-7a72-a959-594d6c533604/swym-relay-723/assets/storefront-layout-components.js | 1 KB | 52 KB (81%) | ✗ | 3rd |
| https://cdn.shopify.com/extensions/019d6baf-2256-7a72-a959-594d6c533604/swym-relay-723/assets/storefront-layout-components.js | 66 KB | 52 KB (81%) | ✗ | 3rd |
| https://cdn.weglot.com/weglot.min.js?api_key= | 71 KB | 52 KB (75%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 93 KB | 46 KB (49%) | ✓ | 3rd |
| https://strn.rise-ai.com/?shop=goodeeworld.myshopify.com | 54 KB | 36 KB (67%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d6baf-2256-7a72-a959-594d6c533604/swym-relay-723/assets/swym-ext-shopify.js | 1 KB | 34 KB (47%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d6baf-2256-7a72-a959-594d6c533604/swym-relay-723/assets/swym-ext-shopify.js | 74 KB | 34 KB (47%) | ✓ | 3rd |
| https://www.goodeeworld.com/cdn/shop/t/674/assets/theme.js?v=144206947832275691031774445253 | 43 KB | 33 KB (79%) | ✓ | 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 Optimization40 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
A+Text CompressionAll text resources are compressedPASS
A+Font Loading18 fonts (593 KB)PASS
Web fonts
18
593 KB total
Render-blocking
0
of 18
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 ~64 KB and ~128 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 Waterfall384 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 |
|---|---|---|---|---|---|---|
www.goodeeworld.com www.goodeeworld.com | Other | 624ms | 77 KB | — | €3/mo | Costly |
Unattributable Unattributable | Other | 413ms | 0 KB | — | €2/mo | Costly |
cdn.weglot.com cdn.weglot.com | Other | 344ms | 71 KB | 41% | €2/mo | Costly |
www.goodeeworld.com www.goodeeworld.com | Other | 287ms | 60 KB | 50% | €2/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 174ms | 1 KB | 47% | €1/mo | Optional |
www.goodeeworld.com www.goodeeworld.com | Other | 138ms | 61 KB | 39% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 114ms | 177 KB | 32% | €1/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 89ms | 26 KB | — | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 83ms | 24 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.goodeeworld.com adds 624ms and costs ~€3/month
- Unattributable adds 413ms and costs ~€2/month
- cdn.weglot.com adds 344ms and costs ~€2/month
- www.goodeeworld.com adds 287ms and costs ~€2/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
www.goodeeworld.com takes 624ms 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 413ms 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.weglot.com takes 344ms 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.goodeeworld.com takes 287ms 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