Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 61.3s load time is above Google's 2.5s 'Good' threshold.
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.
Good server performance with room for optimization.
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.
Page weighs 23.4 MB (7.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
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/e74fde8a-65fd-4d64-b36f-6ac5135eec00)<a href="https://beavercheck.com/results/e74fde8a-65fd-4d64-b36f-6ac5135eec00"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flg.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flg.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 61.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~33%.
Page takes 61.3s to load
+12% bounceUsers abandon at ~3s — you're 58.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 13.7s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
73 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
5 broken link(s) on the page
+5% 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.
€425 investment → €1.78/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.78 /mo
~€21 / year
EUR 120,500,000
if kept compliant
€128 — 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.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,021 / year if left unfixed
€120,500,000
+8 more
€1.78 /mo
24011.4 MB/mo × 0.074 EUR/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.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
61.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
13.72 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.122
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
30.15 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.
64.87 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.
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.
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 | |
|---|---|---|---|
LG 32U990A 6K Monitor Digital Trends Readers' Choice 2025, CES Innovation Award… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3f02918ec308182e/webimage-MS_6KMONITOR_REDDOT_AWARD_10... | 100.7 KiB | 63.3 KiB |
LG UltraGear™ OLED logo beside a gray badge reading “LG UltraGear™ OLED — #1 Ga… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/452b59e0570d664e/webimage-MS_IT_SHOWCASE_LG_ULTRAGEAR_... | 94.0 KiB | 60.1 KiB |
LG 32U889SA-W LG Smart Monitor Swing div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/1c491fa10556f4c2/webimage-MS_SMART_MONITOR_SWING_1080x1080.png | 86.9 KiB | 47.7 KiB |
An LG QNED TV prominently displayed in living room setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/12aaceaa134e8d02/webimage-HE_SHOWCASE_TVs_QNED_1080x1080.png | 90.1 KiB | 46.6 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/4c862102a5a584de/webimage-Air_Purifiers_AS601HBB0_Gall... | 45.7 KiB | 42.6 KiB |
UltraGear evo G9 monitor on futuristic background. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/8cf335b5b0e61d14/webimage-MS_ULTRAGEAR_evo_G9_1080x1080.png | 68.2 KiB | 30.8 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/2470ffeef718228f/webimage-Laundry-WM4000HBA-CR-badge-g... | 31.7 KiB | 28.4 KiB |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/4a7a6aa0-25cf-4b2b-a2f7-1c5f96dce590/HS_TOPDEA... | 68.7 KiB | 26.3 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/c28856f9-881d-4b69-b793-b1f24570422a/thumbnail/web... | 28.6 KiB | 25.2 KiB |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img | /transform/4a7a6aa0-25cf-4b2b-a2f7-1c5f96dce590/HS_TOPDEA... | 62.5 KiB | 22.1 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/57b73958-93cf-4fe9-8f11-dfa194214af7/thumbnail/web... | 24.9 KiB | 21.9 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/6b7b33db076b6972/webimage-Speakers_GRABC-AUSAWBK_galle... | 24.6 KiB | 21.7 KiB |
A 2026 LG OLED G6 with text “Zero Gap Flush-Fit Gallery Design”, an OLED W6 wit… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/24bd3e06640df13b/webimage-MS_SHOWCASE_OLED_G6_1080x1080.png | 47.2 KiB | 21.5 KiB |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img | /transform/eb0aaa8a-7540-40ac-bcd3-28bdbf18b914/MS_OLED_G... | 50.6 KiB | 17.9 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/701cbfc9eb823ead/webimage-Projector_PU615U-AUSG_galler... | 19.0 KiB | 16.7 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/06ce4e63-1efe-45d0-9fe5-3d4fbceb0462/thumbnail/web... | 18.1 KiB | 15.9 KiB |
Various UltraGear evo AI monitors appear on smokey grey background. “CES Innova… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/4b5bb0a35dd1f565/webimage-MS_IT_SHOWCASE_ULTRAGEAR_evo... | 32.6 KiB | 14.8 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/30d04883a454ea22/webimage-Air-Conditioner_LW2423HRSM_g... | 16.4 KiB | 14.5 KiB |
Closeup image of an Alpha 11 A1 Gen2 Processor. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/5762ff2d7f0ae41d/webimage-HE_SHOWCASE_TVs_AI_1080x1080.png | 57.8 KiB | 14.3 KiB |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img | /transform/694cfa82-3d3d-4b1c-a9e9-19d2e1fb5ace/MS_SPRING... | 40.2 KiB | 14.2 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/548d22152b3ac2ae/webimage-Ranges_LRGL5823S_gallery-01_... | 15.9 KiB | 14.0 KiB |
On a black background with a gold pattern, a lineup of an LG range, two refrige… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3b74927dbbdacca9/webimage-HS_JD_POWER_Family_Shot_1080... | 30.2 KiB | 13.8 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/2bd15d3af40c8194/webimage-Soundbars-S95AR-gallery-01-5... | 14.1 KiB | 12.5 KiB |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.mediaBreakerImage div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.mediaBreakerImage | /transform/f9843a8d-4ebb-4bb3-a255-0b6e29a2da56/XBU_Shop_... | 23.9 KiB | 10.0 KiB |
"2 years LG Premium Care for $1” text. Various UltraGear evo AI monitors appear… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/8b7e2e91-eb28-49ed-a313-938dbcb3d561/thumbnail/web... | 20.6 KiB | 9.4 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/66fc0c22d5931977/webimage-Refrigerator_LF24Z6530S_gall... | 10.4 KiB | 9.2 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/6633cd203e1d7dd/webimage-Dishwasher-LDPH5554S-gallery-... | 8.5 KiB | 7.5 KiB |
On a green gradient background, a lineup of an LG refrigerator, range, front lo… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/451b7bb63e388802/webimage-HS_SHOWCASE_Reliability_Matt... | 15.5 KiB | 7.1 KiB |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/acec40dc-a08b-4a92-8170-b0bcf6a7475a/MS_TV_MOS... | 47.9 KiB | 5.5 KiB |
A man and woman play a video game in living room setting as a Portable LG Air C… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/4a7cbb04-74e1-4c4c-9642-bccf82bc5318/thumbnail/web... | 39.2 KiB | 4.6 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/379bb02a33c1a112/webimage-A937KGMS_Gallery_04_5000x5000.png | 4.8 KiB | 4.2 KiB |
An LG front load washing machine and top load washing machine on a green gradie… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/60bdf9e241aaaebf/webimage-CR_2025_LAUNDRY_1080x1080.png | 12.9 KiB | 4.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|---|
| www.lg.com/us/common-mfe/lg/gtm-module/bundle.js | 26.3 KiB | 302 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| lg.com/ | 1.3 s |
| www.lg.com/ | 851 ms |
| www.lg.com/us | 152 ms |
| www.lg.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 |
|---|---|
TVs
Refrigerators
Laundry
Monitors
Cooking
Laptops
Dishwashers
Soundbars
Vacuum… body#body > div#__next > div#GlobalLayoutContainer | 0.116 |
body#body > div#spr-live-chat-app > div.spr-chat__proactive-box body#body > div#spr-live-chat-app > div.spr-chat__proactive-box | 0.015 |
TVs
Refrigerators
Laundry
Monitors
Cooking
Laptops
Dishwashers
Soundbars
Vacuum… body#body > div#__next > div#GlobalLayoutContainer | 0.005 |
07094
Zip Code header.MuiPaper-root > div.MuiContainer-root > div.MuiBox-root > div.MuiBox-root | 0.001 |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.optimizely.com/js/6686257430921216.js | 210.3 KiB | 34.6 KiB |
| www.lg.com/us/firebase-app.js | 20.5 KiB | 12.2 KiB |
| /rec/integrations?OrgId=o-240DAD-na1&isInFrame=false&isNa... | 15.1 KiB | 3.9 KiB |
| js.adstk.io/convpixel.js?cust=1259916-000&event_type=HomeVisit®ion_code=NA | 8.2 KiB | 2.6 KiB |
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
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 | 38.4 s |
| Other | 8.8 s |
| Style & Layout | 3.0 s |
| Script Parsing & Compilation | 2.5 s |
| Rendering | 1.6 s |
| Garbage Collection | 1.1 s |
| Parse HTML & CSS | 575 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 |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/acec40dc-a08b-4a92-8170-b0bcf6a7475a/MS_TV_MOS... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/acec40dc-a08b-4a92-8170-b0bcf6a7475a/MS_TV_MOS... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/acec40dc-a08b-4a92-8170-b0bcf6a7475a/MS_TV_MOS... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.mediaBreakerImage div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.mediaBreakerImage | /transform/82bed86c-96ce-4187-a6c0-a82d43b646c9/XBU_Shop_... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/8d209745-5d5b-43d1-a10c-057af360895b/HS_ENERGY... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/eb0aaa8a-7540-40ac-bcd3-28bdbf18b914/MS_OLED_G... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/4a7a6aa0-25cf-4b2b-a2f7-1c5f96dce590/HS_TOPDEA... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/694cfa82-3d3d-4b1c-a9e9-19d2e1fb5ace/MS_SPRING... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/8d209745-5d5b-43d1-a10c-057af360895b/HS_ENERGY... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/eb0aaa8a-7540-40ac-bcd3-28bdbf18b914/MS_OLED_G... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/4a7a6aa0-25cf-4b2b-a2f7-1c5f96dce590/HS_TOPDEA... |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | /transform/694cfa82-3d3d-4b1c-a9e9-19d2e1fb5ace/MS_SPRING... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/4c862102a5a584de/webimage-Air_Purifiers_AS601HBB0_Gall... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/2470ffeef718228f/webimage-Laundry-WM4000HBA-CR-badge-g... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/c28856f9-881d-4b69-b793-b1f24570422a/thumbnail/web... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/66fc0c22d5931977/webimage-Refrigerator_LF24Z6530S_gall... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/57b73958-93cf-4fe9-8f11-dfa194214af7/thumbnail/web... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/548d22152b3ac2ae/webimage-Ranges_LRGL5823S_gallery-01_... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/06ce4e63-1efe-45d0-9fe5-3d4fbceb0462/thumbnail/web... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/6633cd203e1d7dd/webimage-Dishwasher-LDPH5554S-gallery-... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/2bd15d3af40c8194/webimage-Soundbars-S95AR-gallery-01-5... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/1532c3369370755b/webimage-Stylers-SC5GMR80H-gallery-01... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/701cbfc9eb823ead/webimage-Projector_PU615U-AUSG_galler... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/379bb02a33c1a112/webimage-A937KGMS_Gallery_04_5000x5000.png |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/6b7b33db076b6972/webimage-Speakers_GRABC-AUSAWBK_galle... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/30d04883a454ea22/webimage-Air-Conditioner_LW2423HRSM_g... |
"2 years LG Premium Care for $1” text. Various UltraGear evo AI monitors appear… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/8b7e2e91-eb28-49ed-a313-938dbcb3d561/thumbnail/web... |
"2 years LG Premium Care for $1” text. Various UltraGear evo AI monitors appear… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/8b7e2e91-eb28-49ed-a313-938dbcb3d561/thumbnail/web... |
An LG Washer and Dryer on a spring themed background. “Up to 65% less energy”, … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/d4b4cbfc-376f-4d07-a3ca-01175cf9db64/thumbnail/web... |
An LG Washer and Dryer on a spring themed background. “Up to 65% less energy”, … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/d4b4cbfc-376f-4d07-a3ca-01175cf9db64/thumbnail/web... |
“Tax to Tech Season” title badge. A baseball scene plays out on an LG OLED TV &… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/7df1bd63-423a-4f67-bf66-2d09696bcac0/thumbnail/web... |
“Tax to Tech Season” title badge. A baseball scene plays out on an LG OLED TV &… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/7df1bd63-423a-4f67-bf66-2d09696bcac0/thumbnail/web... |
“Buy 1, Get 1” title badge. A French Door and Single Door Refrigerator appear s… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/3fede75499768e05/webimage-HS_REF_BOGO_OG-V2_1080x1080.png |
“Buy 1, Get 1” title badge. A French Door and Single Door Refrigerator appear s… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/3fede75499768e05/webimage-HS_REF_BOGO_OG-V2_1080x1080.png |
A man and woman play a video game in living room setting as a Portable LG Air C… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/4a7cbb04-74e1-4c4c-9642-bccf82bc5318/thumbnail/web... |
A man and woman play a video game in living room setting as a Portable LG Air C… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/4a7cbb04-74e1-4c4c-9642-bccf82bc5318/thumbnail/web... |
On a black background with a gold pattern, a lineup of an LG range, two refrige… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3b74927dbbdacca9/webimage-HS_JD_POWER_Family_Shot_1080... |
On a black background with a gold pattern, a lineup of an LG range, two refrige… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3b74927dbbdacca9/webimage-HS_JD_POWER_Family_Shot_1080... |
On a green gradient background, an LG refrigerator with a badge that says “Cons… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/13cd487398e69e18/webimage-CR_2025_TopFreezer_1080x1080.png |
On a green gradient background, an LG refrigerator with a badge that says “Cons… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/13cd487398e69e18/webimage-CR_2025_TopFreezer_1080x1080.png |
An LG front load washing machine and top load washing machine on a green gradie… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/60bdf9e241aaaebf/webimage-CR_2025_LAUNDRY_1080x1080.png |
An LG front load washing machine and top load washing machine on a green gradie… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/60bdf9e241aaaebf/webimage-CR_2025_LAUNDRY_1080x1080.png |
An LG front load washing machine and top load washing machine on a green gradie… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3cfaf1aa8bc96cf/webimage-HS_SHOWCASE_CR_Electric_Range... |
An LG front load washing machine and top load washing machine on a green gradie… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3cfaf1aa8bc96cf/webimage-HS_SHOWCASE_CR_Electric_Range... |
On a green gradient background, a lineup of an LG refrigerator, range, front lo… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/451b7bb63e388802/webimage-HS_SHOWCASE_Reliability_Matt... |
On a green gradient background, a lineup of an LG refrigerator, range, front lo… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/451b7bb63e388802/webimage-HS_SHOWCASE_Reliability_Matt... |
A 2026 LG OLED G6 with text “Zero Gap Flush-Fit Gallery Design”, an OLED W6 wit… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/24bd3e06640df13b/webimage-MS_SHOWCASE_OLED_G6_1080x1080.png |
A 2026 LG OLED G6 with text “Zero Gap Flush-Fit Gallery Design”, an OLED W6 wit… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/24bd3e06640df13b/webimage-MS_SHOWCASE_OLED_G6_1080x1080.png |
Image shows Tech awards from CNET for the LG G5 TV, CES Award Innovation Award … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/16142816f1009f9a/webimage-MS_BEST_IN_TECH__1080x1080.png |
Image shows Tech awards from CNET for the LG G5 TV, CES Award Innovation Award … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/16142816f1009f9a/webimage-MS_BEST_IN_TECH__1080x1080.png |
An LG QNED TV prominently displayed in living room setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/12aaceaa134e8d02/webimage-HE_SHOWCASE_TVs_QNED_1080x1080.png |
An LG QNED TV prominently displayed in living room setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/12aaceaa134e8d02/webimage-HE_SHOWCASE_TVs_QNED_1080x1080.png |
An LG TV in a stylish living room setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3439bb5297866663/webimage-HE_SHOWCASE_TVs_TV_Buying_Gu... |
An LG TV in a stylish living room setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3439bb5297866663/webimage-HE_SHOWCASE_TVs_TV_Buying_Gu... |
Closeup image of an Alpha 11 A1 Gen2 Processor. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/5762ff2d7f0ae41d/webimage-HE_SHOWCASE_TVs_AI_1080x1080.png |
Closeup image of an Alpha 11 A1 Gen2 Processor. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/5762ff2d7f0ae41d/webimage-HE_SHOWCASE_TVs_AI_1080x1080.png |
UltraGear evo G9 monitor on futuristic background. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/8cf335b5b0e61d14/webimage-MS_ULTRAGEAR_evo_G9_1080x1080.png |
UltraGear evo G9 monitor on futuristic background. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/8cf335b5b0e61d14/webimage-MS_ULTRAGEAR_evo_G9_1080x1080.png |
LG UltraGear™ OLED logo beside a gray badge reading “LG UltraGear™ OLED — #1 Ga… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/452b59e0570d664e/webimage-MS_IT_SHOWCASE_LG_ULTRAGEAR_... |
LG UltraGear™ OLED logo beside a gray badge reading “LG UltraGear™ OLED — #1 Ga… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/452b59e0570d664e/webimage-MS_IT_SHOWCASE_LG_ULTRAGEAR_... |
Various UltraGear evo AI monitors appear on smokey grey background. “CES Innova… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/4b5bb0a35dd1f565/webimage-MS_IT_SHOWCASE_ULTRAGEAR_evo... |
Various UltraGear evo AI monitors appear on smokey grey background. “CES Innova… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/4b5bb0a35dd1f565/webimage-MS_IT_SHOWCASE_ULTRAGEAR_evo... |
LG 32U990A 6K Monitor Digital Trends Readers' Choice 2025, CES Innovation Award… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3f02918ec308182e/webimage-MS_6KMONITOR_REDDOT_AWARD_10... |
LG 32U990A 6K Monitor Digital Trends Readers' Choice 2025, CES Innovation Award… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3f02918ec308182e/webimage-MS_6KMONITOR_REDDOT_AWARD_10... |
LG 32U889SA-W LG Smart Monitor Swing div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/1c491fa10556f4c2/webimage-MS_SMART_MONITOR_SWING_1080x1080.png |
LG 32U889SA-W LG Smart Monitor Swing div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/1c491fa10556f4c2/webimage-MS_SMART_MONITOR_SWING_1080x1080.png |
77 Inch Class LG OLED evo AI C5 4K Smart TV 2025 div.optimizely-product-recs-template__product-image > a.optimizely-product-recs-template__product-link > div.optimizely-product-recs-template__image-container > img | /transform/ecomm-PDPGalleryThumbnail-350x350/3b843531-9e9... |
8,000 BTU Dual Inverter Smart Wi-Fi Enabled Window Air Conditioner | Cools Up T… div.optimizely-product-recs-template__product-image > a.optimizely-product-recs-template__product-link > div.optimizely-product-recs-template__image-container > img | /transform/ecomm-PDPGalleryThumbnail-350x350/35400b58-d28... |
7.4 cu. ft. Large Capacity Front Load Electric Dryer - White div.optimizely-product-recs-template__product-image > a.optimizely-product-recs-template__product-link > div.optimizely-product-recs-template__image-container > img | /transform/ecomm-PDPGalleryThumbnail-350x350/96603b5e-8ea... |
5.0 cu. ft. Mega Capacity Smart Front Load Washer with TurboWash® 360°, AI Sens… div.optimizely-product-recs-template__product-image > a.optimizely-product-recs-template__product-link > div.optimizely-product-recs-template__image-container > img | /transform/ecomm-PDPGalleryThumbnail-350x350/5dded443-c78... |
LG 27 Inch Pedestal Storage Drawer div.optimizely-product-recs-template__product-image > a.optimizely-product-recs-template__product-link > div.optimizely-product-recs-template__image-container > img | /transform/ecomm-PDPGalleryThumbnail-350x350/617315dd-334... |
4.5 cu. ft. Ultra Large Front Load Washer div.optimizely-product-recs-template__product-image > a.optimizely-product-recs-template__product-link > div.optimizely-product-recs-template__image-container > img | /transform/ecomm-PDPGalleryThumbnail-350x350/e898cbfb-e05... |
Logo Image div.MuiToolbar-root > div.MuiBox-root > a.MuiTypography-root > img.MuiBox-root | media.us.lg.com/m/4f3e261da34f4910/original/lg_logo.svg |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
$200 Off Soundbar div.optimizely-product-recs-template__card-header > div.optimizely-product-recs-template__promo-tags > div.optimizely-product-recs-template__promo-tag > span |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.MuiGrid-root > div.MuiBox-root > p > a#terms |
div.MuiBox-root > ul.MuiList-root > li.MuiListItem-root > a.MuiTypography-root div.MuiBox-root > ul.MuiList-root > li.MuiListItem-root > a.MuiTypography-root |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
/LGUSSupport div.MuiBox-root > ul.MuiList-root > li.MuiListItem-root > a.MuiTypography-root |
@lgussupport div.MuiBox-root > ul.MuiList-root > li.MuiListItem-root > a.MuiTypography-root |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
0 div.MuiBox-root > div.MuiBox-root > div > button#nav-toggle-1 |
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
www.lg.com/us/new-home/_next/static/chunks/pages/_app-36fafae87f316cb9.js line 91, col 98607 |
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/8ZKNB-L7R9X-J5VUX-ZKLUE-H2UQX line 9, col 11215 |
| AttributionReporting | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 349 | LLM: https://www.lg.com/llms.txt | Unknown directive |
To appear in search results, crawlers need access to your app.
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.
876 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.50 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.
14.03 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.
12.78 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.
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.
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 | |
|---|---|---|---|
An LG QNED TV prominently displayed in living room setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/12aaceaa134e8d02/webimage-HE_SHOWCASE_TVs_QNED_1080x1080.png | 61.7 KiB | 45.9 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/4c862102a5a584de/webimage-Air_Purifiers_AS601HBB0_Gall... | 30.4 KiB | 29.5 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/c28856f9-881d-4b69-b793-b1f24570422a/thumbnail/web... | 28.9 KiB | 27.4 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/2470ffeef718228f/webimage-Laundry-WM4000HBA-CR-badge-g... | 26.5 KiB | 25.3 KiB |
A man and woman play a video game in living room setting as a Portable LG Air C… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/4a7cbb04-74e1-4c4c-9642-bccf82bc5318/thumbnail/web... | 33.7 KiB | 24.6 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/701cbfc9eb823ead/webimage-Projector_PU615U-AUSG_galler... | 23.9 KiB | 22.7 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/06ce4e63-1efe-45d0-9fe5-3d4fbceb0462/thumbnail/web... | 23.9 KiB | 22.6 KiB |
“Tax to Tech Season” title badge. A baseball scene plays out on an LG OLED TV &… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/7df1bd63-423a-4f67-bf66-2d09696bcac0/thumbnail/web... | 29.8 KiB | 21.7 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/57b73958-93cf-4fe9-8f11-dfa194214af7/thumbnail/web... | 22.4 KiB | 21.2 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/6b7b33db076b6972/webimage-Speakers_GRABC-AUSAWBK_galle... | 16.2 KiB | 15.3 KiB |
An LG Washer and Dryer on a spring themed background. “Up to 65% less energy”, … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/d4b4cbfc-376f-4d07-a3ca-01175cf9db64/thumbnail/web... | 20.8 KiB | 15.2 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/548d22152b3ac2ae/webimage-Ranges_LRGL5823S_gallery-01_... | 11.4 KiB | 10.8 KiB |
Image shows Tech awards from CNET for the LG G5 TV, CES Award Innovation Award … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/16142816f1009f9a/webimage-MS_BEST_IN_TECH__1080x1080.png | 14.7 KiB | 10.7 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/2bd15d3af40c8194/webimage-Soundbars-S95AR-gallery-01-5... | 10.0 KiB | 9.5 KiB |
On a green gradient background, a lineup of an LG refrigerator, range, front lo… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/451b7bb63e388802/webimage-HS_SHOWCASE_Reliability_Matt... | 12.5 KiB | 9.2 KiB |
An LG front load washing machine and top load washing machine on a green gradie… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3cfaf1aa8bc96cf/webimage-HS_SHOWCASE_CR_Electric_Range... | 10.9 KiB | 7.9 KiB |
27 Inch 4K UHD UltraFine™ IPS Monitor with VESA DisplayHDR™ 400 and USB Type-C™ div.optimizely-product-recs-template__product-image > a.optimizely-product-recs-template__product-link > div.optimizely-product-recs-template__image-container > img | /transform/ecomm-PDPGalleryThumbnail-350x350/fc0e2f3f-f4c... | 14.1 KiB | 7.6 KiB |
An LG front load washing machine and top load washing machine on a green gradie… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/60bdf9e241aaaebf/webimage-CR_2025_LAUNDRY_1080x1080.png | 10.0 KiB | 7.3 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/66fc0c22d5931977/webimage-Refrigerator_LF24Z6530S_gall... | 7.3 KiB | 6.9 KiB |
“Buy 1, Get 1” title badge. A French Door and Single Door Refrigerator appear s… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/3fede75499768e05/webimage-HS_REF_BOGO_OG-V2_1080x1080.png | 8.9 KiB | 6.5 KiB |
77 Inch Class LG OLED evo AI C5 4K Smart TV 2025 div.optimizely-product-recs-template__product-image > a.optimizely-product-recs-template__product-link > div.optimizely-product-recs-template__image-container > img | /transform/ecomm-PDPGalleryThumbnail-350x350/3b843531-9e9... | 10.9 KiB | 5.8 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/6633cd203e1d7dd/webimage-Dishwasher-LDPH5554S-gallery-... | 5.4 KiB | 5.1 KiB |
On a green gradient background, an LG refrigerator with a badge that says “Cons… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/13cd487398e69e18/webimage-CR_2025_TopFreezer_1080x1080.png | 5.7 KiB | 4.2 KiB |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/379bb02a33c1a112/webimage-A937KGMS_Gallery_04_5000x5000.png | 4.4 KiB | 4.1 KiB |
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 |
|---|---|
| www.lg.com/us/common-mfe/lg/gtm-module/bundle.js | 26.3 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 |
|---|---|
| lg.com/ | 385 ms |
| www.lg.com/ | 261 ms |
| www.lg.com/us | 41 ms |
| www.lg.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
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 | 15.9 s |
| Other | 4.9 s |
| Style & Layout | 1.2 s |
| Rendering | 704 ms |
| Script Parsing & Compilation | 652 ms |
| Garbage Collection | 408 ms |
| Parse HTML & CSS | 160 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 |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.optimizely.com/js/6686257430921216.js | 210.3 KiB | 34.6 KiB |
| www.lg.com/us/firebase-app.js | 20.5 KiB | 12.2 KiB |
| /rec/integrations?OrgId=o-240DAD-na1&isInFrame=false&isNa... | 15.1 KiB | 3.9 KiB |
| js.adstk.io/convpixel.js?cust=1259916-000&event_type=HomeVisit®ion_code=NA | 8.2 KiB | 2.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.mediaBreakerImage div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.mediaBreakerImage | /transform/f9843a8d-4ebb-4bb3-a255-0b6e29a2da56/XBU_Shop_... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/4c862102a5a584de/webimage-Air_Purifiers_AS601HBB0_Gall... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/2470ffeef718228f/webimage-Laundry-WM4000HBA-CR-badge-g... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/c28856f9-881d-4b69-b793-b1f24570422a/thumbnail/web... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/66fc0c22d5931977/webimage-Refrigerator_LF24Z6530S_gall... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/57b73958-93cf-4fe9-8f11-dfa194214af7/thumbnail/web... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/548d22152b3ac2ae/webimage-Ranges_LRGL5823S_gallery-01_... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /asset/06ce4e63-1efe-45d0-9fe5-3d4fbceb0462/thumbnail/web... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/6633cd203e1d7dd/webimage-Dishwasher-LDPH5554S-gallery-... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/2bd15d3af40c8194/webimage-Soundbars-S95AR-gallery-01-5... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/1532c3369370755b/webimage-Stylers-SC5GMR80H-gallery-01... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/701cbfc9eb823ead/webimage-Projector_PU615U-AUSG_galler... |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/379bb02a33c1a112/webimage-A937KGMS_Gallery_04_5000x5000.png |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | /m/6b7b33db076b6972/webimage-Speakers_GRABC-AUSAWBK_galle... |
div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/8b7e2e91-eb28-49ed-a313-938dbcb3d561/thumbnail/web... |
"2 years LG Premium Care for $1” text. Various UltraGear evo AI monitors appear… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/8b7e2e91-eb28-49ed-a313-938dbcb3d561/thumbnail/web... |
An LG Washer and Dryer on a spring themed background. “Up to 65% less energy”, … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/d4b4cbfc-376f-4d07-a3ca-01175cf9db64/thumbnail/web... |
“Tax to Tech Season” title badge. A baseball scene plays out on an LG OLED TV &… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/7df1bd63-423a-4f67-bf66-2d09696bcac0/thumbnail/web... |
“Buy 1, Get 1” title badge. A French Door and Single Door Refrigerator appear s… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/3fede75499768e05/webimage-HS_REF_BOGO_OG-V2_1080x1080.png |
A man and woman play a video game in living room setting as a Portable LG Air C… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /asset/4a7cbb04-74e1-4c4c-9642-bccf82bc5318/thumbnail/web... |
div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3b74927dbbdacca9/webimage-HS_JD_POWER_Family_Shot_1080... |
On a black background with a gold pattern, a lineup of an LG range, two refrige… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3b74927dbbdacca9/webimage-HS_JD_POWER_Family_Shot_1080... |
On a green gradient background, an LG refrigerator with a badge that says “Cons… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/13cd487398e69e18/webimage-CR_2025_TopFreezer_1080x1080.png |
An LG front load washing machine and top load washing machine on a green gradie… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/60bdf9e241aaaebf/webimage-CR_2025_LAUNDRY_1080x1080.png |
An LG front load washing machine and top load washing machine on a green gradie… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/3cfaf1aa8bc96cf/webimage-HS_SHOWCASE_CR_Electric_Range... |
On a green gradient background, a lineup of an LG refrigerator, range, front lo… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /m/451b7bb63e388802/webimage-HS_SHOWCASE_Reliability_Matt... |
div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/24bd3e06640df13b/webimage-MS_SHOWCASE_OLED_G6_1080x1080.png |
A 2026 LG OLED G6 with text “Zero Gap Flush-Fit Gallery Design”, an OLED W6 wit… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/24bd3e06640df13b/webimage-MS_SHOWCASE_OLED_G6_1080x1080.png |
Image shows Tech awards from CNET for the LG G5 TV, CES Award Innovation Award … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/16142816f1009f9a/webimage-MS_BEST_IN_TECH__1080x1080.png |
An LG QNED TV prominently displayed in living room setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | media.us.lg.com/m/12aaceaa134e8d02/webimage-HE_SHOWCASE_TVs_QNED_1080x1080.png |
LG Logo div.MuiToolbar-root > div > a.MuiTypography-root > img.MuiBox-root | media.us.lg.com/m/4f3e261da34f4910/original/lg_logo.svg |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiContainer-root > div.MuiBox-root > img.MuiBox-root | |
AltText div.MuiBox-root > a.MuiTypography-root > div.MuiBox-root > img.MuiBox-root | |
An LG TV in a stylish living room setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
Closeup image of an Alpha 11 A1 Gen2 Processor. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
UltraGear evo G9 monitor on futuristic background. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
LG UltraGear™ OLED logo beside a gray badge reading “LG UltraGear™ OLED — #1 Ga… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
Various UltraGear evo AI monitors appear on smokey grey background. “CES Innova… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
LG 32U990A 6K Monitor Digital Trends Readers' Choice 2025, CES Innovation Award… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
LG 32U889SA-W LG Smart Monitor Swing div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
Father and daughters prepare breakfast in stylish kitchen setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
Father and daughters prepare breakfast in stylish kitchen setting. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
A woman smiles as she reads something on her tablet. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
A woman smiles as she reads something on her tablet. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
A group of friends converses in a stylish home. In the background we see an LG … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
A group of friends converses in a stylish home. In the background we see an LG … div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
Two firefighters smile in front of a fire truck. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
Two firefighters smile in front of a fire truck. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
“Life’s Good.” logo and text appear on a white background as a 3D hand displays… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
“Life’s Good.” logo and text appear on a white background as a 3D hand displays… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
A couple smiles as they embrace. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
A couple smiles as they embrace. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
Closeup of a flower bud. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
Closeup of a flower bud. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | |
2 coaches pose with their partners as they stand behind their awards. div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
$200 Off Soundbar div.optimizely-product-recs-template__card-header > div.optimizely-product-recs-template__promo-tags > div.optimizely-product-recs-template__promo-tag > span |
Best Seller div.optimizely-product-recs-template__card-header > div.optimizely-product-recs-template__promo-tags > div.optimizely-product-recs-template__promo-tag > span |
Top Deal div.optimizely-product-recs-template__card-header > div.optimizely-product-recs-template__promo-tags > div.optimizely-product-recs-template__promo-tag > span |
Energy Star Most Efficient div.optimizely-product-recs-template__card-header > div.optimizely-product-recs-template__promo-tags > div.optimizely-product-recs-template__promo-tag > span |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.MuiBox-root > div.css-16lo7g0 > div.css-p27s4m > a.MuiButtonBase-root div.MuiBox-root > div.css-16lo7g0 > div.css-p27s4m > a.MuiButtonBase-root |
div.MuiBox-root > div.css-16lo7g0 > div.css-p27s4m > a.MuiButtonBase-root div.MuiBox-root > div.css-16lo7g0 > div.css-p27s4m > a.MuiButtonBase-root |
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 have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Appliances
Washers
Refrigerators
Dishwashers
Cooking Appliances
Kitchen Package… div.MuiGrid-root > div.MuiGrid-root > div.MuiBox-root > ul.MuiList-root |
TV & Home Theater
TVs
Projectors
Sound Bars
Blu-ray & DVD Players
Lifestyle Pro… div.MuiGrid-root > div.MuiGrid-root > div.MuiBox-root > ul.MuiList-root |
Audio
Sound Bars
Headphones
Earbuds
Speakers
Portable Speakers
Party Speakers
G… div.MuiGrid-root > div.MuiGrid-root > div.MuiBox-root > ul.MuiList-root |
Monitors & Laptops
Laptops
Monitors
Burners & Drives
Monitor & Laptop Accessori… div.MuiGrid-root > div.MuiGrid-root > div.MuiBox-root > ul.MuiList-root |
Home Upgrades
Heating & Air Conditioning Products
Built-in Kitchen Appliances div.MuiGrid-root > div.MuiGrid-root > div.MuiBox-root > ul.MuiList-root |
Mobile
Cell Phones
Mobile Accessories div.MuiGrid-root > div.MuiGrid-root > div.MuiBox-root > ul.MuiList-root |
Support
Parts & Accessories
Register a Product
Order Status
Software & Drivers… div.MuiGrid-root > div.MuiGrid-root > div.MuiBox-root > ul.MuiList-root |
My Account
MyLG
My Orders
Track My Order
Track Return Status div.MuiGrid-root > div.MuiGrid-root > div.MuiBox-root > ul.MuiList-root |
About LG
Press Release
Media Contacts
Career Opportunities
Newsletter Sign Up
… div.MuiGrid-root > div.MuiGrid-root > div.MuiBox-root > ul.MuiList-root |
Offers
Deals & Promotions
TV Sale Deals div.MuiGrid-root > div.MuiBox-root > div.MuiBox-root > ul.MuiList-root |
Gift Guides
Holiday Gift Guide
Tech Gift Guide
Gaming Gift Guide
Kitchen Gift G… div.MuiGrid-root > div.MuiBox-root > div.MuiBox-root > ul.MuiList-root |
Discount Programs
MyLG Member Rewards
Military Discounts
Nurses
First Responder… div.MuiGrid-root > div.MuiBox-root > div.MuiBox-root > ul.MuiList-root |
/LGUSSupport
@lgussupport div.MuiGrid-root > div.MuiBox-root > div.MuiBox-root > ul.MuiList-root |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
/LGUSSupport div.MuiBox-root > ul.MuiList-root > li.MuiListItem-root > a.MuiTypography-root |
@lgussupport div.MuiBox-root > ul.MuiList-root > li.MuiListItem-root > a.MuiTypography-root |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
0
- Items in Cart div.MuiToolbar-root > div.MuiBox-root > div > button#nav-toggle-2 |
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
www.lg.com/us/new-home/_next/static/chunks/pages/_app-36fafae87f316cb9.js line 91, col 98607 |
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/8ZKNB-L7R9X-J5VUX-ZKLUE-H2UQX line 9, col 11215 |
| AttributionReporting | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED |
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.lg.com/us/zero-clearance-refrigerator | Learn More |
| www.lg.com/us/discover-laundry | Learn More |
| www.lg.com/us/home-electrification/what-is-induction-cooking | Learn More |
| www.lg.com/us/home-electrification/heat-pump | Learn More |
| www.lg.com/us/washcombo-all-in-one | Learn More |
| www.lg.com/us/discover-vacuums | Learn More |
| www.lg.com/us/discover-lg-styler | Learn More |
| www.lg.com/us/upcoming/tvs/2026-tvs-handraiser | Learn More |
| www.lg.com/us/sound-suite | Learn More |
| www.lg.com/us/discover-myview-smart-monitors | Learn More |
| www.lg.com/us/webos | Learn More |
| www.lg.com/us/webos/home-screen-apps | Learn More |
| www.lg.com/us/ncaa | Learn More |
| www.lg.com/us/mylg-ownership-program | Learn More |
| www.lg.com/us/collections/member-exclusive-rewards | Learn More |
| www.lg.com/us/lg-partner-store | Learn More |
| www.lg.com/us/appreciation-program | Learn More |
| www.lg.com/us/lifesgood | Learn More |
| www.lg.com/us/lifesgood/less-artificial-more-human | Learn More |
| www.lg.com/us/sustainability | Learn More |
| www.lg.com/us/ncaa | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 349 | LLM: https://www.lg.com/llms.txt | Unknown directive |
To appear in search results, crawlers need access to your app.
Send Feedback