Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 29.2s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.
Cookie 'pmuser_country' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 21.9 MB (7.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/95deefb3-bc98-458b-93ac-c7de8d4be3ca)<a href="https://beavercheck.com/results/95deefb3-bc98-458b-93ac-c7de8d4be3ca"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famd.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famd.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 29.2s 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.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 29.2s to load
+12% bounceUsers abandon at ~3s — you're 26.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+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
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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$700 investment → $1.81/month returns + USD 157,500 risk avoided
$700
7h · 5 findings
$1.81 /mo
~$22 / year
USD 157,500
if kept compliant
$50 — 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.
7.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,522 / year if left unfixed
$157,500
+5 more
$1.81 /mo
22648.8 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.
7.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
29.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.91 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.029
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.12 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.
38.31 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /etc.clientlibs/common-ui/clientlibs/clientlib-site/resou... | 130 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 | |
|---|---|---|---|
AMD and Upstage Expand Strategic Collaboration to Advance Sovereign AI Infrastr… div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/data-center-9.jpg | 303.8 KiB | 295.0 KiB |
Samsung and AMD Expand Strategic Collaboration on Next-Generation AI Memory Sol… div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/corporate-8.jpg | 219.9 KiB | 211.1 KiB |
AMD to Report Fiscal First Quarter 2026 Financial Results div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/corporate-2.jpg | 217.8 KiB | 209.0 KiB |
Bright business workplace with people in walking in blurred motion div.card-img-top > div#image-4341ee9141 > picture > img.cmp-image__image | /content/dam/amd/en/images/photography/lifestyle/3437050-... | 169.7 KiB | 169.7 KiB |
AMD and NAVER Cloud Announce Strategic Collaboration to Advance AI Infrastructu… div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/data-center-3.jpg | 155.9 KiB | 147.1 KiB |
Optimizamos la IA empresarial article.carouselslide > div.carousel-video > picture.carousel-background > img | /content/dam/amd/en/images/corporate/twa-ai/3558303-twa-a... | 182.3 KiB | 144.8 KiB |
Data Center With Server Racks div.card-img-top > div#image-2b147c8e33 > picture > img.cmp-image__image | www.amd.com/content/dam/amd/en/images/products/1569197-enterprise-storage.jpg | 136.6 KiB | 136.5 KiB |
Robotic arm welding in a factory div.card-img-top > div#image-88996206d1 > picture > img.cmp-image__image | /content/dam/amd/en/images/photography/lifestyle/3365667-... | 133.6 KiB | 133.6 KiB |
Abstract Illustration with programming code div.card-img-top > div#image-86d8d710b3 > picture > img.cmp-image__image | www.amd.com/content/dam/amd/en/images/abstract/3437050-programming-code.jpg | 130.5 KiB | 130.4 KiB |
AMD in Space: Proven Compute for Lunar Missions div.card > div.card-img-top > a > img.related-content-image | /content/dam/amd/en/images/logos/partners/case-studies/17... | 136.1 KiB | 127.3 KiB |
div#container-0f0dc87365 > div.cmp-container__image > picture > img div#container-0f0dc87365 > div.cmp-container__image > picture > img | /content/dam/amd/en/images/illustrations/homepage/2025/34... | 135.7 KiB | 117.7 KiB |
div#container-c9aad62913 > div.cmp-container__image > picture > img div#container-c9aad62913 > div.cmp-container__image > picture > img | /content/dam/amd/en/images/backgrounds/abstract/3734550-h... | 170.8 KiB | 111.6 KiB |
AMD Embedded+ Powers Fujisoft AI-Based Site Security System div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/products/4621306-fujisoft-news.jpg | 103.8 KiB | 96.9 KiB |
AMD and the French Government Announce Plans to Advance AI Innovation, Research… div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/corporate-5.jpg | 103.4 KiB | 96.5 KiB |
AMD amplía la cartera de procesadores Ryzen AI Embedded article.carouselslide > div.carousel-video > picture.carousel-background > img | /content/dam/amd/en/images/backgrounds/products/4233901-r... | 108.7 KiB | 86.9 KiB |
AMD Delivers Breakthrough MLPerf Inference 6.0 Results div.card > div.card-img-top > a > img.related-content-image | /content/dam/amd/en/images/blogs/designs/technical-blogs/... | 91.1 KiB | 85.0 KiB |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... | 51.7 KiB | 50.9 KiB |
AMD y Nutanix anuncian una asociación estratégica article.carouselslide > div.carousel-video > picture.carousel-background > img | /content/dam/amd/en/images/backgrounds/abstract/4233901-n... | 57.8 KiB | 46.2 KiB |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... | 44.8 KiB | 44.1 KiB |
Woman working on a laptop div.card-img-top > div#image-017f23b20b > picture > img.cmp-image__image | /content/dam/amd/en/images/photography/lifestyle/3020400-... | 37.0 KiB | 37.0 KiB |
AMD y Meta anuncian una alianza estratégica ampliada para implementar 6 gigawat… article.carouselslide > div.carousel-video > picture.carousel-background > img | /content/dam/amd/en/images/backgrounds/products/4233901-i... | 31.6 KiB | 25.3 KiB |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png | 21.2 KiB | 20.9 KiB |
Epic Games logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/1559800-epic-ga... | 18.5 KiB | 18.1 KiB |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... | 14.4 KiB | 14.2 KiB |
div#container-572a986934 > div.cmp-container__image > picture > img div#container-572a986934 > div.cmp-container__image > picture > img | /content/dam/amd/en/images/illustrations/homepage/2025/34... | 13.3 KiB | 12.7 KiB |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png | 11.8 KiB | 11.6 KiB |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... | 11.3 KiB | 11.2 KiB |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... | 10.1 KiB | 9.9 KiB |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png | 9.7 KiB | 9.6 KiB |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... | 9.6 KiB | 9.4 KiB |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... | 9.3 KiB | 9.1 KiB |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... | 8.5 KiB | 8.4 KiB |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png | 7.7 KiB | 7.6 KiB |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... | 7.0 KiB | 6.9 KiB |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... | 6.8 KiB | 6.7 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 |
|---|---|
| amd.com/ | 827 ms |
| www.amd.com/ | 856 ms |
| www.amd.com/es.html | 0.0 ms |
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.
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 |
|---|---|---|
| static.cloud.coveo.com/atomic/v3.28/purify-c7ebd240-D-p5nWa8.js | 17.0 KiB | 7.8 KiB |
| static.cloud.coveo.com/atomic/v3.28/index-CPt3ll5Y.js | 25.3 KiB | 6.4 KiB |
| static.cloud.coveo.com/atomic/v3.28/analytics-config-4cf8faa6-B6HdhORW.js | 27.8 KiB | 6.3 KiB |
| www.amd.com/etc.clientlibs/common-ui/clientlibs/clientlib-base.min.js | 7.4 KiB | 4.2 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc.clientlibs/common-ui/clientlibs/clientlib-webpack-de... | 61.4 KiB | 60.3 KiB |
| www.amd.com/etc.clientlibs/common-ui/clientlibs/clientlib-webpack.min.css | 34.7 KiB | 31.2 KiB |
| 22.4 KiB | 20.0 KiB | |
| @layer properties; @layer theme, base, components, utilities; @layer theme; @layer base { *, ::aft… } … | 10.4 KiB | 10.4 KiB |
| @layer properties; @layer theme, base, components, utilities; @layer theme; @layer base { *, ::aft… } … | 10.3 KiB | 10.3 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 | 5.4 s |
| Other | 2.6 s |
| Style & Layout | 771 ms |
| Script Parsing & Compilation | 678 ms |
| Rendering | 357 ms |
| Garbage Collection | 181 ms |
| Parse HTML & CSS | 114 ms |
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 | |
|---|---|
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Epic Games logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/1559800-epic-ga... |
Epic Games logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/1559800-epic-ga... |
Epic Games logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/1559800-epic-ga... |
Epic Games logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/1559800-epic-ga... |
Epic Games logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/1559800-epic-ga... |
Epic Games logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/1559800-epic-ga... |
Epic Games logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/1559800-epic-ga... |
div#container-ab9e41d06a > div.cmp-container__image > picture > img div#container-ab9e41d06a > div.cmp-container__image > picture > img | /content/dam/amd/en/images/illustrations/homepage/2025/34... |
div#container-572a986934 > div.cmp-container__image > picture > img div#container-572a986934 > div.cmp-container__image > picture > img | /content/dam/amd/en/images/illustrations/homepage/2025/34... |
div#container-6ab2b2f630 > div.cmp-container__image > picture > img div#container-6ab2b2f630 > div.cmp-container__image > picture > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Slide 1 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-2b147c8e33-tab |
Slide 2 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-88996206d1-tab |
Slide 3 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-017f23b20b-tab |
Slide 4 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-86d8d710b3-tab |
Slide 5 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-4341ee9141-tab |
Slide 1 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 2 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 3 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 4 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 5 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 6 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 7 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 8 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Slide 1 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 2 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 3 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 4 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 5 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 6 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 7 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 8 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.amd.com/es/legal/cookies.html | Más información |
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.
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.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
152 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.98 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.
5.76 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /etc.clientlibs/common-ui/clientlibs/clientlib-site/resou... | 130 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 | |
|---|---|---|---|
AMD and Upstage Expand Strategic Collaboration to Advance Sovereign AI Infrastr… div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/data-center-9.jpg | 208.5 KiB | 201.2 KiB |
div#container-0f0dc87365 > div.cmp-container__image > picture > img div#container-0f0dc87365 > div.cmp-container__image > picture > img | /content/dam/amd/en/images/illustrations/homepage/2025/34... | 207.5 KiB | 149.8 KiB |
Samsung and AMD Expand Strategic Collaboration on Next-Generation AI Memory Sol… div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/corporate-8.jpg | 131.6 KiB | 124.3 KiB |
AMD to Report Fiscal First Quarter 2026 Financial Results div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/corporate-2.jpg | 129.2 KiB | 122.0 KiB |
AMD in Space: Proven Compute for Lunar Missions div.card > div.card-img-top > a > img.related-content-image | /content/dam/amd/en/images/logos/partners/case-studies/17... | 87.6 KiB | 82.7 KiB |
AMD and NAVER Cloud Announce Strategic Collaboration to Advance AI Infrastructu… div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/data-center-3.jpg | 73.8 KiB | 69.7 KiB |
Abstract Illustration with programming code div.card-img-top > div#image-86d8d710b3 > picture > img.cmp-image__image | www.amd.com/content/dam/amd/en/images/abstract/3437050-programming-code.jpg | 67.4 KiB | 63.5 KiB |
Data Center With Server Racks div.card-img-top > div#image-2b147c8e33 > picture > img.cmp-image__image | www.amd.com/content/dam/amd/en/images/products/1569197-enterprise-storage.jpg | 63.2 KiB | 59.9 KiB |
Robotic arm welding in a factory div.card-img-top > div#image-88996206d1 > picture > img.cmp-image__image | /content/dam/amd/en/images/photography/lifestyle/3365667-... | 62.9 KiB | 59.3 KiB |
AMD Embedded+ Powers Fujisoft AI-Based Site Security System div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/products/4621306-fujisoft-news.jpg | 54.3 KiB | 51.2 KiB |
AMD Delivers Breakthrough MLPerf Inference 6.0 Results div.card > div.card-img-top > a > img.related-content-image | /content/dam/amd/en/images/blogs/designs/technical-blogs/... | 51.9 KiB | 49.0 KiB |
AMD amplía la cartera de procesadores Ryzen AI Embedded article.carouselslide > div.carousel-video > picture.carousel-background > img | /content/dam/amd/en/images/backgrounds/products/4233901-r... | 73.8 KiB | 46.5 KiB |
AMD and the French Government Announce Plans to Advance AI Innovation, Research… div.card > div.card-img-top > a > img.related-content-image | www.amd.com/content/dam/amd/en/images/pr/corporate-5.jpg | 43.7 KiB | 41.3 KiB |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... | 25.9 KiB | 25.5 KiB |
AMD y Nutanix anuncian una asociación estratégica article.carouselslide > div.carousel-video > picture.carousel-background > img | /content/dam/amd/en/images/backgrounds/abstract/4233901-n... | 39.6 KiB | 24.9 KiB |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... | 19.3 KiB | 19.0 KiB |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png | 14.4 KiB | 14.2 KiB |
Woman working on a laptop div.card-img-top > div#image-017f23b20b > picture > img.cmp-image__image | /content/dam/amd/en/images/photography/lifestyle/3020400-... | 13.5 KiB | 12.7 KiB |
AMD y Meta anuncian una alianza estratégica ampliada para implementar 6 gigawat… article.carouselslide > div.carousel-video > picture.carousel-background > img | /content/dam/amd/en/images/backgrounds/products/4233901-i... | 19.1 KiB | 12.0 KiB |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... | 11.3 KiB | 11.2 KiB |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png | 11.0 KiB | 10.9 KiB |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png | 9.7 KiB | 9.6 KiB |
Epic Games logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/1559800-epic-ga... | 9.6 KiB | 9.4 KiB |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... | 8.5 KiB | 8.4 KiB |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... | 7.8 KiB | 7.6 KiB |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png | 7.6 KiB | 7.5 KiB |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... | 6.9 KiB | 6.8 KiB |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... | 6.5 KiB | 6.4 KiB |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... | 6.5 KiB | 6.4 KiB |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... | 5.4 KiB | 5.3 KiB |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... | 5.1 KiB | 5.0 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| amd.com/ | 287 ms |
| www.amd.com/ | 320 ms |
| www.amd.com/es.html | 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 rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc.clientlibs/common-ui/clientlibs/clientlib-webpack-de... | 61.4 KiB | 60.0 KiB |
| www.amd.com/etc.clientlibs/common-ui/clientlibs/clientlib-webpack.min.css | 34.7 KiB | 30.9 KiB |
| 22.4 KiB | 19.6 KiB | |
| @layer properties; @layer theme, base, components, utilities; @layer theme; @layer base { *, ::aft… } … | 10.4 KiB | 10.4 KiB |
| @layer properties; @layer theme, base, components, utilities; @layer theme; @layer base { *, ::aft… } … | 10.3 KiB | 10.3 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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 602 ms |
| Style & Layout | 180 ms |
| Script Parsing & Compilation | 171 ms |
| Rendering | 64 ms |
| Garbage Collection | 37 ms |
| Parse HTML & CSS | 30 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 |
|---|---|---|
| static.cloud.coveo.com/atomic/v3.28/purify-c7ebd240-D-p5nWa8.js | 17.0 KiB | 7.8 KiB |
| static.cloud.coveo.com/atomic/v3.28/index-CPt3ll5Y.js | 25.3 KiB | 6.4 KiB |
| static.cloud.coveo.com/atomic/v3.28/analytics-config-4cf8faa6-B6HdhORW.js | 27.8 KiB | 6.3 KiB |
| www.amd.com/etc.clientlibs/common-ui/clientlibs/clientlib-base.min.js | 7.4 KiB | 4.2 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 | |
|---|---|
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Shell logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/shell-white-padded-logo.png |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Logotipo de AWS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/aws-white-padded-logo.png |
Logotipo de Oracle div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/oracle-white-pa... |
Logotipo de Google Cloud div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/google-cloud-ve... |
Logotipo de Microsoft div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2559150-microso... |
Logotipo de Dell Technologies div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/dell-technologi... |
Logotipo de Lenovo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/lenovo-white-pa... |
Logotipo de SONOS div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/3120550-sonos-p... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
IBM logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/ibm-cloud-v2-wh... |
Cisco logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/cisco-white-padded-logo.png |
Siemens logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/2539500-siemens... |
Microsoft Azure logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/microsoft-azure... |
Hewlett Packard Enterprise logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | www.amd.com/content/dam/amd/en/images/logos/partners/hpe-white-padded-logo.png |
Salesforce logo div.animatedImages-stage > div.animatedImages-item > div.item > img.no-lazy | /content/dam/amd/en/images/logos/partners/salesforce-whit... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Slide 1 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-2b147c8e33-tab |
Slide 2 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-88996206d1-tab |
Slide 3 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-017f23b20b-tab |
Slide 4 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-86d8d710b3-tab |
Slide 5 div.carousel > div#carousel-51c63b14f5 > div.glide-bullets > button#carousel-51c63b14f5-item-4341ee9141-tab |
Slide 1 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 2 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 3 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 4 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 5 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Slide 1 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 2 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 3 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 4 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
Slide 5 div.relatedContent > div.glide > div.glide-bullets > button#-tab |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.amd.com/es/legal/cookies.html | Más información |
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.
To appear in search results, crawlers need access to your app.
Send Feedback