Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
44 link(s) with no accessible 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/78b18e27-f257-4c21-a3e6-b1cf9fb1d4e6)<a href="https://beavercheck.com/results/78b18e27-f257-4c21-a3e6-b1cf9fb1d4e6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmysql.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmysql.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~31%.
Page takes 15.4s to load
+12% bounceUsers abandon at ~3s — you're 12.9s 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
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 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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
44 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
2 broken link(s) on the page
+3% 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.
$450 investment → $0.87/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$0.87 /mo
~$10 / year
USD 157,500
if kept compliant
$150 — 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.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,510 / year if left unfixed
$157,500
+2 more
$0.87 /mo
10871.7 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
191 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.150
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.16 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.46 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#main > div#banners > div#fp-banner4 > div#fp-banner-image4 div#main > div#banners > div#fp-banner4 > div#fp-banner-image4 | labs.mysql.com/common/themes/sakila/banners/b2560-mysql-ai-generic2.en.jpg | 2.0 MiB | 911.1 KiB |
MySQL Early Access div#fp-banner-image1 > div > div > img | www.mysql.com/common/logos/mysql-early-access.png | 254.8 KiB | 227.2 KiB |
div.rw > div.col-1-of-2 > div.fp-product-icon > div#fp-product-icon-ai div.rw > div.col-1-of-2 > div.fp-product-icon > div#fp-product-icon-ai | labs.mysql.com/common/themes/sakila/mysql-ai.png | 7.3 KiB | 6.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| labs.mysql.com/common/js/site-20250121.min.js | 73.4 KiB | 305 ms |
| labs.mysql.com/common/css/main-20250803.min.css | 10.3 KiB | 1.0 s |
| labs.mysql.com/common/css/page-20250803.min.css | 11.7 KiB | 152 ms |
| www.oracle.com/assets/truste-oraclelib.js | 1.8 KiB | 776 ms |
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 |
|---|---|
| mysql.com/ | 1.2 s |
| www.mysql.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 |
|---|---|
Accept all
Decline all
View and change cookie preferences div > div.mainContent > div > div.pdynamicbutton | 0.076 |
Accept all
Decline all
View and change cookie preferences div > div.mainContent > div > div.pdynamicbutton | 0.053 |
Privacy Policy
|
Powered by
div.wrapper > div > div.footer | 0.013 |
Start chat body.no-sidebar > div.ochat_slideout > ul.ochat_slidew2 | 0.009 |
Accept all
Decline all
View and change cookie preferences div > div.mainContent > div > div.pdynamicbutton | 0.003 |
Start chat body.no-sidebar > div.ochat_slideout > ul.ochat_slidew2 | 0.002 |
Start chat body.no-sidebar > div.ochat_slideout | 0.000 |
Start chat body.no-sidebar > div.ochat_slideout | 0.000 |
Start chat body.no-sidebar > div.ochat_slideout | 0.000 |
Start chat body.no-sidebar > div.ochat_slideout | 0.000 |
Start chat body.no-sidebar > div.ochat_slideout | 0.000 |
Start chat body.no-sidebar > div.ochat_slideout | 0.000 |
Start chat body.no-sidebar > div.ochat_slideout | 0.000 |
Start chat body.no-sidebar > div.ochat_slideout | 0.000 |
Start chat body.no-sidebar > div.ochat_slideout | 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.
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.oracle.com/asset/web/css/oracle-chat.css | 30.0 KiB | 24.4 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 |
|---|---|---|
| labs.mysql.com/common/js/site-20250121.min.js | 72.9 KiB | 33.7 KiB |
| static.atgsvcs.com/js/atgsvcs.js | 36.1 KiB | 24.8 KiB |
| s.go-mpulse.net/boomerang/E6BB6-B37B4-898B7-F97BA-BBCDB | 56.6 KiB | 22.4 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 21.2 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.
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.6 s |
| Other | 1.3 s |
| Style & Layout | 610 ms |
| Rendering | 280 ms |
| Script Parsing & Compilation | 154 ms |
| Garbage Collection | 107 ms |
| Parse HTML & CSS | 56 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 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 |
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.
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.
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 |
|---|
MySQL HeatWave div.col-1-of-2 > div.fp-product > h2 > a |
MySQL AI div.col-1-of-2 > div.fp-product > h2 > a |
MySQL Enterprise Edition div.col-1-of-2 > div.fp-product > h2 > a |
MySQL for OEM/ISV div.col-1-of-2 > div.fp-product > h2 > a |
MySQL Cluster CGE div.col-1-of-2 > div.fp-product > h2 > a |
Q&A with MySQL Experts
Tuesday, May 12, 2026 div.rw > div.col-1-of-2 > ul > li |
MySQL Global Forum – Built on 30 Years of Innovation
On-Demand div.rw > div.col-1-of-2 > ul > li |
MySQL Enterprise Edition: Onboarding and Latest Innovation Highlights
On-Demand div.rw > div.col-1-of-2 > ul > li |
Accept all div.mainContent > div > div.pdynamicbutton > a.call |
Decline all div.mainContent > div > div.pdynamicbutton > a.required |
Powered by div > div.footer > div.left > label |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
More Countries » div#footer-bottom > div.footer-contact > div#footer-contact-numbers > a.darker-blue |
privacy policy div.mainContent > div > div#cookieConsentDescription > a |
These are opportunities to improve the legibility of your content.
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu ...
Products
|- MySQL HeatWave
|- MySQL Enterprise Edition
|- MySQL … div#footer-links > div#site-footer-links > div#footer-nav > select#footer-select |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#banners > div#fp-banner4 > div#fp-banner-image4 > a.fp-banner-link div#banners > div#fp-banner4 > div#fp-banner-image4 > a.fp-banner-link |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot1 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot1 |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot2 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot2 |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot3 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot3 |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot4 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot4 |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-youtube div.fp-logo-container > div#fp-logos > div > a.fp-logo-youtube |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-paypal div.fp-logo-container > div#fp-logos > div > a.fp-logo-paypal |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-linkedin div.fp-logo-container > div#fp-logos > div > a.fp-logo-linkedin |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-facebook div.fp-logo-container > div#fp-logos > div > a.fp-logo-facebook |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-twitter div.fp-logo-container > div#fp-logos > div > a.fp-logo-twitter |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-ebay div.fp-logo-container > div#fp-logos > div > a.fp-logo-ebay |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-cisco div.fp-logo-container > div#fp-logos > div > a.fp-logo-cisco |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-verizon div.fp-logo-container > div#fp-logos > div > a.fp-logo-verizon |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-uber div.fp-logo-container > div#fp-logos > div > a.fp-logo-uber |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-shopify div.fp-logo-container > div#fp-logos > div > a.fp-logo-shopify |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-netflix div.fp-logo-container > div#fp-logos > div > a.fp-logo-netflix |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-github div.fp-logo-container > div#fp-logos > div > a.fp-logo-github |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-walmart div.fp-logo-container > div#fp-logos > div > a.fp-logo-walmart |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-booking div.fp-logo-container > div#fp-logos > div > a.fp-logo-booking |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-zappos div.fp-logo-container > div#fp-logos > div > a.fp-logo-zappos |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-bankamer div.fp-logo-container > div#fp-logos > div > a.fp-logo-bankamer |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-flipkart div.fp-logo-container > div#fp-logos > div > a.fp-logo-flipkart |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-paytm div.fp-logo-container > div#fp-logos > div > a.fp-logo-paytm |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-alibaba div.fp-logo-container > div#fp-logos > div > a.fp-logo-alibaba |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-wechat div.fp-logo-container > div#fp-logos > div > a.fp-logo-wechat |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-tencent div.fp-logo-container > div#fp-logos > div > a.fp-logo-tencent |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-taobao div.fp-logo-container > div#fp-logos > div > a.fp-logo-taobao |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-airbnb div.fp-logo-container > div#fp-logos > div > a.fp-logo-airbnb |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-toyota div.fp-logo-container > div#fp-logos > div > a.fp-logo-toyota |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Start chat body.no-sidebar > div.ochat_slideout > ul.ochat_slidew2 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
body.no-sidebar > div#pop-div2014185780280426152 > div#pop-div3024974372408668077 > div#pop-frame0034404405713043484 body.no-sidebar > div#pop-div2014185780280426152 > div#pop-div3024974372408668077 > div#pop-frame0034404405713043484 |
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) | |
|---|---|---|---|
MySQL Early Access div#fp-banner-image1 > div > div > img | www.mysql.com/common/logos/mysql-early-access.png | 380 x 434 (0.88) | 1132 x 434 (2.61) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Oracle Logo div > div#cookieMainHeader > span.logo > img | consent.trustarc.com/get?name=oralogo-black.gif | 133 x 18 | 133 x 18 | 200 x 27 |
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. | sc-oal-en.widget.custhelp.com/euf/rightnow/RightNow.Client.js line 12, col 4578 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Live Sales Chat body.no-sidebar > div#oReactiveChatContainer > div#atgchat-flyout > a#rn_sccl_4499221_Link |
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.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.41 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.034
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.57 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.
4.42 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
MySQL Early Access div#fp-banner-image1 > div > div > img | www.mysql.com/common/logos/mysql-early-access.png | 254.8 KiB | 245.8 KiB |
div#main > div#banners > div#fp-banner4 > div#fp-banner-image4 div#main > div#banners > div#fp-banner4 > div#fp-banner-image4 | labs.mysql.com/common/themes/sakila/banners/b1280-mysql-ai-generic2.en.jpg | 220.8 KiB | 150.0 KiB |
div.rw > div.col-1-of-2 > div.fp-product-icon > div#fp-product-icon-ai div.rw > div.col-1-of-2 > div.fp-product-icon > div#fp-product-icon-ai | labs.mysql.com/common/themes/sakila/mysql-ai.png | 7.3 KiB | 6.4 KiB |
div#main > div#banners > div#fp-banner3 > div#fp-banner-image3 | labs.mysql.com/common/themes/sakila/banners/b1280-mysql-ee-generic2.en.jpg | 74.3 KiB | 5.5 KiB |
div#main > div#banners > div#fp-banner2 > div#fp-banner-image2 | labs.mysql.com/common/themes/sakila/banners/b1280-mysql-global-forum-2.en.jpg | 74.1 KiB | 5.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| labs.mysql.com/common/css/page-20250803.min.css | 11.7 KiB | |
| labs.mysql.com/common/js/site-20250121.min.js | 73.4 KiB | 83 ms |
| labs.mysql.com/common/css/main-20250803.min.css | 10.3 KiB | 454 ms |
| www.oracle.com/assets/truste-oraclelib.js | 1.8 KiB | 223 ms |
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 |
|---|---|
| mysql.com/ | 691 ms |
| www.mysql.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.oracle.com/asset/web/css/oracle-chat.css | 30.0 KiB | 24.4 KiB |
| labs.mysql.com/common/css/page-20250803.min.css | 11.2 KiB | 10.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 |
|---|---|---|
| labs.mysql.com/common/js/site-20250121.min.js | 72.9 KiB | 30.5 KiB |
| static.atgsvcs.com/js/atgsvcs.js | 36.1 KiB | 24.8 KiB |
| s.go-mpulse.net/boomerang/E6BB6-B37B4-898B7-F97BA-BBCDB | 56.6 KiB | 22.3 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 20.7 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 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 |
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.
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 |
|---|
MySQL HeatWave div.col-1-of-2 > div.fp-product > h2 > a |
MySQL AI div.col-1-of-2 > div.fp-product > h2 > a |
MySQL Enterprise Edition div.col-1-of-2 > div.fp-product > h2 > a |
MySQL for OEM/ISV div.col-1-of-2 > div.fp-product > h2 > a |
MySQL Cluster CGE div.col-1-of-2 > div.fp-product > h2 > a |
Q&A with MySQL Experts
Tuesday, May 12, 2026 div.rw > div.col-1-of-2 > ul > li |
MySQL Global Forum – Built on 30 Years of Innovation
On-Demand div.rw > div.col-1-of-2 > ul > li |
MySQL Enterprise Edition: Onboarding and Latest Innovation Highlights
On-Demand div.rw > div.col-1-of-2 > ul > li |
Powered by div > div.footer > div.left > label |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
More Countries » div#footer-bottom > div.footer-contact > div#footer-contact-numbers > a.darker-blue |
privacy policy div.mainContent > div > div#cookieConsentDescription > a |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#banners > div#fp-banner4 > div#fp-banner-image4 > a.fp-banner-link div#banners > div#fp-banner4 > div#fp-banner-image4 > a.fp-banner-link |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot1 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot1 |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot2 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot2 |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot3 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot3 |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot4 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot4 |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-youtube div.fp-logo-container > div#fp-logos > div > a.fp-logo-youtube |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-paypal div.fp-logo-container > div#fp-logos > div > a.fp-logo-paypal |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-linkedin div.fp-logo-container > div#fp-logos > div > a.fp-logo-linkedin |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-facebook div.fp-logo-container > div#fp-logos > div > a.fp-logo-facebook |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-twitter div.fp-logo-container > div#fp-logos > div > a.fp-logo-twitter |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-ebay div.fp-logo-container > div#fp-logos > div > a.fp-logo-ebay |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-cisco div.fp-logo-container > div#fp-logos > div > a.fp-logo-cisco |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-verizon div.fp-logo-container > div#fp-logos > div > a.fp-logo-verizon |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-uber div.fp-logo-container > div#fp-logos > div > a.fp-logo-uber |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-shopify div.fp-logo-container > div#fp-logos > div > a.fp-logo-shopify |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-netflix div.fp-logo-container > div#fp-logos > div > a.fp-logo-netflix |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-github div.fp-logo-container > div#fp-logos > div > a.fp-logo-github |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-walmart div.fp-logo-container > div#fp-logos > div > a.fp-logo-walmart |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-booking div.fp-logo-container > div#fp-logos > div > a.fp-logo-booking |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-zappos div.fp-logo-container > div#fp-logos > div > a.fp-logo-zappos |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-bankamer div.fp-logo-container > div#fp-logos > div > a.fp-logo-bankamer |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-flipkart div.fp-logo-container > div#fp-logos > div > a.fp-logo-flipkart |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-paytm div.fp-logo-container > div#fp-logos > div > a.fp-logo-paytm |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-alibaba div.fp-logo-container > div#fp-logos > div > a.fp-logo-alibaba |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-wechat div.fp-logo-container > div#fp-logos > div > a.fp-logo-wechat |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-tencent div.fp-logo-container > div#fp-logos > div > a.fp-logo-tencent |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-taobao div.fp-logo-container > div#fp-logos > div > a.fp-logo-taobao |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-airbnb div.fp-logo-container > div#fp-logos > div > a.fp-logo-airbnb |
div.fp-logo-container > div#fp-logos > div > a.fp-logo-toyota div.fp-logo-container > div#fp-logos > div > a.fp-logo-toyota |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Start chat body.no-sidebar > div.ochat_slideout > ul.ochat_slidew2 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
body.no-sidebar > div#pop-div207600460717170132 > div#pop-div305614978466657037 > div#pop-frame01921641062792574 body.no-sidebar > div#pop-div207600460717170132 > div#pop-div305614978466657037 > div#pop-frame01921641062792574 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot1 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot1 |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot2 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot2 |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot3 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot3 |
div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot4 div#banners > div.fp-banner-dots > div.fp-banner-dots-center > a#fp-dot4 |
These items highlight common accessibility best practices.
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) | |
|---|---|---|---|
MySQL Early Access div#fp-banner-image1 > div > div > img | www.mysql.com/common/logos/mysql-early-access.png | 380 x 434 (0.88) | 1132 x 434 (2.61) |
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. | sc-oal-en.widget.custhelp.com/euf/rightnow/RightNow.Client.js line 12, col 4578 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Live Sales Chat body.no-sidebar > div#oReactiveChatContainer > div#atgchat-flyout > a#rn_sccl_4499221_Link |
To appear in search results, crawlers need access to your app.
Send Feedback