Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 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.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 8.9 MB (5.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
11 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/548dd2da-989d-4a42-8b09-f3688fa31fc4)<a href="https://beavercheck.com/results/548dd2da-989d-4a42-8b09-f3688fa31fc4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsuse.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsuse.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 5.1s 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.
6 barrier(s) likely increasing bounce by ~24%.
Page takes 5.1s to load
+12% bounceUsers abandon at ~3s — you're 2.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 494ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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.
€425 investment → €3,148/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€3,148 /mo
~€37,782 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,014 / year if left unfixed
€120,500,000
+8 more
€1.17 /mo
15812.6 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.82 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
494 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.225
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.38 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.
11.79 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/walmart-12.png | 43.6 KiB | 43.5 KiB |
Together with Industry Leaders image div.l-container > div.col > div.feature-block__image-wrapper > img.feature-block__image | www.suse.com/globalassets/images/homepage/7logos-img.png?width=800&rmode=max | 36.3 KiB | 31.2 KiB |
airbus div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/airbus-logo-12.png | 28.2 KiB | 28.2 KiB |
suse nvidia div.l-container > div.row > div.col-lg-6 > img.split-banner__image | www.suse.com/siteassets/homepage/nvidia-suse1.png?width=800&rmode=max | 17.5 KiB | 14.9 KiB |
BMW div.swiper-slide > a.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/bmw-logo-gray-1-2.png | 13.6 KiB | 13.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| suse.com/ | 765 ms |
| www.suse.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 |
|---|---|
Announcing SUSE AI Factory with NVIDIA
SUSE AI Factory with NVIDIA embeds NVID… section.split-banner > div.l-container > div.row > div.col-lg-6 | 0.178 |
Announcing SUSE AI Factory with NVIDIA
SUSE AI Factory with NVIDIA embeds NVID… body.theme-default > main | 0.047 |
keyboard_arrow_down Icon div.header__featured-mobile__utility > div.utility__link-wrapper > a.utility__link > img.icon | 0.001 |
Menu Icon header.theme-pinegreen > div.l-container > div.header__wrapper > button.header__burgerButton | 0.000 |
chevron_right Icon div.mobile-navigation > div.header__nav-link > a.header__nav-link-text > img | 0.000 |
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 |
|---|---|---|
| www.suse.com/assets/main.css?v=Wzh3MFGjbugfCoIfyTgOmiKqET5YspgpjPUV8jTSBsc | 56.9 KiB | 52.7 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-D64V | 193.1 KiB | 80.3 KiB |
| js.qualified.com/qualified.js?token=SKqQ8nnADD22cAnc | 117.1 KiB | 57.6 KiB |
| js.qualified.com/packs/js/multimodal_v2-fe90ad83.js | 97.2 KiB | 50.3 KiB |
| www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s | 62.0 KiB | 40.2 KiB |
| /dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENT... | 30.9 KiB | 22.3 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 20.9 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.2 s |
| Other | 1.0 s |
| Style & Layout | 308 ms |
| Script Parsing & Compilation | 172 ms |
| Rendering | 73 ms |
| Garbage Collection | 70 ms |
| Parse HTML & CSS | 48 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
airbus div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/airbus-logo-12.png |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/walmart-12.png |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/x1-1.png?rmode=max |
suse nvidia div.l-container > div.row > div.col-lg-6 > img.split-banner__image | www.suse.com/siteassets/homepage/nvidia-suse1.png?width=800&rmode=max |
BMW div.swiper-slide > a.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/bmw-logo-gray-1-2.png |
Together with Industry Leaders image div.l-container > div.col > div.feature-block__image-wrapper > img.feature-block__image | www.suse.com/globalassets/images/homepage/7logos-img.png?width=800&rmode=max |
Modernize div.information-block__content > div.information-block__content--inner > div.block__icon > img | /globalassets/images/campaign-page-images/final-campaigns... |
Optimize div.information-block__content > div.information-block__content--inner > div.block__icon > img | /globalassets/images/campaign-page-images/final-campaigns... |
Manage and Secure div.information-block__content > div.information-block__content--inner > div.block__icon > img | /globalassets/images/campaign-page-images/final-campaigns... |
Innovate div.information-block__content > div.information-block__content--inner > div.block__icon > img | /globalassets/images/campaign-page-images/final-campaigns... |
Deutsche div.swiper-slide > a.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/globalassets/deutsche_bank_logo_without_wordmark.svg |
Edge div.product-domain-card > div.description > div.title > img | www.suse.com/globalassets/images/homepage/two-color-edge.svg |
AI div.product-domain-card > div.description > div.title > img | www.suse.com/globalassets/images/homepage/two-color-ai.svg |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/microsoftteams-image-8-12.png |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/pfizer_logo_color_rgb-1-1.png |
Intel div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/intel_0.png |
SAP div.swiper-slide > a.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/sap-logo-svg.png |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/fn-fbook-ico-white.png?rmode=max |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/fn-link-ico-white.png?rmode=max |
Linux div.product-domain-card > div.description > div.title > img | www.suse.com/globalassets/images/homepage/linux.svg |
Cloud native div.product-domain-card > div.description > div.title > img | www.suse.com/globalassets/images/homepage/cloud-native.svg |
chevron_right Icon div.mobile-navigation > div.header__nav-link > a.header__nav-link-text > img | www.suse.com/assets/images/icons/chevron_right_40dp.svg |
chevron_left Icon div.header__nav-link > div.header__mega-menu > div.header__back-btn > img | www.suse.com/assets/images/icons/chevron_left_36dp.svg |
chevron_right Icon div.mobile-navigation > div.header__nav-link > a.header__nav-link-text > img | www.suse.com/assets/images/icons/chevron_right_40dp.svg |
chevron_left Icon div.header__nav-link > div.header__mega-menu > div.header__back-btn > img | www.suse.com/assets/images/icons/chevron_left_36dp.svg |
chevron_right Icon div.mobile-navigation > div.header__nav-link > a.header__nav-link-text > img | www.suse.com/assets/images/icons/chevron_right_40dp.svg |
chevron_left Icon div.header__nav-link > div.header__mega-menu > div.header__back-btn > img | www.suse.com/assets/images/icons/chevron_left_36dp.svg |
chevron_right Icon div.mobile-navigation > div.header__nav-link > a.header__nav-link-text > img | www.suse.com/assets/images/icons/chevron_right_40dp.svg |
chevron_left Icon div.header__nav-link > div.header__mega-menu > div.header__back-btn > img | www.suse.com/assets/images/icons/chevron_left_36dp.svg |
chevron_right Icon div.mobile-navigation > div.header__nav-link > a.header__nav-link-text > img | www.suse.com/assets/images/icons/chevron_right_40dp.svg |
chevron_left Icon div.header__nav-link > div.header__mega-menu > div.header__back-btn > img | www.suse.com/assets/images/icons/chevron_left_36dp.svg |
chevron_right Icon div.mobile-navigation > div.header__nav-link > a.header__nav-link-text > img | www.suse.com/assets/images/icons/chevron_right_40dp.svg |
chevron_left Icon div.header__nav-link > div.header__mega-menu > div.header__back-btn > img | www.suse.com/assets/images/icons/chevron_left_36dp.svg |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/youtube.png?rmode=max |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/bsky-icon.png?rmode=max |
Menu Icon div.l-container > div.header__wrapper > button.header__burgerButton > img | www.suse.com/assets/images/icons/menu_27.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.theme-default > q-focus-sentinel > div |
After AI assistant body.theme-default > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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 |
|---|
Modernize Workloads across Environments div.block > div.information-block__content > div.information-block__content--inner > h4.heading |
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.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
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.
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 |
|---|
Careers div.footer__nav > ul > li > a |
Legal div.footer__nav > ul > li > a |
Modern Slavery Statement div.footer__nav > ul > li > a |
About div.footer__nav > ul > li > a |
Communications Preferences div.footer__nav > ul > li > a |
Contact Us div.footer__nav > ul > li > a |
Let's Chat div.footer__nav > ul > li > a |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | js.monitor.azure.com/scripts/b/ai.2.gbl.min.js line 4, col 20343 |
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 |
|---|---|
www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s line 90, col 82031 | Error executing Qu: TypeError: Cannot read properties of null (reading 'style')
at Qu (https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s:5:78738)
at i (https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s:91:82011)
at HTMLDocument.<anonymous> (https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s:91:82241) |
Rainfocus failed to load within the expected time. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.suse.com/products/ai/factory-with-nvidia/ | Learn more |
| /SUSE_a_Leader_in_2025_Gartner_Magic_Quadrant_for_Contain... | Learn more |
| www.suse.com/lp/multi-linux-support/ | Learn more |
| www.suse.com/company/about/ | 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.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-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 |
|---|
Account
div.header__options > div.header__utility > div.utility__link-wrapper > a.utility__link |
English
… div.header__options > div.header__utility > div.utility__link-wrapper > a.utility__link |
Account div.header__wrapper > div.header__featured-mobile__utility > div.utility__link-wrapper > a.utility__link |
English div.header__wrapper > div.header__featured-mobile__utility > div.utility__link-wrapper > a.utility__link |
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.
812 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
23 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.028
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.49 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.
1.45 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/walmart-12.png | 43.6 KiB | 43.5 KiB |
airbus div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/airbus-logo-12.png | 28.2 KiB | 28.2 KiB |
Together with Industry Leaders image div.l-container > div.col > div.feature-block__image-wrapper > img.feature-block__image | www.suse.com/globalassets/images/homepage/7logos-img.png?width=800&rmode=max | 36.3 KiB | 20.4 KiB |
BMW div.swiper-slide > a.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/bmw-logo-gray-1-2.png | 13.6 KiB | 13.1 KiB |
suse nvidia div.l-container > div.row > div.col-lg-6 > img.split-banner__image | www.suse.com/siteassets/homepage/nvidia-suse1.png?width=800&rmode=max | 17.5 KiB | 10.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.suse.com/assets/main.css?v=Wzh3MFGjbugfCoIfyTgOmiKqET5YspgpjPUV8jTSBsc | 56.9 KiB | 52.6 KiB |
| 21.9 KiB | 19.2 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-D64V | 193.1 KiB | 79.6 KiB |
| cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 125.9 KiB | 67.2 KiB |
| js.qualified.com/qualified.js?token=SKqQ8nnADD22cAnc | 117.1 KiB | 57.2 KiB |
| js.qualified.com/packs/js/multimodal_v2-fe90ad83.js | 97.1 KiB | 50.2 KiB |
| www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s | 62.0 KiB | 40.1 KiB |
| /dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENT... | 30.9 KiB | 22.3 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 20.9 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
airbus div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/airbus-logo-12.png |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/walmart-12.png |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/x1-1.png?rmode=max |
suse nvidia div.l-container > div.row > div.col-lg-6 > img.split-banner__image | www.suse.com/siteassets/homepage/nvidia-suse1.png?width=800&rmode=max |
Together with Industry Leaders image div.l-container > div.col > div.feature-block__image-wrapper > img.feature-block__image | www.suse.com/globalassets/images/homepage/7logos-img.png?width=800&rmode=max |
Modernize div.information-block__content > div.information-block__content--inner > div.block__icon > img | /globalassets/images/campaign-page-images/final-campaigns... |
Optimize div.information-block__content > div.information-block__content--inner > div.block__icon > img | /globalassets/images/campaign-page-images/final-campaigns... |
Manage and Secure div.information-block__content > div.information-block__content--inner > div.block__icon > img | /globalassets/images/campaign-page-images/final-campaigns... |
Innovate div.information-block__content > div.information-block__content--inner > div.block__icon > img | /globalassets/images/campaign-page-images/final-campaigns... |
Edge div.product-domain-card > div.description > div.title > img | www.suse.com/globalassets/images/homepage/two-color-edge.svg |
AI div.product-domain-card > div.description > div.title > img | www.suse.com/globalassets/images/homepage/two-color-ai.svg |
Intel div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img | www.suse.com/siteassets/homepage/intel_0.png |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/fn-fbook-ico-white.png?rmode=max |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/fn-link-ico-white.png?rmode=max |
Linux div.product-domain-card > div.description > div.title > img | www.suse.com/globalassets/images/homepage/linux.svg |
Cloud native div.product-domain-card > div.description > div.title > img | www.suse.com/globalassets/images/homepage/cloud-native.svg |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/youtube.png?rmode=max |
ul.l-flex > li > a > img ul.l-flex > li > a > img | www.suse.com/siteassets/layout/bsky-icon.png?rmode=max |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| suse.com/ | 227 ms |
| www.suse.com/ | 0.0 ms |
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.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.header__wrapper > div.header__options > div.header__utility > div.utility__link-wrapper div.header__wrapper > div.header__options > div.header__utility > div.utility__link-wrapper |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.theme-default > q-focus-sentinel > div |
After AI assistant body.theme-default > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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 |
|---|
Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
These are opportunities to improve the legibility of your content.
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 |
|---|
Modernize Workloads across Environments div.block > div.information-block__content > div.information-block__content--inner > h4.heading |
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.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | js.monitor.azure.com/scripts/b/ai.2.gbl.min.js line 4, col 20343 |
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 |
|---|---|
www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s line 90, col 82031 | Error executing Qu: TypeError: Cannot read properties of null (reading 'style')
at Qu (https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s:5:78738)
at i (https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s:91:82011)
at HTMLDocument.<anonymous> (https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s:91:82241) |
Rainfocus failed to load within the expected time. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.suse.com/products/ai/factory-with-nvidia/ | Learn more |
| /SUSE_a_Leader_in_2025_Gartner_Magic_Quadrant_for_Contain... | Learn more |
| www.suse.com/lp/multi-linux-support/ | Learn more |
| www.suse.com/company/about/ | Learn more |
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
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.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-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 |
|---|
Account div.header__options > div.header__utility > div.utility__link-wrapper > a.utility__link |
English div.header__options > div.header__utility > div.utility__link-wrapper > a.utility__link |
Account
div.header__wrapper > div.header__featured-mobile__utility > div.utility__link-wrapper > a.utility__link |
English
div.header__wrapper > div.header__featured-mobile__utility > div.utility__link-wrapper > a.utility__link |
To appear in search results, crawlers need access to your app.
Send Feedback