Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 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.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
121 third-party resources (100% of weight)
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/9a9ac4b3-4e87-4edf-9a63-6631a574e46d)<a href="https://beavercheck.com/results/9a9ac4b3-4e87-4edf-9a63-6631a574e46d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fredhat.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fredhat.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 8.1s 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 ~30%.
Page takes 8.1s to load
+12% bounceUsers abandon at ~3s — you're 5.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 410ms after first paint
Fix: Defer third-party scripts and split large bundles
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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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, …)
15 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $6,075/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$6,075 /mo
~$72,900 / 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,125 / month at risk
~$157,505 / year if left unfixed
$157,500
+2 more
$0.43 /mo
5332.6 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 4 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.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
410 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.128
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.50 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.
10.88 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.
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.
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.
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.
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 | |
|---|---|---|---|
Blue, layered interface cards over a background outlined in red and a cursor ic… div.dx-row > div.dx-col-12 > picture > img.dx-max-w-full | www.redhat.com/rhdc/managed-files/summit-ms3-graphic_mobile.webp | 26.0 KiB | 14.0 KiB |
Red Hat Enterprise Linux icon div.rh-image-embed--component > div.rh-image-embed-container > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/RHEL-tech-icon-hybrid-style-v2_0.png | 13.5 KiB | 11.9 KiB |
Red Hat AI icon div.rh-image-embed--component > div.rh-image-embed-container > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/AI-tech-icon-hybrid-style%402x-v2_0.webp | 9.6 KiB | 8.0 KiB |
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 |
|---|---|
| redhat.com/ | 1.0 s |
| www.redhat.com/en | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.redhat.com/en | 1.1 s |
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 |
|---|---|
Your choices regarding the use of cookies on this site body.updated > div#pop-outerdiv09572915171168688 > div#pop-div207661802437580503 | 0.123 |
Featured
Your customized Red Hat Summit 2026 experience awaits
Choose from key… div.one-column > div.dx-relative > div.rhdc-block__body > section.sub-hero | 0.005 |
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.
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 |
|---|---|---|
| /rhdc/system-files/css/css_GhzjmIYHwoAcLRTM9EeWH-YD9gdYAW... | 15.6 KiB | 14.6 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.redhat.com/dtm.js | 278.2 KiB | 32.5 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.redhat.com/en | 1.5 s | 23 ms | 5.3 ms |
| Unattributable | 964 ms | 60 ms | 0.0 ms |
| www.redhat.com/dtm.js | 628 ms | 347 ms | 216 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 388 ms | 195 ms | 16 ms |
| /notice?c=teconsent&pcookie&domain=redhat.com>m=1&js=nj... | 209 ms | 146 ms | 1.7 ms |
| /modules/contrib/red_hat_shared_libs/dist/rhds-elements/4... | 136 ms | 131 ms | 0.3 ms |
| www.redhat.com/akam/13/3ea9019d | 104 ms | 95 ms | 4.3 ms |
| /modules/contrib/red_hat_shared_libs/dist/rhds-elements/4... | 63 ms | 52 ms | 0.1 ms |
| /modules/contrib/rh_oidc_manager/libraries/dist/js/index.... | 57 ms | 17 ms | 0.6 ms |
| /modules/contrib/red_hat_shared_libs/dist/rhds-elements/4... | 52 ms | 42 ms | 0.1 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 |
|---|---|
| Other | 1.3 s |
| Script Evaluation | 1.3 s |
| Style & Layout | 858 ms |
| Rendering | 419 ms |
| Script Parsing & Compilation | 261 ms |
| Garbage Collection | 141 ms |
| Parse HTML & CSS | 134 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Images of key Red Hat customers Turkish Airlines and Emirates NBD, overlaid wit… div.dx-container-fluid > div.dx-row > div.dx-col-12 > img.dx-w-full | www.redhat.com/rhdc/managed-files/RHDC-Campaign26-mobile.webp |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#pop-outerdiv09572915171168688 > div#pop-div207661802437580503 > div#pop-div305080814559014604 > iframe#pop-frame025590354404637383 div#pop-outerdiv09572915171168688 > div#pop-div207661802437580503 > div#pop-div305080814559014604 > iframe#pop-frame025590354404637383 |
These are opportunities to improve keyboard navigation in your application.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.squoval-line div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.squoval-line | www.redhat.com/rhdc/managed-files/squoval-line.webp | 600 x 319 (1.88) | 1841 x 997 (1.85) |
Images of key Red Hat customers Turkish Airlines and Emirates NBD, overlaid wit… div.dx-container-fluid > div.dx-row > div.dx-col-12 > img.dx-w-full | www.redhat.com/rhdc/managed-files/RHDC-Campaign26-tablet.webp | 1100 x 924 (1.19) | 1536 x 924 (1.66) |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.turkish-airline-image div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.turkish-airline-image | www.redhat.com/rhdc/managed-files/turkish-airline-img.webp | 562 x 345 (1.63) | 1156 x 690 (1.68) |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.small-solid-squoval div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.small-solid-squoval | www.redhat.com/rhdc/managed-files/small-solid-squoval.webp | 369 x 230 (1.60) | 884 x 460 (1.92) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.redhat.com/en/topics/ai | Read more |
| www.redhat.com/en/topics/api | Read more |
| www.redhat.com/en/topics/automation | Read more |
| www.redhat.com/en/topics/cloud-computing | Read more |
| www.redhat.com/en/topics/cloud-computing/what-are-cloud-services | Read more |
| www.redhat.com/en/topics/containers | Read more |
| www.redhat.com/en/topics/devops | Read more |
| www.redhat.com/en/topics/edge-computing | Read more |
| www.redhat.com/en/topics/integration | Read more |
| www.redhat.com/en/topics/linux | Read more |
| www.redhat.com/en/topics/microservices | Read more |
| www.redhat.com/en/topics/middleware | Read more |
| www.redhat.com/en/topics/security | Read more |
| www.redhat.com/en/topics/virtualization | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
910 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.15 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
26 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.016
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.50 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.
2.30 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.
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 | |
|---|---|---|---|
Two business people collaborating on a laptop using open-source software div.rh-image-embed--component > div.rh-image-embed-container > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/hp-open-source-image.webp | 89.1 KiB | 77.5 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.turkish-airline-image div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.turkish-airline-image | www.redhat.com/rhdc/managed-files/turkish-airline-img.webp | 96.1 KiB | 73.4 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.bottom-level-ui div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.bottom-level-ui | www.redhat.com/rhdc/managed-files/btm-lv-ui.webp | 69.9 KiB | 59.9 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.small-callout div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.small-callout | www.redhat.com/rhdc/managed-files/small-callout.webp | 52.1 KiB | 49.0 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.top-level-ui div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.top-level-ui | www.redhat.com/rhdc/managed-files/top-lvl-ui.webp | 50.7 KiB | 42.8 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.small-solid-squoval div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.small-solid-squoval | www.redhat.com/rhdc/managed-files/small-solid-squoval.webp | 25.5 KiB | 21.1 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.large-solid-squoval div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.large-solid-squoval | www.redhat.com/rhdc/managed-files/lg-solid-squoval.webp | 25.9 KiB | 19.4 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.emerates-building div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.emerates-building | www.redhat.com/rhdc/managed-files/emerates-lifestyle.webp | 19.9 KiB | 14.9 KiB |
Blue, layered interface cards over a background outlined in red and a cursor ic… div.dx-row > div.dx-col-12 > picture > img.dx-max-w-full | www.redhat.com/rhdc/managed-files/summit-ms3-graphic.webp | 17.4 KiB | 14.2 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.squoval-line div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.squoval-line | www.redhat.com/rhdc/managed-files/squoval-line.webp | 14.6 KiB | 13.0 KiB |
Red Hat Enterprise Linux icon div.rh-image-embed--component > div.rh-image-embed-container > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/RHEL-tech-icon-hybrid-style-v2_0.png | 13.5 KiB | 11.9 KiB |
Red Hat Ansible Automation Platform icon div.rh-image-embed--component > div.rh-image-embed-container > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/Ansible-tech-icon-hybrid-style_0.png | 12.9 KiB | 11.3 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.grey-star-large div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.grey-star-large | www.redhat.com/rhdc/managed-files/grey-star_lg.webp | 11.9 KiB | 10.3 KiB |
Capgemini logo div.rh-image-embed-container > a.rh-image-embed-link > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/Capgemini.webp | 9.9 KiB | 9.2 KiB |
Porsche Informatik logo div.rh-image-embed-container > a.rh-image-embed-link > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/Porsche-Informatik.webp | 8.9 KiB | 8.2 KiB |
Red Hat AI icon div.rh-image-embed--component > div.rh-image-embed-container > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/AI-tech-icon-hybrid-style%402x-v2_0.webp | 9.6 KiB | 8.0 KiB |
Ulta Beauty logo div.rh-image-embed-container > a.rh-image-embed-link > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/Ulta.webp | 8.2 KiB | 7.5 KiB |
Red Hat OpenShift icon div.rh-image-embed--component > div.rh-image-embed-container > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/OS-tech-icon-hybrid-style_0.png | 8.4 KiB | 6.9 KiB |
Southwest logo div.rh-image-embed-container > a.rh-image-embed-link > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/Southwest.webp | 7.2 KiB | 6.7 KiB |
VW logo div.rh-image-embed-container > a.rh-image-embed-link > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/VW.webp | 7.0 KiB | 6.5 KiB |
div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.grey-star-small div.dx-col-12 > div.dx-hidden > div.brand-hero-ui-container > img.grey-star-small | www.redhat.com/rhdc/managed-files/grey-star_sm.webp | 6.3 KiB | 5.9 KiB |
Siemens logo div.rh-image-embed-container > a.rh-image-embed-link > div.rh-image-embed-span > img.rh-image-embed-img | www.redhat.com/rhdc/managed-files/Siemens.webp | 4.8 KiB | 4.4 KiB |
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.
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.
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.
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.redhat.com/dtm.js | 278.2 KiB | 32.5 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| /rhdc/system-files/css/css_GhzjmIYHwoAcLRTM9EeWH-YD9gdYAW... | 15.6 KiB | 14.6 KiB |
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 |
|---|---|
| redhat.com/ | 495 ms |
| www.redhat.com/en | 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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#pop-outerdiv08870412628040165 > div#pop-div209444452932033913 > div#pop-div306142055644200796 > iframe#pop-frame0051126285512321235 div#pop-outerdiv08870412628040165 > div#pop-div209444452932033913 > div#pop-div306142055644200796 > iframe#pop-frame0051126285512321235 |
These are opportunities to improve keyboard navigation in your application.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Images of key Red Hat customers Turkish Airlines and Emirates NBD, overlaid wit… div.dx-container-fluid > div.dx-row > div.dx-col-12 > img.dx-w-full | www.redhat.com/rhdc/managed-files/RHDC-Campaign26-tablet.webp | 1100 x 924 (1.19) | 1536 x 924 (1.66) |
Images of key Red Hat customers Turkish Airlines and Emirates NBD, overlaid wit… div.dx-container-fluid > div.dx-row > div.dx-col-12 > img.dx-w-full | www.redhat.com/rhdc/managed-files/RHDC-Campaign26-mobile.webp | 768 x 764 (1.01) | 720 x 764 (0.94) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.redhat.com/en/topics/ai | Read more |
| www.redhat.com/en/topics/api | Read more |
| www.redhat.com/en/topics/automation | Read more |
| www.redhat.com/en/topics/cloud-computing | Read more |
| www.redhat.com/en/topics/cloud-computing/what-are-cloud-services | Read more |
| www.redhat.com/en/topics/containers | Read more |
| www.redhat.com/en/topics/devops | Read more |
| www.redhat.com/en/topics/edge-computing | Read more |
| www.redhat.com/en/topics/integration | Read more |
| www.redhat.com/en/topics/linux | Read more |
| www.redhat.com/en/topics/microservices | Read more |
| www.redhat.com/en/topics/middleware | Read more |
| www.redhat.com/en/topics/security | Read more |
| www.redhat.com/en/topics/virtualization | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback