Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/2f8c32bd-ba70-40b8-836e-c8145e47f756)<a href="https://beavercheck.com/results/2f8c32bd-ba70-40b8-836e-c8145e47f756"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsamsung.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsamsung.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~26%.
Page takes 6.5s to load
+12% bounceUsers abandon at ~3s — you're 4.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₩315,000 investment → ₩1,448,623/month returns + KRW 3,000,000,000 risk avoided
₩315,000
4h · 5 findings
₩1,448,623 /mo
~₩17,383,475 / year
KRW 3,000,000,000
if kept compliant
₩105,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at ₩70000/hr
Based on South Korea rates (₩70000/hr)
Start here for the best return on investment
₩250,000,834 / month at risk
~₩3,000,010,002 / year if left unfixed
₩3,000,000,000
₩834 /mo
7710.1 MB/mo × 108.108 KRW/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.67 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.61 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.75 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.
19.25 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 4.4 KiB | 342 ms |
| /resources/libs/account-internal/2.0.0/account-internal.m... | 903 B | 759 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img | consent.trustarc.com/get?name=samsungblack_logo.png | 6.4 KiB | 5.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| samsung.com/ | 1.1 s |
| www.samsung.com/ | 806 ms |
| www.samsung.com/us/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.2 KiB |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 155.6 KiB | 102.0 KiB |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-04-08/startup.bundle.js | 123.5 KiB | 66.3 KiB |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 59.3 KiB | 33.6 KiB |
| assets.adobedtm.com/72afb75f5516/8609776c4c4c/launch-6dab4959fb1e.min.js | 90.5 KiB | 33.5 KiB |
| /static-scripts/m/audioeye-scanner-esm/v11.0.43/audioeye-... | 80.4 KiB | 29.3 KiB |
| s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB | 57.5 KiB | 23.9 KiB |
| consent.trustarc.com/asset/integration-builder-v1.1.0.min.js | 41.6 KiB | 23.9 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 21.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 34.0 s |
| Other | 4.0 s |
| Style & Layout | 2.4 s |
| Garbage Collection | 525 ms |
| Rendering | 464 ms |
| Script Parsing & Compilation | 463 ms |
| Parse HTML & CSS | 248 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .ta-content-youtube-container { /* Color scheme variables */ --bg-light: #f8f8f8; --bg-dark: … | 6.6 KiB | 3.1 KiB |
| .ta-content-vimeo-container { /* Color scheme variables */ --bg-light: #f8f8f8; --bg-dark: #f… | 6.6 KiB | 3.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 47.2 KiB | 40.6 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main | /is/image/samsung/assets/us/homepage/hp/04142026/HOME_Fea... |
div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main | /is/image/samsung/assets/us/footer/Footer_GetShopApp_0820... |
div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main | images.samsung.com/is/content/samsung/assets/us/footer/text-banner-2.svg |
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img | consent.trustarc.com/get?name=samsungblack_logo.png |
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview | /is/image/samsung/assets/us/homepage/hp/04132026/2026-hom... |
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview | /is/image/samsung/assets/us/homepage/hp/03172026/SDSAC-10... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Samsung Electronics, and its partners, use cookies, web beacons, pixels and sim… body.ae-device-mobile > div#consent_blackbar |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB line 9, col 11214 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/samsung/clientlibs/consumer/global/client... line 203, col 333 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.samsung.com/us/smartphones/galaxy-s26-ultra/ | Learn more |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
36 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.172
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.30 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.
3.62 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img | consent.trustarc.com/get?name=samsungblack_logo.png | 6.4 KiB | 6.0 KiB |
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main | /is/image/samsung/assets/us/homepage/hp/04142026/HOME_Fea... | 37.9 KiB | 4.6 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 4.4 KiB | 100 ms |
| /resources/libs/account-internal/2.0.0/account-internal.m... | 903 B | 211 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| samsung.com/ | 616 ms |
| www.samsung.com/ | 352 ms |
| www.samsung.com/us/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
New Micro RGB
The answer to greatness
Buy
- micro rgb section.hd08-hero-kv-home > div.hd08-hero-kv-home__inner > div.hd08-hero-kv-home__contents > div.hd08-hero-kv-home__text-wrap | 0.095 |
div.image > figure.first-image > picture > img div.image > figure.first-image > picture > img | 0.074 |
Search
Search
Cart
Sign in/Create Account div.nv00-gnb-v4__inner > div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > div.nv00-gnb-v4__utility-list | 0.002 |
Configure
Accept All
Decline All div#truste-consent-track > div.truste-consent-content > div.truste-custom-samsung-wrap > div#truste-consent-buttons | 0.001 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.2 KiB |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 155.7 KiB | 101.6 KiB |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-04-08/startup.bundle.js | 123.5 KiB | 65.5 KiB |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 59.3 KiB | 34.4 KiB |
| /static-scripts/m/audioeye-scanner-esm/v11.0.43/audioeye-... | 80.4 KiB | 29.3 KiB |
| s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB | 57.5 KiB | 23.9 KiB |
| consent.trustarc.com/asset/integration-builder-v1.1.0.min.js | 41.6 KiB | 23.9 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 21.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /static-scripts/m/audioeye-scanner-esm/v11.0.43/audioeye-... | 7.9 s | 7.4 s | 0.4 ms |
| Unattributable | 662 ms | 29 ms | 0.0 ms |
| www.samsung.com/us/ | 610 ms | 23 ms | 5.0 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 496 ms | 425 ms | 38 ms |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 329 ms | 190 ms | 16 ms |
| s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB | 257 ms | 152 ms | 5.6 ms |
| /notice?domain=samsung.com.us&c=teconsent&js=nj¬iceTyp... | 106 ms | 50 ms | 2.3 ms |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-04-08/startup.bundle.js | 98 ms | 80 ms | 17 ms |
| /etc.clientlibs/samsung/components/content/consumer/globa... | 96 ms | 9.1 ms | 0.6 ms |
| assets.adobedtm.com/72afb75f5516/8609776c4c4c/launch-6dab4959fb1e.min.js | 81 ms | 58 ms | 17 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 54 ms | 39 ms | 3.3 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 8.8 s |
| Other | 1.1 s |
| Style & Layout | 682 ms |
| Rendering | 144 ms |
| Garbage Collection | 136 ms |
| Script Parsing & Compilation | 131 ms |
| Parse HTML & CSS | 77 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .ta-content-vimeo-container { /* Color scheme variables */ --bg-light: #f8f8f8; --bg-dark: #f… | 6.6 KiB | 3.1 KiB |
| .ta-content-youtube-container { /* Color scheme variables */ --bg-light: #f8f8f8; --bg-dark: … | 6.6 KiB | 3.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 47.2 KiB | 42.1 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main | /is/image/samsung/assets/us/homepage/hp/04142026/HOME_Fea... |
div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main | /is/image/samsung/assets/us/footer/Footer_GetShopApp_0820... |
div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main | images.samsung.com/is/content/samsung/assets/us/footer/text-banner-2.svg |
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img | consent.trustarc.com/get?name=samsungblack_logo.png |
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview | /is/image/samsung/assets/us/homepage/hp/04132026/2026-hom... |
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview | /is/image/samsung/assets/us/homepage/hp/03172026/SDSAC-10... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Accessible Menu - Main Menu
Shop
Shop
NEW
NEW
NEW
NEW
NEW
Mobile
Mobile
NEW
NEW… div.nv00-gnb-v4__inner > div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Shop ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Shop ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Mobile ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Mobile ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
TV & AV ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
TV & AV ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Appliances ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Appliances ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Computers & Monitors ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Computers & Monitors ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Wearables ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Wearables ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Audio ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Audio ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Accessories ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Accessories ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Samsung Electronics, and its partners, use cookies, web beacons, pixels and sim… body.ae-device-desktop > div#consent_blackbar |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Shop
Shop
NEW
NEW
NEW
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Mobile
Mobile
NEW
NEW
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
TV & AV
TV & AV
NEW
NEW
NEW
NEW
NEW
NEW
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Appliances
Appliances
NEW
NEW
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Computers & Monitors
Computers & Monitors
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Wearables
Wearables
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Audio
Audio
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Accessories
Accessories
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB line 9, col 11214 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/samsung/clientlibs/consumer/global/client... line 203, col 333 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.samsung.com/us/smartphones/galaxy-s26-ultra/ | Learn more |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Sign in
… div.nv00-gnb-v4__inner > div.nv00-gnb-v4__header > div.nv00-gnb-v4__utility-list > a.nv00-gnb-v4__utility |
To appear in search results, crawlers need access to your app.
Send Feedback