Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 30.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.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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 10.7 MB (5.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
66 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/34b31615-9a05-4a0b-aa97-efd4f2fb6042)<a href="https://beavercheck.com/results/34b31615-9a05-4a0b-aa97-efd4f2fb6042"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmotorola.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmotorola.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 30.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.
8 barrier(s) likely increasing bounce by ~33%.
Page takes 30.3s to load
+12% bounceUsers abandon at ~3s — you're 27.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
14 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
11 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.
$500 investment → $1.36/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1.36 /mo
~$16 / year
USD 157,500
if kept compliant
$150 — 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 $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,516 / year if left unfixed
$157,500
+7 more
$1.36 /mo
16964.9 MB/mo × 0.080 USD/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.
9.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
30.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.05 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.929
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.83 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.
31.36 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.
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.
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.
| URL | Est Savings |
|---|---|
| p1-ofp.static.pub/SystemFragment/iconfont/icomoon.woff | 5.0 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 | |
|---|---|---|---|
dialog.dialog-modal > div.registration-form > div > img dialog.dialog-modal > div.registration-form > div > img | p2-ofp.static.pub//fes/cms/2026/04/17/hpw4971kf1ktlsmsnwy6pxl8uqq6pk544695.gif | 1.2 MiB | 1.2 MiB |
Banner Image div.banner-image > div.common_image_video_container > div.image_container > img | p1-ofp.static.pub//fes/cms/2026/04/16/avb67vjdflkl9yex5qsdqwvc4az64p640111.jpg | 38.3 KiB | 16.6 KiB |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p1-ofp.static.pub//fes/cms/2026/02/03/5h64agink96s815rm3xhuqrjxtmlo6601837.png | 6.3 KiB | 5.8 KiB |
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.
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 |
|---|---|
| motorola.com/ | 804 ms |
| www.motorola.com/ | 782 ms |
| www.motorola.com/us/en/homepage | 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 |
|---|---|
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.929 |
exclusive moto g
stylus bundle
The new moto g stylus - 2026 comes with up to t… body.pc_httl > div.page_body > main.main_content | 0.052 |
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 |
|---|---|---|
| j1-ofp.static.pub/SystemFragment/static/extension.min.f3db37fca00d0096.js | 135.5 KiB | 83.7 KiB |
| t.contentsquare.net/uxa/627aaf7fc9df8.js | 129.8 KiB | 71.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-S2HVF2CKCG&cx=c>m=4e64h1 | 175.9 KiB | 68.7 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-3822063&cx=c>m=4e64h1 | 129.3 KiB | 61.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-56W3X3SN | 181.9 KiB | 55.7 KiB |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 109.1 KiB | 54.0 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-984311756&cx=c>m=4e64h1 | 137.5 KiB | 53.0 KiB |
| j1-ofp.static.pub/SystemFragment/common/content/global.min.192861861b79ceb7.js | 70.2 KiB | 41.6 KiB |
| /lGbB8DQ0032KTJDfse2mpYaz/7iOp2DmtOicGLJ1uOp/cGcuVDAD/GHs... | 183.9 KiB | 39.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.3 KiB |
| /t_/en/version/batch/ids/0f8920ab74b5b768513628a572ae3ccb... | 45.5 KiB | 29.2 KiB |
| j1-ofp.static.pub/SystemFragment/moto/swiper_11/swiper-bundle.min.js | 40.3 KiB | 24.9 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 | 6.7 s |
| Other | 1.6 s |
| Script Parsing & Compilation | 951 ms |
| Style & Layout | 756 ms |
| Parse HTML & CSS | 233 ms |
| Garbage Collection | 148 ms |
| Rendering | 88 ms |
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 |
|---|---|---|
| www.upsellit.com/active/motorola.jsp | 20.8 KiB | 2.7 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 | |
|---|---|
dialog.dialog-modal > div.registration-form > div > img dialog.dialog-modal > div.registration-form > div > img | p2-ofp.static.pub//fes/cms/2026/04/17/hpw4971kf1ktlsmsnwy6pxl8uqq6pk544695.gif |
Country flag div.footer-sociallocation > a.footer-copy-location > div.footer-copy-location-flag > img | p3-ofp.static.pub/ShareResource/moto/flags/US.png |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p1-ofp.static.pub//fes/cms/2026/02/03/5h64agink96s815rm3xhuqrjxtmlo6601837.png |
Crystals by Swarovski logo div.registration-form > div.container > div.logo > img | p2-ofp.static.pub//fes/cms/2026/04/17/m0haiuf0xfm9tdxyn97ac8t0ym424d114866.svg |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p3-ofp.static.pub//fes/cms/2025/05/26/7zqczrnanlyb4u70fkumglf7w3oe5m300346.png |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p1-ofp.static.pub//fes/cms/2026/04/07/ekzt9u6fmpex1aa4k9ignkwuc8cvdh876142.png |
B2B inquiry form div.header-icon > span > span.icon-item > img | p4-ofp.static.pub//fes/cms/2026/02/09/se6ann9gmyitemssw3mbdiveynx8ts740320.png |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p1-ofp.static.pub//fes/cms/2026/02/03/0htwdf2vrng80k9mfmevm9pe03b8hy981322.png |
div.navbar-menu > div.header-icon > a.icon-item > img div.navbar-menu > div.header-icon > a.icon-item > img | p3-ofp.static.pub//fes/cms/2026/02/09/cpse8wvredhae1ybc4epbmojrqhoyf781772.png |
div.icon-item > div > div.account-box > img div.icon-item > div > div.account-box > img | p4-ofp.static.pub//fes/cms/2026/02/09/e7j78qhmcizlwbxiwcfwkclkh9dkwg829287.png |
moto logo div.container > div.footer-moto-icon > div.footer-moto-icon-item > img.icon | p3-ofp.static.pub//fes/cms/2025/01/16/7aiyjr6t3hszpzvsfnbwip54i0ovkz395647.png |
div.navbar-menu > div.header-icon > div.icon-item > img div.navbar-menu > div.header-icon > div.icon-item > img | p4-ofp.static.pub//fes/cms/2024/04/22/uykzd8why5e3opjyv8wezpxt428k71258236.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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
We use cookies and similar technologies to personalize content and ads and anal… body.pc_httl > div#_evidon_banner |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
motorola razr ultra div.recommendation_content > div.recommendation_content_config > div.recommendation_content_description > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
section.gridLayoulSection > div.grid1 > div.allWrapperDiv > a.imgClass section.gridLayoulSection > div.grid1 > div.allWrapperDiv > a.imgClass |
section.gridLayoulSection > div.grid1 > div.allWrapperDiv > a.imgClass section.gridLayoulSection > div.grid1 > div.allWrapperDiv > a.imgClass |
section.gridLayoulSection > div.grid2 > div.allWrapperDiv > a.imgClass section.gridLayoulSection > div.grid2 > div.allWrapperDiv > a.imgClass |
section.gridLayoulSection > div.grid1 > div.allWrapperDiv > a.imgClass section.gridLayoulSection > div.grid1 > div.allWrapperDiv > a.imgClass |
section.gridLayoulSection > div.grid1 > div.allWrapperDiv > a.imgClass section.gridLayoulSection > div.grid1 > div.allWrapperDiv > a.imgClass |
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 |
|---|
Learn more
The official smartphone partner of FIFA
Learn more
Make the switc… div.catchallv3-gallery > section.carousel > div.carousel__viewport > ol.carousel__track |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
exclusive moto g
stylus bundle
The new moto g stylus - 2026 comes with up to t… div#c87674bfxc0e5-42b8-982a-688e76f990d0 > div.app > section#home-single-banner > a.banner-wrapper |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.grid2 > div.allWrapperDiv > a.imgClass > img div.grid2 > div.allWrapperDiv > a.imgClass > img | p4-ofp.static.pub//fes/cms/2026/02/19/gwq05ocj3wy7f4r380b3fly1ujxa6y249114.jpg | 407 x 540 (0.75) | 540 x 750 (0.72) |
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 |
|---|---|
| AttributionReporting | |
| SharedStorage | c.amazon-adsystem.com/aat/amzn.js line 1, col 7935 |
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 |
|---|---|
Attestation check for Shared Storage on https://ara.paa-reporting-advertising.amazon failed. | |
t.contentsquare.net/uxa/627aaf7fc9df8.js line 33, col 103 | Creating a worker from 'blob:https://www.motorola.com/053090b7-3be5-4cf6-b4b9-b188571d4378' violates the following Content Security Policy directive: "default-src https: data: wss: 'unsafe-inline' 'unsafe-eval'". Note that 'worker-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Creating a worker from 'blob:https://www.motorola.com/5e642c4d-a2b5-4af4-a202-964db738be88' violates the following Content Security Policy directive: "default-src https: data: wss: 'unsafe-inline' 'unsafe-eval'". Note that 'worker-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 404 () | |
Hydration completed but contains mismatches. | |
Hydration completed but contains mismatches. | |
Hydration completed but contains mismatches. | |
Hydration completed but contains mismatches. | |
/t_/en/version/batch/ids/0f8920ab74b5b768513628a572ae3ccb... line 1, col 10892 | Uncaught ReferenceError: exports is not defined |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
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 |
|---|
Feedback div > aside.cf_invite_771_1646 > div.rn_Survey > a#cffbtb |
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.
1.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
341 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.465
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.45 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.
6.23 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.
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 | |
|---|---|---|---|
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal > div.registration-form | p1-ofp.static.pub//fes/cms/2026/04/17/z2ls91jrigzb81eeqd1w1g5sob91e3932009.gif | 2.1 MiB | 1.8 MiB |
Banner Image div.hero_gradient_wrapper > div.common_image_video_container > div.image_container > img | p3-ofp.static.pub//fes/cms/2026/02/03/57gl3qr20mj4lgrkkxif1bygg88g8r284751.jpg | 185.1 KiB | 94.9 KiB |
Banner Image div.hero_gradient_wrapper > div.common_image_video_container > div.image_container > img | p3-ofp.static.pub//fes/cms/2026/02/16/5at8uycdb4pl1zarz6lmh1a0oyhcnb980111.jpg | 83.6 KiB | 42.9 KiB |
Complete yourexperience div.grid2 > div.allWrapperDiv > a.imgClass > img | p4-ofp.static.pub//fes/cms/2026/02/19/yhx5o3z2mfdx7s8kklr11wp4iko3ub343067.jpg | 45.1 KiB | 29.6 KiB |
Moto Care purchase protection div.grid1 > div.allWrapperDiv > a.imgClass > img | p2-ofp.static.pub//fes/cms/2026/02/03/9hatmyfarfyoaf0xion6s4tk0ut21n455623.jpg | 88.2 KiB | 29.2 KiB |
Stylish yet durable div.grid1 > div.allWrapperDiv > a.imgClass > img | p1-ofp.static.pub//fes/cms/2026/02/03/xpfrf3uq7l8jjzzboplajpv236vt38906582.jpg | 106.8 KiB | 26.7 KiB |
Banner Image div.banner-image > div.common_image_video_container > div.image_container > img | p4-ofp.static.pub//fes/cms/2026/01/06/8dqufw23fjdxjqwd7c75sjdc66bvzf844246.jpg | 32.6 KiB | 24.7 KiB |
Banner Image div.hero_gradient_wrapper > div.common_image_video_container > div.image_container > img | p2-ofp.static.pub//fes/cms/2026/04/07/hxinb3fqbo74bnpoli6su0dj7s3eu7852102.jpg | 44.5 KiB | 22.8 KiB |
Banner Image div.banner-image > div.common_image_video_container > div.image_container > img | p2-ofp.static.pub//fes/cms/2026/01/21/2hgjsq373q8o9h8hroievitu1qt6zl748427.jpg | 30.0 KiB | 22.7 KiB |
Banner Image div.banner-image > div.common_image_video_container > div.image_container > img | p1-ofp.static.pub//fes/cms/2026/04/16/1n9yrunlerwlyvcwvdijiy5y6tfm07090451.jpg | 38.7 KiB | 19.7 KiB |
Motorola Videos div.grid1 > div.allWrapperDiv > a.imgClass > img | p3-ofp.static.pub//fes/cms/2026/02/03/58vfmapu407ja0lwtc0x03ubte5wy5862172.jpg | 75.8 KiB | 16.7 KiB |
Find your edge div.grid1 > div.allWrapperDiv > a.imgClass > img | p1-ofp.static.pub//fes/cms/2026/02/16/unntfexoetmflnxlh1n2tnrd3q68eo655138.jpg | 45.8 KiB | 10.9 KiB |
Moto logo div.navbar-wrapper > div.navbar-menu > a.motorolo-logo > img | p2-ofp.static.pub//fes/cms/2026/02/16/ydkz16moag7bngeywoc4ictbt4syfh595269.png | 8.6 KiB | 8.6 KiB |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p1-ofp.static.pub//fes/cms/2026/02/03/5h64agink96s815rm3xhuqrjxtmlo6601837.png | 6.1 KiB | 5.1 KiB |
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.
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.
| URL | Est Savings |
|---|---|
| p1-ofp.static.pub/SystemFragment/iconfont/icomoon.woff | 5.0 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 |
|---|---|
| motorola.com/ | 255 ms |
| www.motorola.com/ | 245 ms |
| www.motorola.com/us/en/homepage | 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 |
|---|---|
Flip into the game
with motorola razr
fifa world cup 26™ edition
Inspired by th… div.layoutGroup > div.layoutBox-sm > div#bcf451e2xae3a-4913-86fd-c7a43b3aae5c > div.homeCarousel | 0.878 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.250 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.091 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.087 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.049 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.034 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.017 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.016 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.014 |
exclusive moto g
stylus bundle
The new moto g stylus - 2026 comes with up to t… body.pc_httl > div.page_body > main.main_content | 0.013 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.011 |
Engineered to be extraordinary. Coming soon.
Register now and be amongst the fi… div#moto-webform > div.common-pop-up > div.pdp-popup-container > dialog.dialog-modal | 0.003 |
Shop phones
On Sale
Business
Accessories
Smart Products
Software & Support
Vide… div > div > div.header-content > div.navbar-menu-wrapper | 0.002 |
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 | 1.8 s |
| Other | 487 ms |
| Script Parsing & Compilation | 261 ms |
| Style & Layout | 170 ms |
| Parse HTML & CSS | 67 ms |
| Garbage Collection | 57 ms |
| Rendering | 37 ms |
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 |
|---|---|---|
| www.upsellit.com/active/motorola.jsp | 20.8 KiB | 2.7 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 | |
|---|---|
Moto logo div.navbar-wrapper > div.navbar-menu > a.motorolo-logo > img | p2-ofp.static.pub//fes/cms/2026/02/16/ydkz16moag7bngeywoc4ictbt4syfh595269.png |
Country flag div.footer-sociallocation > a.footer-copy-location > div.footer-copy-location-flag > img | p3-ofp.static.pub/ShareResource/moto/flags/US.png |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p1-ofp.static.pub//fes/cms/2026/02/03/5h64agink96s815rm3xhuqrjxtmlo6601837.png |
Crystals by Swarovski logo div.registration-form > div.container > div.logo > img | p2-ofp.static.pub//fes/cms/2026/04/17/m0haiuf0xfm9tdxyn97ac8t0ym424d114866.svg |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p3-ofp.static.pub//fes/cms/2025/05/26/7zqczrnanlyb4u70fkumglf7w3oe5m300346.png |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p1-ofp.static.pub//fes/cms/2026/04/07/ekzt9u6fmpex1aa4k9ignkwuc8cvdh876142.png |
B2B inquiry form div.header-icon > div.icon-item > div.img-text > img.item-img | p4-ofp.static.pub//fes/cms/2026/02/09/se6ann9gmyitemssw3mbdiveynx8ts740320.png |
logo div.hero_outer > div.hero_text > div > img.hero_outer_img | p1-ofp.static.pub//fes/cms/2026/02/03/0htwdf2vrng80k9mfmevm9pe03b8hy981322.png |
div > div.header-icon > a.icon-item > img div > div.header-icon > a.icon-item > img | p3-ofp.static.pub//fes/cms/2026/02/09/cpse8wvredhae1ybc4epbmojrqhoyf781772.png |
div.header-icon > div.icon-item > div.account-box > img div.header-icon > div.icon-item > div.account-box > img | p4-ofp.static.pub//fes/cms/2026/02/09/e7j78qhmcizlwbxiwcfwkclkh9dkwg829287.png |
moto logo div.container > div.footer-moto-icon > div.footer-moto-icon-item > img.icon | p3-ofp.static.pub//fes/cms/2025/01/16/7aiyjr6t3hszpzvsfnbwip54i0ovkz395647.png |
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 |
|---|
APRIL DEALS SALE. SHOP NOW! div.navbar-wrapper > div > div > a |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
We use cookies and similar technologies to personalize content and ads and anal… body.pc_httl > div#_evidon_banner |
Website Privacy Statement. body.pc_httl > div#_evidon_banner > div#_evidon-message > a |
Cookie Consent Tool body.pc_httl > div#_evidon_banner > div#_evidon-message > a |
Click Here body.pc_httl > div#_evidon_banner > div#_evidon-message > a#RejectLink |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
motorola razr ultra div.recommendation_content > div.recommendation_content_config > div.recommendation_content_description > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Learn more
The official smartphone partner of FIFA
Learn more
Make the switc… div.catchallv3-gallery > section.carousel > div.carousel__viewport > ol.carousel__track |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Shop phones ul.main-navbar-wrapper > li > div.navbar-item > span |
On Sale ul.main-navbar-wrapper > li > div.navbar-item > span |
Business ul.main-navbar-wrapper > li > div.navbar-item > span |
Accessories ul.main-navbar-wrapper > li > div.navbar-item > span |
Smart Products ul.main-navbar-wrapper > li > div.navbar-item > span |
Software & Support ul.main-navbar-wrapper > li > div.navbar-item > span |
Videos ul.main-navbar-wrapper > li > div.navbar-item > span |
Services ul.main-navbar-wrapper > li > div.navbar-item > span |
exclusive moto g
stylus bundle
The new moto g stylus - 2026 comes with up to t… div#c87674bfxc0e5-42b8-982a-688e76f990d0 > div.app > section#home-single-banner > a.banner-wrapper |
the icon unfolds
its next chapter
Introducing motorola razr fold.
Learn more div#05720594xe785-4b31-b3c5-d024ff656f77 > div.app > section#home-single-banner > a.banner-wrapper |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Complete yourexperience div.grid2 > div.allWrapperDiv > a.imgClass > img | p4-ofp.static.pub//fes/cms/2026/02/19/yhx5o3z2mfdx7s8kklr11wp4iko3ub343067.jpg | 655 x 605 (1.08) | 1395 x 1112 (1.25) |
Find your edge div.grid1 > div.allWrapperDiv > a.imgClass > img | p1-ofp.static.pub//fes/cms/2026/02/16/unntfexoetmflnxlh1n2tnrd3q68eo655138.jpg | 655 x 650 (1.01) | 932 x 800 (1.17) |
Stylish yet durable div.grid1 > div.allWrapperDiv > a.imgClass > img | p1-ofp.static.pub//fes/cms/2026/02/03/xpfrf3uq7l8jjzzboplajpv236vt38906582.jpg | 655 x 650 (1.01) | 932 x 800 (1.17) |
Moto Care purchase protection div.grid1 > div.allWrapperDiv > a.imgClass > img | p2-ofp.static.pub//fes/cms/2026/02/03/9hatmyfarfyoaf0xion6s4tk0ut21n455623.jpg | 655 x 650 (1.01) | 932 x 600 (1.55) |
Motorola Videos div.grid1 > div.allWrapperDiv > a.imgClass > img | p3-ofp.static.pub//fes/cms/2026/02/03/58vfmapu407ja0lwtc0x03ubte5wy5862172.jpg | 655 x 650 (1.01) | 932 x 600 (1.55) |
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 |
|---|---|
| AttributionReporting | c.amazon-adsystem.com/aat/amzn.js line 1, col 8822 |
| SharedStorage | c.amazon-adsystem.com/aat/amzn.js line 1, col 7935 |
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 |
|---|---|
Attestation check for Shared Storage on https://ara.paa-reporting-advertising.amazon failed. | |
Creating a worker from 'blob:https://www.motorola.com/4d366f3e-bd13-4b1a-9a6c-e319ca2620a2' violates the following Content Security Policy directive: "default-src https: data: wss: 'unsafe-inline' 'unsafe-eval'". Note that 'worker-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
t.contentsquare.net/uxa/627aaf7fc9df8.js line 33, col 103 | Creating a worker from 'blob:https://www.motorola.com/eaff4417-b316-4d98-b578-f34d3fef6cc9' violates the following Content Security Policy directive: "default-src https: data: wss: 'unsafe-inline' 'unsafe-eval'". Note that 'worker-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 404 () | |
Hydration completed but contains mismatches. | |
Hydration completed but contains mismatches. | |
Hydration completed but contains mismatches. | |
Hydration completed but contains mismatches. | |
/t_/en/version/batch/ids/afddd0b87b5bfdbef96f3ad7a8cadeeb... line 1, col 10892 | Uncaught ReferenceError: exports is not defined |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
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 |
|---|
Feedback div > aside.cf_invite_771_1646 > div.rn_Survey > a#cffbtb |
To appear in search results, crawlers need access to your app.
Send Feedback