Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 14.4s 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.
Content-Security-Policy 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 11.9 MB (5.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
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/a7559601-a623-40db-842c-206c37d5d801)<a href="https://beavercheck.com/results/a7559601-a623-40db-842c-206c37d5d801"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwebex.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwebex.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 14.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~40%.
Page takes 14.4s to load
+12% bounceUsers abandon at ~3s — you're 11.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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.
$600 investment → $495/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$495 /mo
~$5,945 / year
USD 157,500
if kept compliant
$100 — 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.
6.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,515 / year if left unfixed
$157,500
+4 more
$1.29 /mo
16096.3 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.
3.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.38 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.468
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.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.
19.38 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first | /content/dam/www/us/en/images/home/cisco_ai_assistant_ico... | 327.9 KiB | 325.3 KiB |
Transform customer and employee experiences with Webex AI.
Learn More
CUSTOMER … div.root > div#container-64fcef3003 > div.stats-grid > div.cmp-stats-grid | www.webex.com/content/dam/www/us/en/images/home/ai-survey-gradient.webp | 285.7 KiB | 203.2 KiB |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img | www.webex.com/content/dam/www/us/en/images/home/Security.jpg | 150.0 KiB | 115.9 KiB |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img | www.webex.com/content/dam/www/us/en/images/home/latest-manageability.jpg | 130.7 KiB | 97.9 KiB |
div#product-card-slide3 > div.product-card > div.product-card__img > img div#product-card-slide3 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/03-Meetings.png | 124.5 KiB | 77.0 KiB |
div#product-card-slide2 > div.product-card > div.product-card__img > img div#product-card-slide2 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/02-Calling.png | 101.2 KiB | 58.8 KiB |
div#product-card-slide7 > div.product-card > div.product-card__img > img div#product-card-slide7 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/07-Video-Messaging.png | 95.5 KiB | 55.5 KiB |
div#product-card-slide4 > div.product-card > div.product-card__img > img div#product-card-slide4 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/04-Messaging.png | 89.5 KiB | 52.0 KiB |
div#product-card-slide6 > div.product-card > div.product-card__img > img div#product-card-slide6 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/06-Events.png | 84.7 KiB | 49.2 KiB |
Webex div.nav__panel > div.nav__panel-brand > a.nav__panel-brand-logo > img.logo-white | /content/dam/www/us/en/images/header/2026/webex-nav-logo/... | 43.0 KiB | 42.5 KiB |
div#product-card-slide5 > div.product-card > div.product-card__img > img div#product-card-slide5 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/05-Webinars.png | 69.3 KiB | 40.3 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.
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 |
|---|---|
| webex.com/ | 1.2 s |
| www.webex.com/ | 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 |
|---|---|
div.cmp-home-hero-new > div.home-hero-new__bg > video-js#home-hero-video > div.vjs-text-track-display div.cmp-home-hero-new > div.home-hero-new__bg > video-js#home-hero-video > div.vjs-text-track-display | 0.178 |
An AI Assistant that
saves you time
creates personalized summaries
troublesho… div.aem-Grid > div#main-content > div.cmp-home-hero-new > div.home-hero-new | 0.140 |
An AI Assistant that
saves you time
creates personalized summaries
troublesho… div.aem-Grid > div#main-content > div.cmp-home-hero-new > div.home-hero-new | 0.139 |
Cookies allow us to optimise your use of our website. We also use third-party c… body#page-2ba3ac0139 > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
Cookies allow us to optimise your use of our website. We also use third-party c… body#page-2ba3ac0139 > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
Logo Webex by cisco homepage link Graphic div.cmp-navigation-new > div#navigation-new > div.nav__panel > div.nav__panel-brand | 0.001 |
Cookies allow us to optimise your use of our website. We also use third-party c… body#page-2ba3ac0139 > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
Cookies allow us to optimise your use of our website. We also use third-party c… body#page-2ba3ac0139 > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
Cookies allow us to optimise your use of our website. We also use third-party c… body#page-2ba3ac0139 > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
Cookies allow us to optimise your use of our website. We also use third-party c… body#page-2ba3ac0139 > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
Cookies allow us to optimise your use of our website. We also use third-party c… body#page-2ba3ac0139 > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
Cookies allow us to optimise your use of our website. We also use third-party c… body#page-2ba3ac0139 > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
Cookies allow us to optimise your use of our website. We also use third-party c… body#page-2ba3ac0139 > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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/www/clientlibs/clientlib-site.lc-656553fe... | 192.9 KiB | 187.4 KiB |
| 24.2 KiB | 21.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
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc.clientlibs/www/clientlibs/clientlib-site.lc-fa3d5b01... | 293.2 KiB | 239.2 KiB |
| players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js | 314.2 KiB | 131.7 KiB |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 126.9 KiB | 66.7 KiB |
| /etc.clientlibs/www/clientlibs/clientlib-base.lc-40e22648... | 71.2 KiB | 48.3 KiB |
| tags.tiqcdn.com/utag/cisco/collaboration/prod/utag.js | 80.1 KiB | 32.9 KiB |
| s.go-mpulse.net/boomerang/MRAM5-748NR-AFDA2-MNGBT-VT94S | 56.5 KiB | 24.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js | 3.8 s | 2.4 s | 100 ms |
| /etc.clientlibs/www/clientlibs/clientlib-site.lc-fa3d5b01... | 2.1 s | 677 ms | 139 ms |
| Unattributable | 1.0 s | 99 ms | 0.0 ms |
| www.webex.com/ | 852 ms | 16 ms | 5.4 ms |
| s.go-mpulse.net/boomerang/MRAM5-748NR-AFDA2-MNGBT-VT94S | 564 ms | 267 ms | 17 ms |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 374 ms | 210 ms | 54 ms |
| /utag/cisco/collaboration/prod/utag.688.js?utv=ut4.49.202... | 225 ms | 206 ms | 2.3 ms |
| tags.tiqcdn.com/utag/cisco/collaboration/prod/utag.js | 168 ms | 129 ms | 35 ms |
| www.webex.com/akam/13/5204e348 | 165 ms | 142 ms | 4.0 ms |
| /etc.clientlibs/www/clientlibs/clientlib-site.lc-656553fe... | 120 ms | 0.0 ms | 0.0 ms |
| /etc.clientlibs/www/clientlibs/clientlib-base.lc-40e22648... | 98 ms | 73 ms | 23 ms |
| www.cisco.com/c/dam/cdc/t/ctm.js | 81 ms | 71 ms | 8.9 ms |
| bat.bing.com/bat.js | 61 ms | 19 ms | 40 ms |
| snap.licdn.com/li.lms-analytics/insight.min.js | 58 ms | 48 ms | 5.3 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.5 s |
| Other | 2.2 s |
| Style & Layout | 2.1 s |
| Script Parsing & Compilation | 472 ms |
| Rendering | 324 ms |
| Parse HTML & CSS | 182 ms |
| Garbage Collection | 62 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.cisco.com/c/dam/cdc/t/ctm-core.js | 11.1 KiB | 5.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img | www.webex.com/content/dam/www/us/en/images/home/contact-center.jpg |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img | www.webex.com/content/dam/www/us/en/images/home/cpaas.jpg |
Webex div.nav__panel > div.nav__panel-brand > a.nav__panel-brand-logo > img.logo-white | /content/dam/www/us/en/images/header/2026/webex-nav-logo/... |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img | www.webex.com/content/dam/www/us/en/images/home/devices-card.jpg |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img | www.webex.com/content/dam/www/us/en/images/home/workspaces-card.jpg |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img | www.webex.com/content/dam/www/us/en/images/home/latest-manageability.jpg |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img | www.webex.com/content/dam/www/us/en/images/home/Security.jpg |
div#product-card-slide7 > div.product-card > div.product-card__img > img div#product-card-slide7 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/07-Video-Messaging.png |
div#product-card-slide2 > div.product-card > div.product-card__img > img div#product-card-slide2 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/02-Calling.png |
div#product-card-slide3 > div.product-card > div.product-card__img > img div#product-card-slide3 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/03-Meetings.png |
div#product-card-slide4 > div.product-card > div.product-card__img > img div#product-card-slide4 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/04-Messaging.png |
div#product-card-slide5 > div.product-card > div.product-card__img > img div#product-card-slide5 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/05-Webinars.png |
div#product-card-slide6 > div.product-card > div.product-card__img > img div#product-card-slide6 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/06-Events.png |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first | /content/dam/www/us/en/images/home/cisco_ai_assistant_ico... |
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 |
|---|
Hybrid Work div#RoundedTabs_0 > ul#swiper-wrapper-7f1ca3caa1239572 > li.swiper-slide > button.h4 |
Customer Experience div#RoundedTabs_0 > ul#swiper-wrapper-7f1ca3caa1239572 > li.swiper-slide > button.h4 |
Workspaces div#RoundedTabs_0 > ul#swiper-wrapper-7f1ca3caa1239572 > li.swiper-slide > button.h4 |
Suite div.product-tabs__swiper > div#swiper-wrapper-86b978293ea76c64 > div.swiper-slide > div#product-tab1 |
Calling div.product-tabs__swiper > div#swiper-wrapper-86b978293ea76c64 > div.swiper-slide > div#product-tab2 |
Meetings div.product-tabs__swiper > div#swiper-wrapper-86b978293ea76c64 > div.swiper-slide > div#product-tab3 |
Messaging div.product-tabs__swiper > div#swiper-wrapper-86b978293ea76c64 > div.swiper-slide > div#product-tab4 |
Webinars div.product-tabs__swiper > div#swiper-wrapper-86b978293ea76c64 > div.swiper-slide > div#product-tab5 |
Events div.product-tabs__swiper > div#swiper-wrapper-86b978293ea76c64 > div.swiper-slide > div#product-tab6 |
Video Messaging div.product-tabs__swiper > div#swiper-wrapper-86b978293ea76c64 > div.swiper-slide > div#product-tab7 |
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.
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 |
|---|
See Innovations div.swiper-slide > div.promo-quote__item > div.promo-quote__ctas > a.xsmall-body |
Sign Up For Free div.secondary-promo > div.secondary-promo__container > div.secondary-promo__cta > a.btn |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-second div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-second |
div#product-card-slide2 > div.product-card > div.product-card__img > img div#product-card-slide2 > div.product-card > div.product-card__img > img |
div#product-card-slide3 > div.product-card > div.product-card__img > img div#product-card-slide3 > div.product-card > div.product-card__img > img |
div#product-card-slide4 > div.product-card > div.product-card__img > img div#product-card-slide4 > div.product-card > div.product-card__img > img |
div#product-card-slide5 > div.product-card > div.product-card__img > img div#product-card-slide5 > div.product-card > div.product-card__img > img |
div#product-card-slide6 > div.product-card > div.product-card__img > img div#product-card-slide6 > div.product-card > div.product-card__img > img |
div#product-card-slide7 > div.product-card > div.product-card__img > img div#product-card-slide7 > div.product-card > div.product-card__img > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
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 |
|---|
Hybrid Work
Customer Experience
Workspaces div.components-tab__container > div.components-tab__header > div#RoundedTabs_0 > ul#swiper-wrapper-7f1ca3caa1239572 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 div.quote-home > div#quote-home__swiper0 > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.quote-home > div#quote-home__swiper0 > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.quote-home > div#quote-home__swiper0 > div.swiper-pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
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 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Refused to execute script from 'https://www.webex.com/etc/cloudsettings.kernel.js/libs/settings/cloudsettings/legacy/contexthub' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. | |
VIDEOJS: ERROR: TypeError: e.muted is not a function
at S.<anonymous> (https://www.webex.com/etc.clientlibs/www/clientlibs/clientlib-site.lc-fa3d5b0109833f29b80eb218c86e12ee-lc.min.js:2:1360813)
at Et.a.dispatcher (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:1:96883)
at wt (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:1:97754)
at S.trigger (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:1:102353)
at S.<computed> [as handleTechLoadedmetadata_] (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:10:36402)
at S.<anonymous> (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:10:1536)
at Et.a.dispatcher (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:1:96883) |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-second div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-second |
div#product-card-slide2 > div.product-card > div.product-card__img > img div#product-card-slide2 > div.product-card > div.product-card__img > img |
div#product-card-slide3 > div.product-card > div.product-card__img > img div#product-card-slide3 > div.product-card > div.product-card__img > img |
div#product-card-slide4 > div.product-card > div.product-card__img > img div#product-card-slide4 > div.product-card > div.product-card__img > img |
div#product-card-slide5 > div.product-card > div.product-card__img > img div#product-card-slide5 > div.product-card > div.product-card__img > img |
div#product-card-slide6 > div.product-card > div.product-card__img > img div#product-card-slide6 > div.product-card > div.product-card__img > img |
div#product-card-slide7 > div.product-card > div.product-card__img > img div#product-card-slide7 > div.product-card > div.product-card__img > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.dmc-proactivechat > div.proac-head > div.cisco-icon > a.c2c-proactive-dismiss |
No Thanks div.dmc-proactivechat > ul.cta > li > a.dmc-button |
Chat Now div.dmc-proactivechat > ul.cta > li > a.dmc-button |
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.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
117 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.097
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.56 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.69 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first | /content/dam/www/us/en/images/home/cisco_ai_assistant_ico... | 327.9 KiB | 327.1 KiB |
Transform customer and employee experiences with Webex AI.
Learn More
CUSTOMER … div.root > div#container-64fcef3003 > div.stats-grid > div.cmp-stats-grid | www.webex.com/content/dam/www/us/en/images/home/ai-survey-gradient.webp | 285.7 KiB | 203.2 KiB |
div#product-card-slide3 > div.product-card > div.product-card__img > img div#product-card-slide3 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/03-Meetings.png | 78.4 KiB | 63.1 KiB |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img | www.webex.com/content/dam/www/us/en/images/home/Security.jpg | 73.3 KiB | 57.4 KiB |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img | www.webex.com/content/dam/www/us/en/images/home/latest-manageability.jpg | 59.7 KiB | 46.8 KiB |
div#product-card-slide2 > div.product-card > div.product-card__img > img div#product-card-slide2 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/02-Calling.png | 55.1 KiB | 44.4 KiB |
div#product-card-slide4 > div.product-card > div.product-card__img > img div#product-card-slide4 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/04-Messaging.png | 52.0 KiB | 41.9 KiB |
Webex div.nav__panel > div.nav__panel-brand > a.nav__panel-brand-logo > img.logo-white | /content/dam/www/us/en/images/header/2026/webex-nav-logo/... | 31.8 KiB | 31.6 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.
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 |
|---|---|
| webex.com/ | 686 ms |
| www.webex.com/ | 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/www/clientlibs/clientlib-site.lc-656553fe... | 192.9 KiB | 185.5 KiB |
| 24.2 KiB | 20.8 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc.clientlibs/www/clientlibs/clientlib-site.lc-fa3d5b01... | 293.2 KiB | 240.0 KiB |
| players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js | 314.2 KiB | 133.0 KiB |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 126.9 KiB | 66.7 KiB |
| /etc.clientlibs/www/clientlibs/clientlib-base.lc-40e22648... | 71.2 KiB | 48.3 KiB |
| tags.tiqcdn.com/utag/cisco/collaboration/prod/utag.js | 80.1 KiB | 32.9 KiB |
| s.go-mpulse.net/boomerang/MRAM5-748NR-AFDA2-MNGBT-VT94S | 56.5 KiB | 22.8 KiB |
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.2 s |
| Style & Layout | 1.1 s |
| Other | 552 ms |
| Script Parsing & Compilation | 126 ms |
| Rendering | 107 ms |
| Parse HTML & CSS | 41 ms |
| Garbage Collection | 25 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.cisco.com/c/dam/cdc/t/ctm-core.js | 11.1 KiB | 5.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img | www.webex.com/content/dam/www/us/en/images/home/contact-center.jpg |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img | www.webex.com/content/dam/www/us/en/images/home/cpaas.jpg |
Webex div.nav__panel > div.nav__panel-brand > a.nav__panel-brand-logo > img.logo-white | /content/dam/www/us/en/images/header/2026/webex-nav-logo/... |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img | www.webex.com/content/dam/www/us/en/images/home/devices-card.jpg |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img | www.webex.com/content/dam/www/us/en/images/home/workspaces-card.jpg |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img | www.webex.com/content/dam/www/us/en/images/home/latest-manageability.jpg |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img | www.webex.com/content/dam/www/us/en/images/home/Security.jpg |
div#product-card-slide7 > div.product-card > div.product-card__img > img div#product-card-slide7 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/07-Video-Messaging.png |
div#product-card-slide2 > div.product-card > div.product-card__img > img div#product-card-slide2 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/02-Calling.png |
div#product-card-slide3 > div.product-card > div.product-card__img > img div#product-card-slide3 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/03-Meetings.png |
div#product-card-slide4 > div.product-card > div.product-card__img > img div#product-card-slide4 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/04-Messaging.png |
div#product-card-slide5 > div.product-card > div.product-card__img > img div#product-card-slide5 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/05-Webinars.png |
div#product-card-slide6 > div.product-card > div.product-card__img > img div#product-card-slide6 > div.product-card > div.product-card__img > img | www.webex.com/content/dam/www/us/en/images/home/06-Events.png |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first | /content/dam/www/us/en/images/home/cisco_ai_assistant_ico... |
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 |
|---|
Hybrid Work div#RoundedTabs_0 > ul#swiper-wrapper-19b512d1b12ad711 > li.swiper-slide > button.h4 |
Customer Experience div#RoundedTabs_0 > ul#swiper-wrapper-19b512d1b12ad711 > li.swiper-slide > button.h4 |
Workspaces div#RoundedTabs_0 > ul#swiper-wrapper-19b512d1b12ad711 > li.swiper-slide > button.h4 |
Suite div.product-tabs__swiper > div#swiper-wrapper-99b1274f255ddd75 > div.swiper-slide > div#product-tab1 |
Calling div.product-tabs__swiper > div#swiper-wrapper-99b1274f255ddd75 > div.swiper-slide > div#product-tab2 |
Meetings div.product-tabs__swiper > div#swiper-wrapper-99b1274f255ddd75 > div.swiper-slide > div#product-tab3 |
Messaging div.product-tabs__swiper > div#swiper-wrapper-99b1274f255ddd75 > div.swiper-slide > div#product-tab4 |
Webinars div.product-tabs__swiper > div#swiper-wrapper-99b1274f255ddd75 > div.swiper-slide > div#product-tab5 |
Events div.product-tabs__swiper > div#swiper-wrapper-99b1274f255ddd75 > div.swiper-slide > div#product-tab6 |
Video Messaging div.product-tabs__swiper > div#swiper-wrapper-99b1274f255ddd75 > div.swiper-slide > div#product-tab7 |
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.
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 |
|---|
Save the Date div.swiper-slide > div.promo-quote__item > div.promo-quote__ctas > a.xsmall-body |
Sign Up For Free div.secondary-promo > div.secondary-promo__container > div.secondary-promo__cta > a.btn |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-second div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-second |
div#product-card-slide2 > div.product-card > div.product-card__img > img div#product-card-slide2 > div.product-card > div.product-card__img > img |
div#product-card-slide3 > div.product-card > div.product-card__img > img div#product-card-slide3 > div.product-card > div.product-card__img > img |
div#product-card-slide4 > div.product-card > div.product-card__img > img div#product-card-slide4 > div.product-card > div.product-card__img > img |
div#product-card-slide5 > div.product-card > div.product-card__img > img div#product-card-slide5 > div.product-card > div.product-card__img > img |
div#product-card-slide6 > div.product-card > div.product-card__img > img div#product-card-slide6 > div.product-card > div.product-card__img > img |
div#product-card-slide7 > div.product-card > div.product-card__img > img div#product-card-slide7 > div.product-card > div.product-card__img > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
div.global-footer__social > ul > li > a.medium-body div.global-footer__social > ul > li > a.medium-body |
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 |
|---|
Hybrid Work
Customer Experience
Workspaces div.components-tab__container > div.components-tab__header > div#RoundedTabs_0 > ul#swiper-wrapper-19b512d1b12ad711 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Refused to execute script from 'https://www.webex.com/etc/cloudsettings.kernel.js/libs/settings/cloudsettings/legacy/contexthub' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. | |
s.go-mpulse.net/boomerang/MRAM5-748NR-AFDA2-MNGBT-VT94S line 9, col 185207 | VIDEOJS: ERROR: TypeError: e.muted is not a function
at S.<anonymous> (https://www.webex.com/etc.clientlibs/www/clientlibs/clientlib-site.lc-fa3d5b0109833f29b80eb218c86e12ee-lc.min.js:2:1360813)
at Et.a.dispatcher (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:1:96883)
at wt (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:1:97754)
at S.trigger (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:1:102353)
at S.<computed> [as handleTechLoadedmetadata_] (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:10:36402)
at S.<anonymous> (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:10:1536)
at Et.a.dispatcher (https://players.brightcove.net/1384193102001/vlhQwNR1SU_default/index.min.js:1:96883) |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img div.swiper-slide > div.promo-quote__item > div.promo-quote__logo > img |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-first |
div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-second div.home-hero-new > div.home-hero-new__content > div.home-hero-new__logo > img.home-hero-new__logo-second |
div#product-card-slide2 > div.product-card > div.product-card__img > img div#product-card-slide2 > div.product-card > div.product-card__img > img |
div#product-card-slide3 > div.product-card > div.product-card__img > img div#product-card-slide3 > div.product-card > div.product-card__img > img |
div#product-card-slide4 > div.product-card > div.product-card__img > img div#product-card-slide4 > div.product-card > div.product-card__img > img |
div#product-card-slide5 > div.product-card > div.product-card__img > img div#product-card-slide5 > div.product-card > div.product-card__img > img |
div#product-card-slide6 > div.product-card > div.product-card__img > img div#product-card-slide6 > div.product-card > div.product-card__img > img |
div#product-card-slide7 > div.product-card > div.product-card__img > img div#product-card-slide7 > div.product-card > div.product-card__img > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img div.customer-experience__cards > div.customer-experience__card > div.customer-experience__card-media > img |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img |
div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img div.cmp-device-category-cards > div.cmp-device-category-cards__body > div.cmp-device-category-cards__img > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img div.swiper-slide > div.quote-home__item > div.quote-home__item-logo > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
li > a.medium-body > div.icon-wrapper > img li > a.medium-body > div.icon-wrapper > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.dmc-proactivechat > div.proac-head > div.cisco-icon > a.c2c-proactive-dismiss |
No Thanks div.dmc-proactivechat > ul.cta > li > a.dmc-button |
Chat Now div.dmc-proactivechat > ul.cta > li > a.dmc-button |
To appear in search results, crawlers need access to your app.
Send Feedback