Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
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.
Cookie 'dtCookietsb4abfy' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 18.5 MB (15.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
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/ac0504f0-d078-46c6-aac3-5e38cc3fc456)<a href="https://beavercheck.com/results/ac0504f0-d078-46c6-aac3-5e38cc3fc456"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fabb.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fabb.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 14.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 14.9s to load
+12% bounceUsers abandon at ~3s — you're 12.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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.
CHF 520 investment → CHF 3.55/month returns + CHF 250,000 risk avoided
CHF 520
4h · 5 findings
CHF 3.55 /mo
~CHF 43 / year
CHF 250,000
if kept compliant
CHF 260 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.0 developer hours at CHF130/hr
Based on Switzerland rates (CHF130/hr)
Start here for the best return on investment
CHF 20,837 / month at risk
~CHF 250,043 / year if left unfixed
CHF 250,000
+2 more
CHF 3.55 /mo
50077.8 MB/mo × 0.071 CHF/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.
5.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
138 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.78 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.
15.22 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.
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 |
|---|---|
| abb.com/ | 858 ms |
| www.abb.com/ | 780 ms |
| www.abb.com/global/en | 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.
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 |
|---|---|---|
| /ui/add22f30dde0fe68f8c5a4f88dc3baa3c5b4267bd237a1a6a55fe... | 13.3 KiB | 13.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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-P92SZD27 | 162.1 KiB | 78.3 KiB |
| assets.adobedtm.com/3f582187d63b/1e168dfae5a1/launch-38768eadc2c2.min.js | 55.8 KiB | 37.1 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.lc-955570495c35... | 35.6 KiB | 23.6 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 |
|---|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-P92SZD27 | 902 ms | 818 ms | 40 ms |
| Unattributable | 895 ms | 45 ms | 0.0 ms |
| /ui/add22f30dde0fe68f8c5a4f88dc3baa3c5b4267bd237a1a6a55fe... | 519 ms | 239 ms | 0.1 ms |
| /ui/add22f30dde0fe68f8c5a4f88dc3baa3c5b4267bd237a1a6a55fe... | 368 ms | 175 ms | 0.5 ms |
| cscript-cdn-irl.abb.com/loader.js | 232 ms | 136 ms | 48 ms |
| www.abb.com/akam/13/354e55f1 | 215 ms | 98 ms | 3.7 ms |
| www.abb.com/global/en | 120 ms | 9.1 ms | 4.5 ms |
| /ui/add22f30dde0fe68f8c5a4f88dc3baa3c5b4267bd237a1a6a55fe... | 72 ms | 1.8 ms | 0.1 ms |
| assets.adobedtm.com/3f582187d63b/1e168dfae5a1/launch-38768eadc2c2.min.js | 67 ms | 51 ms | 14 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 | 1.7 s |
| Other | 1.1 s |
| Style & Layout | 597 ms |
| Script Parsing & Compilation | 145 ms |
| Parse HTML & CSS | 51 ms |
| Garbage Collection | 31 ms |
| Rendering | 15 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /ui/add22f30dde0fe68f8c5a4f88dc3baa3c5b4267bd237a1a6a55fe... | 13.3 KiB | 2.4 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 | |
|---|---|
Abb Sydney.
Picture James Horan div#tabpanel-0 > a.sc-ljpcOE > section.sc-jxFEPe > img.sc-fVnRjz | media-d.global.abb/is/image/abbc/20230113_Mahlab_ABB%20_ELSE:1x1-S |
Data Center IT Specialist and System administrator Talk, Use Tablet Computer, W… div.sc-cTsLrp > article.sc-cxyaiY > div.sc-bnFUNX > img.sc-iKUUEK | media-d.global.abb/is/image/abbc/5141_title-3:1x1-S |
Two engineers wearing hard hats and safety jumpsuits stand on an urban rooftop … div.sc-cTsLrp > article.sc-cxyaiY > div.sc-bnFUNX > img.sc-iKUUEK | media-d.global.abb/is/image/abbc/AdobeStock_602912226-Large-2:1x1-S |
A man and a woman in an industrial or laboratory setting looking closely at a c… div.sc-cTsLrp > article.sc-cxyaiY > div.sc-bnFUNX > img.sc-iKUUEK | media-d.global.abb/is/image/abbc/BANNER%20OPTION%201-1:1x1-S |
Serious call center operator in wireless headset talking with customer, woman i… div.sc-knSEDm > article.sc-dYYaKM > figure.sc-eVedOh > img.sc-gBswnW | /is/image/abbc/call-center-operator-in-wireless-headset-1... |
work using texting cell phone typing computer.chatting on mobile,laptop contact… div.sc-knSEDm > article.sc-dYYaKM > figure.sc-eVedOh > img.sc-gBswnW | media-d.global.abb/is/image/abbc/work-using-cell-phone-typing-computer-1:4x3-S |
Multiracial group of young creative people in smart casual wear discussing busi… div.sc-knSEDm > article.sc-dYYaKM > figure.sc-eVedOh > img.sc-gBswnW | media-d.global.abb/is/image/abbc/group-of-people-shaking-hands-together-1:4x3-S |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie settings
Our website uses cookies which are necessary for running th… body#hometemplate-707ba85f8e > div#cassie-widget > div.cassie-cookie-module > div.cassie-cookie-modal |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Can't find what you're looking for? article.sc-dYYaKM > div.sc-hcmsOB > div.sc-hxyzrr > h5.sc-gggpLg |
These are opportunities to improve keyboard navigation in your application.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_4 > div#cassie_cookie_group_header_4 > input#cassie_cookie_group_toggle_switch_slider_4 div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_4 > div#cassie_cookie_group_header_4 > input#cassie_cookie_group_toggle_switch_slider_4 |
div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_10 > div#cassie_cookie_group_header_10 > input#cassie_cookie_group_toggle_switch_slider_10 div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_10 > div#cassie_cookie_group_header_10 > input#cassie_cookie_group_toggle_switch_slider_10 |
div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_11 > div#cassie_cookie_group_header_11 > input#cassie_cookie_group_toggle_switch_slider_11 div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_11 > div#cassie_cookie_group_header_11 > input#cassie_cookie_group_toggle_switch_slider_11 |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Explore all industries section.sc-lmOKtx > div.sc-pRce > div > a.sc-fbNZEX |
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 |
|---|---|
Error loading image: [object Event] | |
Failed to load resource: the server responded with a status of 404 () |
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 |
|---|---|
| global.abb/group/en/about/engineered-to-outrun | Learn more |
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 |
|---|
GROUP PRESS RELEASE
ABB grinding technology to strengthen future metals supply… section.sc-zGZpD > div.sc-dYCpQa > div.sc-bRuaPG > a.sc-dprnkz |
GROUP PRESS RELEASE
ABB and Syre to explore technologies for industrial-scale … section.sc-zGZpD > div.sc-dYCpQa > div.sc-bRuaPG > a.sc-dprnkz |
GROUP PRESS RELEASE
ABB and VoltaGrid extend collaboration on data center powe… section.sc-zGZpD > div.sc-dYCpQa > div.sc-bRuaPG > a.sc-dprnkz |
GROUP PRESS RELEASE
ABB shareholders approve all proposals at Annual General M… section.sc-zGZpD > div.sc-dYCpQa > div.sc-bRuaPG > a.sc-dprnkz |
GROUP PRESS RELEASE
ABB invests ~$75 million in India to expand manufacturing … section.sc-zGZpD > div.sc-dYCpQa > div.sc-bRuaPG > a.sc-dprnkz |
GROUP PRESS RELEASE
Notice of ABB’s Annual General Meeting on March 19, 2026
… section.sc-zGZpD > div.sc-dYCpQa > div.sc-bRuaPG > a.sc-dprnkz |
The SACE Emax 3 div.sc-icoroQ > ul.sc-cKhha-d > li.sc-hgRTdO > a.sc-bOKIPb |
ABB Genix™ Industrial IoT and AI Suite div.sc-icoroQ > ul.sc-cKhha-d > li.sc-hgRTdO > a.sc-bOKIPb |
GoFa with Ultra Accuracy div.sc-icoroQ > ul.sc-cKhha-d > li.sc-hgRTdO > a.sc-bOKIPb |
Azipod® electric propulsion div.sc-icoroQ > ul.sc-cKhha-d > li.sc-hgRTdO > a.sc-bOKIPb |
ABB Ability™ Digital Powertrain div.sc-icoroQ > ul.sc-cKhha-d > li.sc-hgRTdO > a.sc-bOKIPb |
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.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.15 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.05 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.
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 |
|---|---|
| abb.com/ | 304 ms |
| www.abb.com/ | 241 ms |
| www.abb.com/global/en | 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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-P92SZD27 | 162.1 KiB | 78.3 KiB |
| assets.adobedtm.com/3f582187d63b/1e168dfae5a1/launch-38768eadc2c2.min.js | 55.8 KiB | 37.1 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.lc-955570495c35... | 35.6 KiB | 23.6 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /ui/add22f30dde0fe68f8c5a4f88dc3baa3c5b4267bd237a1a6a55fe... | 13.3 KiB | 2.4 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 |
|---|---|---|
| /ui/add22f30dde0fe68f8c5a4f88dc3baa3c5b4267bd237a1a6a55fe... | 13.3 KiB | 13.3 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 | |
|---|---|
Data Center IT Specialist and System administrator Talk, Use Tablet Computer, W… div.sc-jFczmx > article.sc-dprnkz > div.sc-kMGnbm > img.sc-ksXhwP | media-d.global.abb/is/image/abbc/5141_title-3:4x3-L |
Serious call center operator in wireless headset talking with customer, woman i… div.sc-pRce > article.sc-ganImS > figure.sc-jTFZjq > img.sc-eByOUD | /is/image/abbc/call-center-operator-in-wireless-headset-1... |
work using texting cell phone typing computer.chatting on mobile,laptop contact… div.sc-pRce > article.sc-ganImS > figure.sc-jTFZjq > img.sc-eByOUD | media-d.global.abb/is/image/abbc/work-using-cell-phone-typing-computer-1:4x3-L |
Multiracial group of young creative people in smart casual wear discussing busi… div.sc-pRce > article.sc-ganImS > figure.sc-jTFZjq > img.sc-eByOUD | media-d.global.abb/is/image/abbc/group-of-people-shaking-hands-together-1:4x3-L |
Two engineers wearing hard hats and safety jumpsuits stand on an urban rooftop … div.sc-jFczmx > article.sc-dprnkz > div.sc-kMGnbm > img.sc-ksXhwP | media-d.global.abb/is/image/abbc/AdobeStock_602912226-Large-2:1x1-L |
A man and a woman in an industrial or laboratory setting looking closely at a c… div.sc-jFczmx > article.sc-dprnkz > div.sc-kMGnbm > img.sc-ksXhwP | media-d.global.abb/is/image/abbc/BANNER%20OPTION%201-1:1x1-L |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie settings
Our website uses cookies which are necessary for running th… body#hometemplate-707ba85f8e > div#cassie-widget > div.cassie-cookie-module > div.cassie-cookie-modal |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Can't find what you're looking for? article.sc-ganImS > div.sc-ffgAGW > div.sc-kdZJLI > h5.sc-eLSzwV |
These are opportunities to improve keyboard navigation in your application.
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.sc-bOKIPb > div#tabpanel-3 > a.sc-dVSXPv > img.sc-epOiZA div.sc-bOKIPb > div#tabpanel-3 > a.sc-dVSXPv > img.sc-epOiZA |
div.sc-bOKIPb > div#tabpanel-4 > a.sc-dVSXPv > img.sc-epOiZA div.sc-bOKIPb > div#tabpanel-4 > a.sc-dVSXPv > img.sc-epOiZA |
div.sc-bOKIPb > div#tabpanel-5 > a.sc-dVSXPv > img.sc-epOiZA div.sc-bOKIPb > div#tabpanel-5 > a.sc-dVSXPv > img.sc-epOiZA |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_4 > div#cassie_cookie_group_header_4 > input#cassie_cookie_group_toggle_switch_slider_4 div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_4 > div#cassie_cookie_group_header_4 > input#cassie_cookie_group_toggle_switch_slider_4 |
div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_10 > div#cassie_cookie_group_header_10 > input#cassie_cookie_group_toggle_switch_slider_10 div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_10 > div#cassie_cookie_group_header_10 > input#cassie_cookie_group_toggle_switch_slider_10 |
div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_11 > div#cassie_cookie_group_header_11 > input#cassie_cookie_group_toggle_switch_slider_11 div#cassie_consent_tab_cookies > div#cassie_cookie_modal_group_11 > div#cassie_cookie_group_header_11 > input#cassie_cookie_group_toggle_switch_slider_11 |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Explore all industries section.sc-enTruF > div.sc-vMHMw > div > a.sc-kBqlQb |
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 |
|---|---|
Error loading image: [object Event] | |
Failed to load resource: the server responded with a status of 404 () | |
Uncaught TypeError: Cannot read properties of undefined (reading 'hasConsent') |
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 |
|---|---|
| global.abb/group/en/about/engineered-to-outrun | Learn more |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sc-bOKIPb > div#tabpanel-3 > a.sc-dVSXPv > img.sc-epOiZA div.sc-bOKIPb > div#tabpanel-3 > a.sc-dVSXPv > img.sc-epOiZA |
div.sc-bOKIPb > div#tabpanel-4 > a.sc-dVSXPv > img.sc-epOiZA div.sc-bOKIPb > div#tabpanel-4 > a.sc-dVSXPv > img.sc-epOiZA |
div.sc-bOKIPb > div#tabpanel-5 > a.sc-dVSXPv > img.sc-epOiZA div.sc-bOKIPb > div#tabpanel-5 > a.sc-dVSXPv > img.sc-epOiZA |
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 |
|---|
GROUP PRESS RELEASE
ABB grinding technology to strengthen future metals supply… section.sc-jdXLlt > div.sc-cpUBGh > div.sc-ezHdRe > a.sc-iKUUEK |
GROUP PRESS RELEASE
ABB and Syre to explore technologies for industrial-scale … section.sc-jdXLlt > div.sc-cpUBGh > div.sc-ezHdRe > a.sc-iKUUEK |
GROUP PRESS RELEASE
ABB and VoltaGrid extend collaboration on data center powe… section.sc-jdXLlt > div.sc-cpUBGh > div.sc-ezHdRe > a.sc-iKUUEK |
GROUP PRESS RELEASE
ABB shareholders approve all proposals at Annual General M… section.sc-jdXLlt > div.sc-cpUBGh > div.sc-ezHdRe > a.sc-iKUUEK |
GROUP PRESS RELEASE
ABB invests ~$75 million in India to expand manufacturing … section.sc-jdXLlt > div.sc-cpUBGh > div.sc-ezHdRe > a.sc-iKUUEK |
GROUP PRESS RELEASE
Notice of ABB’s Annual General Meeting on March 19, 2026
… section.sc-jdXLlt > div.sc-cpUBGh > div.sc-ezHdRe > a.sc-iKUUEK |
The SACE Emax 3 div.sc-iQQMCJ > ul.sc-eYKcUA > li.sc-dPyGX > a.sc-hBeyxK |
ABB Genix™ Industrial IoT and AI Suite div.sc-iQQMCJ > ul.sc-eYKcUA > li.sc-dPyGX > a.sc-hBeyxK |
GoFa with Ultra Accuracy div.sc-iQQMCJ > ul.sc-eYKcUA > li.sc-dPyGX > a.sc-hBeyxK |
Azipod® electric propulsion div.sc-iQQMCJ > ul.sc-eYKcUA > li.sc-dPyGX > a.sc-hBeyxK |
ABB Ability™ Digital Powertrain div.sc-iQQMCJ > ul.sc-eYKcUA > li.sc-dPyGX > a.sc-hBeyxK |
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