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.32 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.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.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.80 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.
26.06 s
Page Load Progression
FPage Weight BudgetAction4.3 MB transferred, 359 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 CostAction12902ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.goodeeworld.com/ | 3668ms | 212ms | 30ms | 3rd |
| Unattributable | 1748ms | 107ms | 0ms | 3rd |
| https://cdn.weglot.com/weglot.min.js | 1446ms | 1294ms | 24ms | 3rd |
| https://www.goodeeworld.com/cdn/shop/t/674/assets/vendor.min.js?v=11589511144441591071692129783 | 984ms | 492ms | 53ms | 3rd |
| https://www.goodeeworld.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 600ms | 380ms | 24ms | 3rd |
| https://cdn.shopify.com/extensions/019d6baf-2256-7a72-a959-594d6c533604/swym-relay-723/assets/swym-ext-shopify.js | 543ms | 366ms | 53ms | 3rd |
| https://cdn-widgetsrepository.yotpo.com/widget-assets/widget-reviews-star-ratings/app.v0.28.6-1323.js | 446ms | 315ms | 20ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 340ms | 270ms | 6ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G21JZVE3VR | 325ms | 283ms | 38ms | 3rd |
| https://cdn-cookieyes.com/client_data/4ec4f14c431415638a6f8638/script.js | 311ms | 306ms | 3ms | 3rd |
Showing top 10 of 36 scripts
FJS BundlesAction173 scripts, 644 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 | 55 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 Optimization15 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 (597 KB)PASS
Web fonts
18
597 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 Hints20 hints, 0 missing preconnectsPASS
Current Resource Hints
20 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 Waterfall359 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 | 3668ms | 77 KB | — | €19/mo | Costly |
Unattributable Unattributable | Other | 1748ms | 0 KB | — | €9/mo | Costly |
cdn.weglot.com cdn.weglot.com | Other | 1446ms | 71 KB | 41% | €8/mo | Costly |
www.goodeeworld.com www.goodeeworld.com | Other | 984ms | 60 KB | 48% | €5/mo | Costly |
www.goodeeworld.com www.goodeeworld.com | Other | 600ms | 61 KB | 39% | €3/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 543ms | 1 KB | 47% | €3/mo | Costly |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 446ms | 24 KB | — | €2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 340ms | 26 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 325ms | 177 KB | 32% | €2/mo | Costly |
cdn-cookieyes.com cdn-cookieyes.com | Other | 311ms | 10 KB | — | €2/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 212ms | 21 KB | — | €1/mo | Costly |
cdn-cookieyes.com cdn-cookieyes.com | Other | 183ms | 8 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 174ms | 77 KB | 82% | €1/mo | Optional |
www.goodeeworld.com www.goodeeworld.com | Other | 174ms | 21 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 153ms | 24 KB | — | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 125ms | 38 KB | 67% | €1/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 114ms | 93 KB | 49% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 110ms | 13 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 109ms | 49 KB | 45% | €1/mo | Optional |
www.goodeeworld.com www.goodeeworld.com | Other | 94ms | 28 KB | — | €0/mo | Optional |
www.goodeeworld.com www.goodeeworld.com | Other | 90ms | 23 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 87ms | 25 KB | — | €0/mo | Optional |
www.goodeeworld.com www.goodeeworld.com | Other | 77ms | 4 KB | — | €0/mo | Optional |
www.goodeeworld.com www.goodeeworld.com | Other | 76ms | 4 KB | — | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 76ms | 15 KB | — | €0/mo | Optional |
str.rise-ai.com str.rise-ai.com | Other | 68ms | 32 KB | — | €0/mo | Optional |
strn.rise-ai.com strn.rise-ai.com | Other | 66ms | 55 KB | 67% | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 63ms | 38 KB | 72% | €0/mo | Optional |
www.goodeeworld.com www.goodeeworld.com | Other | 61ms | 31 KB | — | €0/mo | Optional |
www.goodeeworld.com www.goodeeworld.com | Other | 58ms | 43 KB | 79% | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 56ms | 13 KB | — | €0/mo | Optional |
media.9gtb.com media.9gtb.com | Other | 55ms | 60 KB | 54% | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 54ms | 25 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 53ms | 1 KB | 81% | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 53ms | 14 KB | — | €0/mo | Optional |
cdn.weglot.com cdn.weglot.com | Other | 51ms | 71 KB | 75% | €0/mo | Optional |
These scripts may cost more than they're worth
- www.goodeeworld.com adds 3668ms and costs ~€19/month
- Unattributable adds 1748ms and costs ~€9/month
- cdn.weglot.com adds 1446ms and costs ~€8/month
- www.goodeeworld.com adds 984ms and costs ~€5/month
- www.goodeeworld.com adds 600ms and costs ~€3/month
- cdn.shopify.com adds 543ms and costs ~€3/month
- cdn-widgetsrepository.yotpo.com adds 446ms and costs ~€2/month
- Microsoft Clarity adds 340ms and costs ~€2/month
- Google Tag Manager adds 325ms and costs ~€2/month
- cdn-cookieyes.com adds 311ms and costs ~€2/month
- assets.gorgias.chat adds 212ms 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
www.goodeeworld.com takes 3668ms 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 1748ms 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 1446ms 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 984ms 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 600ms 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.shopify.com takes 543ms 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-widgetsrepository.yotpo.com takes 446ms 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
Microsoft Clarity takes 340ms 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 325ms 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-cookieyes.com takes 311ms 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 212ms 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
82% of cdn.shopify.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
67% of strn.rise-ai.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 cdn.shopify.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
79% of www.goodeeworld.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 media.9gtb.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
81% of cdn.shopify.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
75% of cdn.weglot.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