Mobile 375 × 812

Desktop 1440 × 900

Score: 78 / 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.
Lean and efficient — low environmental impact per visit.
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.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
20 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
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/ec6e6d6d-7a19-4124-8f39-4a0a00eab341)<a href="https://beavercheck.com/results/ec6e6d6d-7a19-4124-8f39-4a0a00eab341"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhcaptcha.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhcaptcha.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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.
7 barrier(s) likely increasing bounce by ~25%.
Page loads in 3.2s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 652ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
Page feels frozen for 1.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% 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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
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.
€468 investment → €1,004/month returns + EUR 500,000 risk avoided
€468
6h · 5 findings
€1,004 /mo
~€12,050 / year
EUR 500,000
if kept compliant
€85 — 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.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€41,667 / month at risk
~€500,003 / year if left unfixed
€500,000
+2 more
€0.24 /mo
3283.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.
3.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.15 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.63 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.37 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.96 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.
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 |
|---|---|---|
| /js/475ffc24b9fed684259ef2dece839eda238a2867b9429332ac961... | 58.9 KiB | |
| www.hcaptcha.com/js/jquery-3.5.1.min.dc5e7f18c8.js | 31.6 KiB | 150 ms |
| /css/2927a5ba2cd455141ae68582f8d38f73e0a40a37bb24e7ceaa48... | 92.1 KiB | 600 ms |
| /js/d2a9eefaf9517652c1af5e0dc50224f81e44e6099120d807eea0c... | 13.5 KiB |
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 | |
|---|---|---|---|
Find Threats Without Fingerprinting Your Users
Traditional fingerprints are bec… body > div.section > div.enterprisev2-box-container-with-bottom-bg-img | www.hcaptcha.com/images/64de689b8bc4fa7ade90046c_box-bg-bottom.png | 61.2 KiB | 33.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| hcaptcha.com/ | 803 ms |
| www.hcaptcha.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 |
|---|---|---|
| /css/2927a5ba2cd455141ae68582f8d38f73e0a40a37bb24e7ceaa48... | 92.0 KiB | 79.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /c/d20e92d7370b431dfc001500e0cad77b360e4d09203f2848e3cd8e... | 2.5 s | 2.3 s | 94 ms |
| /js/475ffc24b9fed684259ef2dece839eda238a2867b9429332ac961... | 545 ms | 302 ms | 40 ms |
| Unattributable | 485 ms | 24 ms | 0.0 ms |
| www.hcaptcha.com/ | 316 ms | 99 ms | 9.7 ms |
| /captcha/v1/3b51cea83ce6dead3aa67ad1ba6db0cc5379ddfa/stat... | 280 ms | 133 ms | 90 ms |
| /captcha/v1/3b51cea83ce6dead3aa67ad1ba6db0cc5379ddfa/stat... | 190 ms | 56 ms | 90 ms |
| js.hcaptcha.com/1/api.js?render=explicit&onload=onLoad | 180 ms | 150 ms | 27 ms |
| www.hcaptcha.com/js/jquery-3.5.1.min.dc5e7f18c8.js | 170 ms | 125 ms | 6.9 ms |
| u.hcaptcha.com/static/array.js | 97 ms | 77 ms | 6.7 ms |
| /captcha/v1/3b51cea83ce6dead3aa67ad1ba6db0cc5379ddfa/stat... | 68 ms | 12 ms | 0.0 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.3 s |
| Other | 680 ms |
| Script Parsing & Compilation | 367 ms |
| Style & Layout | 247 ms |
| Parse HTML & CSS | 132 ms |
| Garbage Collection | 116 ms |
| Rendering | 42 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 |
|---|---|
| SharedWorkerWithNoActiveClient | Not actionable |
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 |
|---|---|---|
| /captcha/v1/3b51cea83ce6dead3aa67ad1ba6db0cc5379ddfa/stat... | 163.8 KiB | 99.4 KiB |
| /captcha/v1/3b51cea83ce6dead3aa67ad1ba6db0cc5379ddfa/stat... | 163.8 KiB | 75.9 KiB |
| js.hcaptcha.com/1/api.js?render=explicit&onload=onLoad | 86.0 KiB | 28.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.section > div.container > div._50-50-hero-info > img.hcaptcha_intent_flow div.section > div.container > div._50-50-hero-info > img.hcaptcha_intent_flow | www.hcaptcha.com/fonts/68cd8c176944ad9b7e95a7eb_hcaptcha_intent_flow.svg |
div.section > div.enterprisev2-box-with-img-container > div.enterprisev2-box-img-mobile > img.image-45 div.section > div.enterprisev2-box-with-img-container > div.enterprisev2-box-img-mobile > img.image-45 | www.hcaptcha.com/images/64f22845dbaf4cb66367e434_Lock_small.png |
div.carousel-slide-interface > div#w-slider-mask-0 > div.carousel-image > img.ai-bot-detection-img div.carousel-slide-interface > div#w-slider-mask-0 > div.carousel-image > img.ai-bot-detection-img | /images/661d643459d1b2809e943965_carousel-img-bot-detecti... |
div.enterprise-v2-content-two-columns > div.enterprisev2-conent-column-left > div.enterprisev2-column-image > img.image-world-desktop div.enterprise-v2-content-two-columns > div.enterprisev2-conent-column-left > div.enterprisev2-column-image > img.image-world-desktop | |
menu button div.mobile-menu > div.mobile-header-trigger > div.mobile-menu-icon > img.mobile-header-menu-icon | www.hcaptcha.com/fonts/64f5f0dbb2064353a5bf1cb5_menu.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.
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 |
|---|
Contact Sales div.cta-flex-row > h3.grey-500-text > a.contact-sales-link-v2 > span.vavilon |
e-Commerce div.tabs-2 > div.enterprisev2-box-content-subtitle > a#w-tabs-1-data-w-tab-0 > div.who-category |
These are opportunities to improve the legibility of your content.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.w-mod-js html.w-mod-js |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
two lines of code div.enterprisev2-box-with-img-container > div.div-block-136 > h1.enterprivev2-box-heading-center > a.teal-link |
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | |
| Fledge | js.hcaptcha.com/1/api.js?render=explicit&onload=onLoad line 3, col 47111 |
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 |
|---|---|
Loading the script 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js' violates the following Content Security Policy directive: "script-src 'self' analytics.hcaptcha.com a.hcaptcha.com js.hcaptcha.com newassets.hcaptcha.com hcaptcha.com u.hcaptcha.com static.cloudflareinsights.com intuitionmachines.widget.insent.ai embed.typeform.com *.hsforms.net *.hsforms.com *.hs-scripts.com static.hsappstatic.net 'unsafe-inline'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
ReferenceError: WebFont is not defined
at https://www.hcaptcha.com/:1:1663 |
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 |
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.hcaptcha.com/bot-detection.html | Learn More |
| www.hcaptcha.com/fraud-protection.html | Learn More |
| www.hcaptcha.com/use-case-account-defense.html | Learn More |
| www.hcaptcha.com/private-learning.html | Learn 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.
1.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
162 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.17 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.70 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.
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 |
|---|---|---|
| /js/475ffc24b9fed684259ef2dece839eda238a2867b9429332ac961... | 60.2 KiB | 323 ms |
| /css/2927a5ba2cd455141ae68582f8d38f73e0a40a37bb24e7ceaa48... | 93.3 KiB | 323 ms |
| /js/d2a9eefaf9517652c1af5e0dc50224f81e44e6099120d807eea0c... | 14.7 KiB | 262 ms |
| www.hcaptcha.com/js/jquery-3.5.1.min.dc5e7f18c8.js | 32.6 KiB | 262 ms |
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 | |
|---|---|---|---|
Find Threats Without Fingerprinting Your Users
Traditional fingerprints are bec… body > div.section > div.enterprisev2-box-container-with-bottom-bg-img | www.hcaptcha.com/images/64de689b8bc4fa7ade90046c_box-bg-bottom.png | 61.2 KiB | 33.7 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 |
|---|---|
| hcaptcha.com/ | 285 ms |
| www.hcaptcha.com/ | 0.0 ms |
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.
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 |
|---|---|
| SharedWorkerWithNoActiveClient | 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 |
|---|---|---|
| /css/2927a5ba2cd455141ae68582f8d38f73e0a40a37bb24e7ceaa48... | 92.0 KiB | 85.0 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 |
|---|---|---|
| /captcha/v1/3b51cea83ce6dead3aa67ad1ba6db0cc5379ddfa/stat... | 163.8 KiB | 99.4 KiB |
| /captcha/v1/3b51cea83ce6dead3aa67ad1ba6db0cc5379ddfa/stat... | 163.8 KiB | 76.3 KiB |
| js.hcaptcha.com/1/api.js?render=explicit&onload=onLoad | 85.6 KiB | 27.9 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.section > div.container > div._50-50-hero-info > img.hcaptcha_intent_flow div.section > div.container > div._50-50-hero-info > img.hcaptcha_intent_flow | www.hcaptcha.com/fonts/68cd8c176944ad9b7e95a7eb_hcaptcha_intent_flow.svg |
div.carousel-slide-interface > div#w-slider-mask-0 > div.carousel-image > img.ai-bot-detection-img div.carousel-slide-interface > div#w-slider-mask-0 > div.carousel-image > img.ai-bot-detection-img | /images/661d643459d1b2809e943965_carousel-img-bot-detecti... |
div.div-block-136 > div.div-block-137 > div.div-block-138 > img.image-44 div.div-block-136 > div.div-block-137 > div.div-block-138 > img.image-44 | www.hcaptcha.com/images/64f219bbea83ec94b14ce5bb_platform-icons-white.png |
div.navbar-container-dekstop > div.header-nav > div#dropdown-wrapper > img.chevron-dropdown div.navbar-container-dekstop > div.header-nav > div#dropdown-wrapper > img.chevron-dropdown | www.hcaptcha.com/fonts/695c58478f3531c5566b44d6_chevron-dark.svg |
div.navbar-container-dekstop > div.header-nav > div#dropdown-wrapper > img.chevron-dropdown div.navbar-container-dekstop > div.header-nav > div#dropdown-wrapper > img.chevron-dropdown | www.hcaptcha.com/fonts/695c58478f3531c5566b44d6_chevron-dark.svg |
div.navbar-container-dekstop > div.header-nav > div#dropdown-wrapper > img.chevron-dropdown div.navbar-container-dekstop > div.header-nav > div#dropdown-wrapper > img.chevron-dropdown | www.hcaptcha.com/fonts/695c58478f3531c5566b44d6_chevron-dark.svg |
div.enterprise-v2-content-two-columns > div.enterprisev2-conent-column-left > div.enterprisev2-column-image > img.image-world-desktop div.enterprise-v2-content-two-columns > div.enterprisev2-conent-column-left > div.enterprisev2-column-image > img.image-world-desktop | |
SOC 2 logo div.enterprise-v2-content-two-columns > div.enterprisev2-conent-column-left > div.enterprivev2-icon-container-left > img._45w | |
div.enterprise-v2-content-two-columns > div.enterprisev2-content-column-right > div.enterprisev2-column-image > img.image-46 div.enterprise-v2-content-two-columns > div.enterprisev2-content-column-right > div.enterprisev2-column-image > img.image-46 |
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 |
|---|
Contact Sales div.cta-flex-row > h3.grey-500-text > a.contact-sales-link-v2 > span.vavilon |
These are opportunities to improve the legibility of your content.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.w-mod-js html.w-mod-js |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
two lines of code div.enterprisev2-box-with-img-container > div.div-block-136 > h1.enterprivev2-box-heading-center > a.teal-link |
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | www.hcaptcha.com/ line 217, col -1 |
| Fledge | js.hcaptcha.com/1/api.js?render=explicit&onload=onLoad line 3, col 47111 |
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 |
|---|---|
Loading the script 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js' violates the following Content Security Policy directive: "script-src 'self' analytics.hcaptcha.com a.hcaptcha.com js.hcaptcha.com newassets.hcaptcha.com hcaptcha.com u.hcaptcha.com static.cloudflareinsights.com intuitionmachines.widget.insent.ai embed.typeform.com *.hsforms.net *.hsforms.com *.hs-scripts.com static.hsappstatic.net 'unsafe-inline'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. | |
ReferenceError: WebFont is not defined
at https://www.hcaptcha.com/:1:1663 |
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 |
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.hcaptcha.com/bot-detection.html | Learn More |
| www.hcaptcha.com/fraud-protection.html | Learn More |
| www.hcaptcha.com/use-case-account-defense.html | Learn More |
| www.hcaptcha.com/private-learning.html | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback