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.
4.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.97 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
20.96 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.
40.79 s
Page Load Progression
FPage Weight BudgetAction3.9 MB transferred, 101 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 ImpactAction78% third-party, 0 ms blockingFIX
FJS Execution CostAction53859ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://wsv3cdn.audioeye.com/static-scripts/m/audioeye-scanner-esm/v11.0.34/audioeye-scanner-esm.js | 41634ms | 39202ms | 2ms | 3rd |
| Unattributable | 3306ms | 163ms | 0ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 1767ms | 1530ms | 111ms | 3rd |
| https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-base-ux25.min.2ce5aa04b94973bb8fb3c8d0e6ee6c3d.js | 1756ms | 800ms | 69ms | 1st |
| https://www.samsung.com/us/ | 1594ms | 78ms | 13ms | 1st |
| https://s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB | 930ms | 562ms | 40ms | 3rd |
| https://www.samsung.com/etc.clientlibs/samsung/components/content/consumer/global/home/ho-g-hero-kv-home/clientlibs/site.min.1c9a0aae958e478199dc22f247e117a7.js | 778ms | 50ms | 4ms | 1st |
| https://consent.trustarc.com/notice?domain=samsung.com.us&c=teconsent&js=nj¬iceType=bb&text=true>m=1&pcookie | 448ms | 230ms | 14ms | 3rd |
| https://assets.adobedtm.com/72afb75f5516/8609776c4c4c/launch-6dab4959fb1e.min.js | 370ms | 193ms | 47ms | 3rd |
| https://wsv3cdn.audioeye.com/static-scripts/v2/2026-03-27/startup.bundle.js | 304ms | 261ms | 40ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction36 scripts, 870 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 851 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-base-ux25.min.2ce5aa04b94973bb8fb3c8d0e6ee6c3d.js | 155 KB | 100 KB (65%) | ✓ | 1st |
| https://wsv3cdn.audioeye.com/static-scripts/v2/2026-03-27/startup.bundle.js | 124 KB | 66 KB (53%) | ✓ | 3rd |
| https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-dependencies.min.407b108c60433f00a6b1a0e8f272a2c1.js | 59 KB | 34 KB (57%) | ✓ | 1st |
| https://assets.adobedtm.com/72afb75f5516/8609776c4c4c/launch-6dab4959fb1e.min.js | 90 KB | 33 KB (37%) | ✓ | 3rd |
| https://wsv3cdn.audioeye.com/static-scripts/m/audioeye-scanner-esm/v11.0.34/audioeye-scanner-esm.js | 80 KB | 29 KB (36%) | ✓ | 3rd |
| https://s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB | 58 KB | 24 KB (42%) | ✓ | 3rd |
| https://consent.trustarc.com/asset/integration-builder-v1.1.0.min.js | 42 KB | 24 KB (57%) | ✓ | 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
max-age=0, no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
CImage OptimizationAction26 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.
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
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (415 KB)PASS
Web fonts
7
415 KB total
Render-blocking
0
of 7
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
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 ~60 KB and ~120 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
Network Waterfall101 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 |
|---|---|---|---|---|---|---|
wsv3cdn.audioeye.com wsv3cdn.audioeye.com | Other | 41634ms | 80 KB | 36% | ₩322078/mo | Costly |
Unattributable Unattributable | Other | 3306ms | 0 KB | — | ₩25572/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 1767ms | 0 KB | 49% | ₩13670/mo | Costly |
s.go-mpulse.net s.go-mpulse.net | Other | 930ms | 58 KB | 42% | ₩7192/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 448ms | 18 KB | — | ₩3464/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 370ms | 90 KB | 37% | ₩2865/mo | Costly |
wsv3cdn.audioeye.com wsv3cdn.audioeye.com | Other | 304ms | 124 KB | 53% | ₩2351/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 214ms | 36 KB | 59% | ₩1655/mo | Costly |
wsv3cdn.audioeye.com wsv3cdn.audioeye.com | Other | 69ms | 14 KB | — | ₩534/mo | Costly |
wsv3cdn.audioeye.com wsv3cdn.audioeye.com | Other | 62ms | 7 KB | — | ₩481/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 55ms | 42 KB | 57% | ₩422/mo | Costly |
These scripts may cost more than they're worth
- wsv3cdn.audioeye.com adds 41634ms and costs ~₩322078/month
- Unattributable adds 3306ms and costs ~₩25572/month
- www.gstatic.com adds 1767ms and costs ~₩13670/month
- s.go-mpulse.net adds 930ms and costs ~₩7192/month
- consent.trustarc.com adds 448ms and costs ~₩3464/month
- assets.adobedtm.com adds 370ms and costs ~₩2865/month
- wsv3cdn.audioeye.com adds 304ms and costs ~₩2351/month
- consent.trustarc.com adds 214ms and costs ~₩1655/month
- wsv3cdn.audioeye.com adds 69ms and costs ~₩534/month
- wsv3cdn.audioeye.com adds 62ms and costs ~₩481/month
- consent.trustarc.com adds 55ms and costs ~₩422/month
91% 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
wsv3cdn.audioeye.com takes 41634ms 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 3306ms 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.gstatic.com takes 1767ms 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
s.go-mpulse.net takes 930ms 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
consent.trustarc.com takes 448ms 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.adobedtm.com takes 370ms 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
wsv3cdn.audioeye.com takes 304ms 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
53% of wsv3cdn.audioeye.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
consent.trustarc.com takes 214ms 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
59% of consent.trustarc.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
wsv3cdn.audioeye.com takes 69ms 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
wsv3cdn.audioeye.com takes 62ms 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
consent.trustarc.com takes 55ms 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 consent.trustarc.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