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.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.48 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.090
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.87 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.
49.04 s
Page Load Progression
FPage Weight BudgetAction19.8 MB transferred, 513 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
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
FJS Execution CostAction19433ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 3745ms | 584ms | 0ms | 3rd |
| https://rayconglobal.com/ | 2538ms | 706ms | 83ms | 1st |
| https://rayconglobal.com/cdn/shop/t/562/assets/theme.js?v=83377580427622975121775571891 | 1558ms | 980ms | 30ms | 1st |
| (program):2 | 767ms | 200ms | 0ms | 3rd |
| https://static-resources.botnot.io/js/yofi-telemetry-prod.min.js?v=202603091833&shop=raycon.myshopify.com | 763ms | 739ms | 12ms | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 759ms | 632ms | 40ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NV2D5BD | 739ms | 657ms | 55ms | 3rd |
| https://cdn.shopify.com/extensions/019d68e3-79e6-7f04-acc7-fc5b3ebc1f89/judgeme-444/assets/loader.js | 581ms | 514ms | 1ms | 3rd |
| https://replocdn.com/w/fb26f090-0ab1-4b11-bb96-9f0ab37adae9/cd4093cd-9f39-486d-90e0-6afb23f6cff2.min.js?v=bdd807e0-1d8a-11f1-bf0b-a9b4be72aad1 | 575ms | 426ms | 125ms | 3rd |
| https://rayconglobal.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 544ms | 449ms | 28ms | 1st |
Showing top 10 of 51 scripts
FJS BundlesAction266 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://replocdn.com/w/fb26f090-0ab1-4b11-bb96-9f0ab37adae9/cd4093cd-9f39-486d-90e0-6afb23f6cff2.min.js?v=bdd807e0-1d8a-11f1-bf0b-a9b4be72aad1 | 333 KB | 147 KB (44%) | ✓ | 3rd |
| https://sdk.postscript.io/sdk.bundle.js?shopId=3994 | 202 KB | 145 KB (72%) | ✓ | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 220 KB | 93 KB (43%) | ✓ | 3rd |
| https://cdn.accessibly.app/accessibly/2.0.3/accessibly.js | 222 KB | 78 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-809103448&cx=c>m=4e6461 | 159 KB | 76 KB (48%) | ✓ | 3rd |
| https://rayconglobal.com/cdn/shop/t/562/assets/theme.js?v=83377580427622975121775571891 | 100 KB | 67 KB (67%) | ✓ | 1st |
| https://widgets.automizely.com/reviews/v1/rv_vendors-f82e0cd2.b83cf295.js | 79 KB | 67 KB (84%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-5DMKD8PDJV&cx=c>m=4e6461 | 172 KB | 65 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-10005902&cx=c>m=4e6461 | 129 KB | 61 KB (47%) | ✓ | 3rd |
| https://widgets.automizely.com/reviews/v1/rv_vendors-cdd60c62.c7f63eb1.js | 75 KB | 60 KB (88%) | ✓ | 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 |
CImage OptimizationAction48 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
AThird-Party Impact24% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (215 KB)PASS
Web fonts
8
215 KB total
Render-blocking
0
of 8
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
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 ~21 KB and ~42 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints26 hints, 0 missing preconnectsPASS
Current Resource Hints
26 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 Waterfall513 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 | 3745ms | 0 KB | — | €20/mo | Costly |
(program):2 (program):2 | Other | 767ms | 0 KB | — | €4/mo | Costly |
static-resources.botnot.io static-resources.botnot.io | Other | 763ms | 50 KB | — | €4/mo | Costly |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 759ms | 220 KB | 43% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 739ms | 184 KB | 33% | €4/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 581ms | 4 KB | — | €3/mo | Costly |
replocdn.com replocdn.com | Other | 575ms | 333 KB | 44% | €3/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 519ms | 26 KB | — | €3/mo | Costly |
sdk.postscript.io sdk.postscript.io | Other | 456ms | 202 KB | 72% | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 377ms | 75 KB | 78% | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 316ms | 8 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 302ms | 172 KB | 38% | €2/mo | Costly |
cdn.weglot.com cdn.weglot.com | Other | 294ms | 71 KB | 38% | €2/mo | Costly |
cdn.intelligems.io cdn.intelligems.io | Other | 294ms | 108 KB | 49% | €2/mo | Costly |
api.joinclyde.com api.joinclyde.com | Other | 289ms | 55 KB | 76% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 267ms | 159 KB | 48% | €1/mo | Costly |
res4.applovin.com res4.applovin.com | Other | 257ms | 31 KB | — | €1/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 248ms | 11 KB | — | €1/mo | Costly |
widgets.automizely.com widgets.automizely.com | Other | 186ms | 87 KB | — | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 181ms | 46 KB | 87% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 180ms | 95 KB | 34% | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 173ms | 110 KB | 51% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 164ms | 129 KB | 47% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 159ms | 10 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 138ms | 10 KB | — | €1/mo | Optional |
cdn.accessibly.app cdn.accessibly.app | Other | 133ms | 222 KB | 35% | €1/mo | Optional |
crossborder-integration.global-e.com crossborder-integration.global-e.com | Other | 112ms | 23 KB | — | €1/mo | Optional |
cdn1.stamped.io cdn1.stamped.io | Other | 112ms | 30 KB | 88% | €1/mo | Optional |
cdn.richpanel.com cdn.richpanel.com | Other | 105ms | 14 KB | — | €1/mo | Optional |
services.nofraud.com services.nofraud.com | Other | 100ms | 8 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 90ms | 52 KB | 74% | €0/mo | Optional |
storm.spicegems.org storm.spicegems.org | Other | 81ms | 33 KB | — | €0/mo | Optional |
j.northbeam.io j.northbeam.io | Other | 80ms | 33 KB | — | €0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 79ms | 37 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 79ms | 23 KB | — | €0/mo | Optional |
webservices.global-e.com webservices.global-e.com | Other | 78ms | 1 KB | — | €0/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 74ms | 13 KB | — | €0/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 63ms | 21 KB | — | €0/mo | Optional |
cdn.accessibly.app cdn.accessibly.app | Other | 63ms | 5 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 63ms | 19 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 59ms | 43 KB | 79% | €0/mo | Optional |
j.northbeam.io j.northbeam.io | Other | 53ms | 35 KB | 71% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 3745ms and costs ~€20/month
- (program):2 adds 767ms and costs ~€4/month
- static-resources.botnot.io adds 763ms and costs ~€4/month
- 7ce243a1e1a2.cdn4.forter.com adds 759ms and costs ~€4/month
- Google Tag Manager adds 739ms and costs ~€4/month
- cdn.shopify.com adds 581ms and costs ~€3/month
- replocdn.com adds 575ms and costs ~€3/month
- Microsoft Clarity adds 519ms and costs ~€3/month
- sdk.postscript.io adds 456ms and costs ~€2/month
- static.klaviyo.com adds 377ms and costs ~€2/month
- static.klaviyo.com adds 316ms and costs ~€2/month
- Google Tag Manager adds 302ms and costs ~€2/month
- cdn.weglot.com adds 294ms and costs ~€2/month
- cdn.intelligems.io adds 294ms and costs ~€2/month
- api.joinclyde.com adds 289ms and costs ~€2/month
- Google Tag Manager adds 267ms and costs ~€1/month
- res4.applovin.com adds 257ms and costs ~€1/month
- static.klaviyo.com adds 248ms and costs ~€1/month
73% 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 3745ms 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 767ms 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
static-resources.botnot.io takes 763ms 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
7ce243a1e1a2.cdn4.forter.com takes 759ms 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 739ms 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 581ms 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
replocdn.com takes 575ms 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 519ms 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
sdk.postscript.io takes 456ms 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
72% of sdk.postscript.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
static.klaviyo.com takes 377ms 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
78% 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
static.klaviyo.com takes 316ms 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 302ms 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 294ms 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.intelligems.io takes 294ms 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
api.joinclyde.com takes 289ms 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 api.joinclyde.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
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
res4.applovin.com takes 257ms 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
static.klaviyo.com takes 248ms 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
87% 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
51% of analytics.tiktok.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
88% of cdn1.stamped.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
74% 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
79% 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
71% of j.northbeam.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