Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 15.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
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.
Page weighs 13.2 MB (4.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
6 control(s) without accessible label
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/1b3ef308-187d-4f2d-9438-4fe699f4941c)<a href="https://beavercheck.com/results/1b3ef308-187d-4f2d-9438-4fe699f4941c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcloudflare.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcloudflare.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 15.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 15.1s to load
+12% bounceUsers abandon at ~3s — you're 12.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 19.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
6 form field(s) without a label
+6% 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, …)
6 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
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.
$600 investment → $1.20/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$1.20 /mo
~$14 / 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,126 / month at risk
~$157,514 / year if left unfixed
$157,500
+11 more
$1.20 /mo
15052.8 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.
4.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
18.97 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
24.27 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.
87.10 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.
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.
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 | |
|---|---|---|---|
Hero Takeover div.min-h-screen > div.flex > div#takeover-container > img.w-full | /dzlvafdwdttg/5B5shLB8bSKIyB9NJ6R1jz/87e7617be2c61603d460... | 186.0 KiB | 153.0 KiB |
Forrester Wave for Edge Development Platforms for 2026 div.h-full > div.flex > picture > img | /dzlvafdwdttg/4iJzBRMF9qufSZ2AbWpcTX/94ee8b5ffa8002ae979e... | 52.6 KiB | 15.6 KiB |
Forrester Wave Email Security div.h-full > div.flex > picture > img | /dzlvafdwdttg/5FzlGx8oeekggGYq5wTwfG/cade515fb39ed01f9466... | 50.8 KiB | 13.8 KiB |
Thumbnail - Insight - Template 1 Lightbulb div.snap-start > div.h-full > div.flex > img | /cdn-cgi/image/format=auto/https://cf-assets.www.cloudfla... | 14.7 KiB | 9.1 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.
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 |
|---|---|---|
| www.cloudflare.com/_willow/_path_.Crvuk3qF.css | 150.2 KiB | 2.5 s |
| www.cloudflare.com/_willow/_path_.s4iDdsbG.css | 11.9 KiB | 807 ms |
| www.cloudflare.com/_willow/_path_.CblWThAv.css | 2.0 KiB | 497 ms |
| www.cloudflare.com/_willow/_path_.Dg2Mlhup.css | 12.4 KiB | 342 ms |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| cloudflare.com/ | 776 ms |
| www.cloudflare.com/ | 0.0 ms |
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.cloudflare.com/_willow/_path_.Crvuk3qF.css | 149.3 KiB | 134.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-NDGPDFZ | 160.4 KiB | 104.2 KiB |
| www.cloudflare.com/go9u/?id=G-SQCRB0TXZW&cx=c>m=4e64f0 | 171.1 KiB | 80.6 KiB |
| ot.www.cloudflare.com/ot/scripttemplates/202503.1.0/otBannerSdk.js | 109.8 KiB | 71.4 KiB |
| www.cloudflare.com/go9u/?id=DC-9973066&cx=c>m=4e64f0 | 134.8 KiB | 66.5 KiB |
| www.cloudflare.com/go9u/ | 168.1 KiB | 66.0 KiB |
| www.cloudflare.com/go9u/?id=DC-9309168&cx=c>m=4e64f0 | 136.5 KiB | 65.8 KiB |
| js.qualified.com/qualified.js?token=37pXYrro6wCZbsU7 | 116.1 KiB | 58.1 KiB |
| js.qualified.com/packs/js/multimodal_v2-f8a905b1.js | 93.6 KiB | 47.9 KiB |
| /_willow/index.astro_astro_type_script_index_0_lang.ButtC... | 77.7 KiB | 41.0 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 |
|---|---|
| Other | 82.8 s |
| Script Evaluation | 46.4 s |
| Style & Layout | 27.5 s |
| Rendering | 8.3 s |
| Garbage Collection | 1.3 s |
| Script Parsing & Compilation | 635 ms |
| Parse HTML & CSS | 425 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 that use WebXR are not currently eligible for back/forward cache. | 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.
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 | |
|---|---|
Thumbnail - Insight - Template 1 Lightbulb div.snap-start > div.h-full > div.flex > img | /cdn-cgi/image/format=auto/https://cf-assets.www.cloudfla... |
Pay per crawl div.h-full > div.flex > picture > img | /dzlvafdwdttg/5FzlGx8oeekggGYq5wTwfG/cade515fb39ed01f9466... |
Forrester Wave for Edge Development Platforms for 2026 div.h-full > div.flex > picture > img | /dzlvafdwdttg/4iJzBRMF9qufSZ2AbWpcTX/94ee8b5ffa8002ae979e... |
Test Drive div.h-full > div.flex > picture > img | /dzlvafdwdttg/5Xv9FKPcd7u6bPz9A2KJrN/7d5bf5fc076c8d35bfbb... |
Forrester Wave Email Security div.h-full > div.flex > picture > img | /dzlvafdwdttg/5FzlGx8oeekggGYq5wTwfG/cade515fb39ed01f9466... |
Cloudflare acquires Astro to accelerate the future of high-performance web deve… div.h-full > div.flex > picture > img | /dzlvafdwdttg/1md9HF80UDFu5OiEzBFIl9/2fd375ffe350f7c8014c... |
2025 Forrester Wave Serverless div.h-full > div.flex > picture > img | /dzlvafdwdttg/5UKhWtyRcBaq4XnsrFz50O/5c157133914ae543a213... |
Background image div.h-full > div.flex > picture > img | /dzlvafdwdttg/5FzlGx8oeekggGYq5wTwfG/cade515fb39ed01f9466... |
2025 Gartner CNAP MQ div.h-full > div.flex > picture > img | /dzlvafdwdttg/1md9HF80UDFu5OiEzBFIl9/2fd375ffe350f7c8014c... |
2025 Gartner® Magic Quadrant™ div.h-full > div.flex > picture > img | /dzlvafdwdttg/1md9HF80UDFu5OiEzBFIl9/2fd375ffe350f7c8014c... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
REPORT
Cloudflare named a ‘Leader’ in Forrester Wave for Edge Development Plat… div.overflow-hidden > div.relative > div.grid > div.snap-start |
REPORT
2026 Cloudflare Threat Report
Read report div.overflow-hidden > div.relative > div.grid > div.snap-start |
WORKSHOP
Attend a Test Drive workshop to get hands-on experience with Cloudfla… div.overflow-hidden > div.relative > div.grid > div.snap-start |
PRESS RELEASE
Cloudflare strengthens content offering to AI companies with acq… div.overflow-hidden > div.relative > div.grid > div.snap-start |
PRESS RELEASE
Cloudflare acquires Astro to accelerate the future of high-perfo… div.overflow-hidden > div.relative > div.grid > div.snap-start |
REPORT
Cloudflare 2025 Impact Report
Read report div.overflow-hidden > div.relative > div.grid > div.snap-start |
PRESS RELEASE
Cloudflare to acquire Replicate to build the most seamless AI Cl… div.overflow-hidden > div.relative > div.grid > div.snap-start |
REPORT
Cloudflare named a Challenger in 2025 Gartner® Magic Quadrant™ for CNAP… div.overflow-hidden > div.relative > div.grid > div.snap-start |
REPORT
Cloudflare named a Visionary in 2025 Gartner® Magic Quadrant™ for SASE … div.overflow-hidden > div.relative > div.grid > div.snap-start |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.overflow-auto > q-focus-sentinel > div |
After AI assistant body.overflow-auto > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Welcome to Agents Week 2026 div.flex > div.flex > div.md:flex-1 > h6.leading-[110%] |
Related div.flex > div > div.space-y-4 > h6 |
Related div.flex > div > div.space-y-4 > h6 |
Related div.flex > div > div.space-y-4 > h6 |
Connect div.whitespace-nowrap > div.active > div.text-start > h4.text-[1rem] |
Modernize remote access div.relative > div.fade-card-front > div.text-center > h6.leading-[110%] |
What's new div.whitespace-nowrap > div.active > div.text-start > h5.text-[1rem] |
Get started for free div > div.h-full > div.text-center > h5.leading-[110%] |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.cloudflare.com/_willow/index.sGmLo0nR.js line 21, col 4906 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at gu (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:22:4907)
at sa (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:45647)
at la (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39783)
at rc (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39756)
at ea (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:34775)
at on (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:1651)
at MessagePort.Mn (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:2044) |
www.cloudflare.com/_willow/index.sGmLo0nR.js line 21, col 4906 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at gu (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:22:4907)
at sa (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:45647)
at la (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39783)
at rc (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39756)
at ea (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:34775)
at on (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:1651)
at MessagePort.Mn (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:2044) |
www.cloudflare.com/_willow/index.sGmLo0nR.js line 21, col 4906 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at gu (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:22:4907)
at sa (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:45647)
at la (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39783)
at rc (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39756)
at ea (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:34775)
at on (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:1651)
at MessagePort.Mn (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:2044) |
www.cloudflare.com/_willow/index.sGmLo0nR.js line 23, col 45306 | Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at sa (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:45307)
at la (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39783)
at tc (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39714)
at ml (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39572)
at li (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:35956)
at ea (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:34909)
at on (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:1651)
at MessagePort.Mn (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:2044) |
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.cloudflare.com/sase/ | Learn more |
| www.cloudflare.com/sase/ | Learn more |
| www.cloudflare.com/application-services/ | Learn more |
| workers.cloudflare.com/ | Learn more |
| www.cloudflare.com/lp/cloudflare-connect-2026/ | Learn more |
| /lp/architectureworkshops/?utm_medium=display&utm_source=... | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 80 | Disallow: pages.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 81 | Disallow: en-us.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 82 | Disallow: de-de.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 83 | Disallow: en-gb.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 84 | Disallow: ja-jp.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 85 | Disallow: fr-fr.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 86 | Disallow: en-gb.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 87 | Disallow: en-ca.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 88 | Disallow: en-au.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 89 | Disallow: en-in.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 90 | Disallow: es-es.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 91 | Disallow: es-la.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 92 | Disallow: it-it.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 93 | Disallow: ko-kr.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 94 | Disallow: pt-br.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 95 | Disallow: zh-cn.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 96 | Disallow: zh-tw.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 97 | Disallow: nl-nl.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 98 | Disallow: id-id.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 99 | Disallow: th-th.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 100 | Disallow: ru-ru.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 101 | Disallow: sv-se.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 102 | Disallow: vi-vn.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 103 | Disallow: tr-tr.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 104 | Disallow: zh-hans-cn.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 105 | Disallow: pl-pl.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 106 | Disallow: ar-ar.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 107 | Disallow: he-il.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
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.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
487 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.77 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.
18.19 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.cloudflare.com/_willow/_path_.Crvuk3qF.css | 150.3 KiB | 527 ms |
| www.cloudflare.com/_willow/_path_.s4iDdsbG.css | 12.0 KiB | 168 ms |
| www.cloudflare.com/_willow/_path_.CblWThAv.css | 2.0 KiB | 168 ms |
| www.cloudflare.com/_willow/_path_.Dg2Mlhup.css | 12.4 KiB | 79 ms |
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.
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 | |
|---|---|---|---|
Agents week 2026 div.flex > div.hidden > picture.rounded > img.w-full | /dzlvafdwdttg/QNKyzAsE17944B8c3RsJR/088a2641e439d89acc5ad... | 368.5 KiB | 366.2 KiB |
2026 Cloudflare Security Signals Report div.flex > div.hidden > picture.rounded > img.w-full | /dzlvafdwdttg/UG4KsLnFZA9vxvrhVAyID/f59f3f4ea150a83976297... | 114.0 KiB | 112.1 KiB |
Hero Takeover div.min-h-screen > div.flex > div#takeover-container > img.w-full | /dzlvafdwdttg/5B5shLB8bSKIyB9NJ6R1jz/87e7617be2c61603d460... | 186.0 KiB | 54.9 KiB |
Cloudforce One li.nv-flex > span > div.nv-w-max > img | /v2/image/fjpedt5rjt0v79br7mhsvls964/menu_uninav_cloudfor... | 5.9 KiB | 5.1 KiB |
Multiflare three span > div.nv-w-max > picture > img | /dzlvafdwdttg/7HGdDUrO4I7ByjvJVmzRpB/12a98608e3a7343788f1... | 5.8 KiB | 5.0 KiB |
Radar li.nv-flex > span > div.nv-w-max > img | /v2/image/26cs6c4n414pjbav2cv9kqmp2o/menu_uninav_icon_rad... | 5.8 KiB | 5.0 KiB |
TheNet li.nv-flex > span > div.nv-w-max > img | cf-assets.www.cloudflare.com/v2/image/uce1n1vmch2u56pqtmhf6qij3k/TheNet.png | 5.4 KiB | 4.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| cloudflare.com/ | 227 ms |
| www.cloudflare.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.
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.cloudflare.com/_willow/_path_.Crvuk3qF.css | 149.5 KiB | 133.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-NDGPDFZ | 160.4 KiB | 104.2 KiB |
| www.cloudflare.com/go9u/?id=G-SQCRB0TXZW&cx=c>m=4e64f0 | 171.1 KiB | 80.7 KiB |
| ot.www.cloudflare.com/ot/scripttemplates/202503.1.0/otBannerSdk.js | 109.8 KiB | 71.4 KiB |
| www.cloudflare.com/go9u/?id=DC-9309168&cx=c>m=4e64f0 | 136.6 KiB | 66.9 KiB |
| www.cloudflare.com/go9u/ | 168.1 KiB | 66.6 KiB |
| www.cloudflare.com/go9u/?id=DC-9973066&cx=c>m=4e64f0 | 134.8 KiB | 66.5 KiB |
| js.qualified.com/qualified.js?token=37pXYrro6wCZbsU7 | 116.1 KiB | 58.0 KiB |
| js.qualified.com/packs/js/multimodal_v2-f8a905b1.js | 93.6 KiB | 47.9 KiB |
| /_willow/index.astro_astro_type_script_index_0_lang.ButtC... | 77.7 KiB | 41.0 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 |
|---|---|
| Other | 20.8 s |
| Style & Layout | 11.3 s |
| Script Evaluation | 9.1 s |
| Rendering | 2.4 s |
| Garbage Collection | 242 ms |
| Script Parsing & Compilation | 174 ms |
| Parse HTML & CSS | 101 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 that use WebXR are not currently eligible for back/forward cache. | 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.
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 | |
|---|---|
Thumbnail - Insight - Template 1 Lightbulb div.snap-start > div.h-full > div.flex > img | /cdn-cgi/image/format=auto/https://cf-assets.www.cloudfla... |
Pay per crawl div.h-full > div.flex > picture > img | /dzlvafdwdttg/5FzlGx8oeekggGYq5wTwfG/cade515fb39ed01f9466... |
Forrester Wave for Edge Development Platforms for 2026 div.h-full > div.flex > picture > img | /dzlvafdwdttg/4iJzBRMF9qufSZ2AbWpcTX/94ee8b5ffa8002ae979e... |
Test Drive div.h-full > div.flex > picture > img | /dzlvafdwdttg/5Xv9FKPcd7u6bPz9A2KJrN/7d5bf5fc076c8d35bfbb... |
Forrester Wave Email Security div.h-full > div.flex > picture > img | /dzlvafdwdttg/5FzlGx8oeekggGYq5wTwfG/cade515fb39ed01f9466... |
Cloudflare acquires Astro to accelerate the future of high-performance web deve… div.h-full > div.flex > picture > img | /dzlvafdwdttg/1md9HF80UDFu5OiEzBFIl9/2fd375ffe350f7c8014c... |
2025 Forrester Wave Serverless div.h-full > div.flex > picture > img | /dzlvafdwdttg/5UKhWtyRcBaq4XnsrFz50O/5c157133914ae543a213... |
Background image div.h-full > div.flex > picture > img | /dzlvafdwdttg/5FzlGx8oeekggGYq5wTwfG/cade515fb39ed01f9466... |
2025 Gartner CNAP MQ div.h-full > div.flex > picture > img | /dzlvafdwdttg/1md9HF80UDFu5OiEzBFIl9/2fd375ffe350f7c8014c... |
2025 Gartner® Magic Quadrant™ div.h-full > div.flex > picture > img | /dzlvafdwdttg/1md9HF80UDFu5OiEzBFIl9/2fd375ffe350f7c8014c... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
WORKSHOP
Attend a Test Drive workshop to get hands-on experience with Cloudfla… div.overflow-hidden > div.relative > div.grid > div.snap-start |
PRESS RELEASE
Cloudflare strengthens content offering to AI companies with acq… div.overflow-hidden > div.relative > div.grid > div.snap-start |
PRESS RELEASE
Cloudflare acquires Astro to accelerate the future of high-perfo… div.overflow-hidden > div.relative > div.grid > div.snap-start |
REPORT
Cloudflare 2025 Impact Report
Read report div.overflow-hidden > div.relative > div.grid > div.snap-start |
PRESS RELEASE
Cloudflare to acquire Replicate to build the most seamless AI Cl… div.overflow-hidden > div.relative > div.grid > div.snap-start |
REPORT
Cloudflare named a Challenger in 2025 Gartner® Magic Quadrant™ for CNAP… div.overflow-hidden > div.relative > div.grid > div.snap-start |
REPORT
Cloudflare named a Visionary in 2025 Gartner® Magic Quadrant™ for SASE … div.overflow-hidden > div.relative > div.grid > div.snap-start |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.overflow-auto > q-focus-sentinel > div |
After AI assistant body.overflow-auto > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.nv-flex > div.nv-hidden > div > button.nv-min-w-px div.nv-flex > div.nv-hidden > div > button.nv-min-w-px |
div.nv-flex > div.nv-flex > div > button.nv-flex div.nv-flex > div.nv-flex > div > button.nv-flex |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Welcome to Agents Week 2026 div.flex > div.flex > div.md:flex-1 > h6.leading-[110%] |
Related div.flex > div > div.space-y-4 > h6 |
Related div.flex > div > div.space-y-4 > h6 |
Related div.flex > div > div.space-y-4 > h6 |
Connect div.whitespace-nowrap > div.active > div.text-start > h4.text-[1rem] |
Modernize remote access div.relative > div.fade-card-front > div.text-center > h6.leading-[110%] |
What's new div.whitespace-nowrap > div.active > div.text-start > h5.text-[1rem] |
Get started for free div > div.h-full > div.text-center > h5.leading-[110%] |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Connectivity cloud
Cloudflare’s connectivity cloud delivers 60+ networking, sec… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Adopt AI
Bring AI into workforces and digital experiences
AI security
Secure ag… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Healthcare
Financial services
Retail
Gaming
Public sector div.nv-px-4 > div.md:nv-flex > div.default > ul.nv-flex |
Enterprise plans
Small business plans
Individual plans
Compare plans div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Support and success bundles
Optimized Cloudflare experience
Professional servic… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Developer library
Documentation and guides
Application demos
Explore what you c… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Workers
Build and deploy serverless apps
Workers KV
Serverless key-value store … div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Partner Network
Grow, innovate and meet customer needs with Cloudflare
Partner … div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
PowerUP Program
Grow your business while keeping your customers connected and s… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Demos + product tours
On-demand product demos
Case studies
Driving success with… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Reference architecture
Technical guides
Solution + product guides
Product docum… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
theNET
Executive insights for the digital enterprise
Cloudflare TV
Innovative s… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Leadership
Meet our leaders
Investor relations
Investor information
Press
Explo… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Privacy
Policy, data, and protection
Trust
Policy, process, and safety
Complian… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Humanitarian
Project Galileo
Government
Athenian Project
Elections
Cloudflare F… div.[&:not(:last-child)]:nv-border-b > div.nv-container > div.nv-py-5 > ul.nv-grid |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Connectivity cloud
Cloudflare’s connectivity cloud delivers 60+ networking, sec… div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Enterprise
For large and medium organizations div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Small business
For small organizations div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Partner
Become a Cloudflare partner div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Adopt AI
Bring AI into workforces and digital experiences div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
AI security
Secure agentic AI and GenAI applications div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Data compliance
Streamline compliance and minimize risk div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Post-quantum cryptography
Safeguard data and meet compliance standards div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Healthcare div.default > ul.nv-flex > div.nv-border-e > li.nv-flex |
Financial services div.default > ul.nv-flex > div.nv-border-e > li.nv-flex |
Retail div.default > ul.nv-flex > div.nv-border-e > li.nv-flex |
Gaming div.default > ul.nv-flex > div.nv-border-e > li.nv-flex |
Public sector div.default > ul.nv-flex > div.nv-border-e > li.nv-flex |
Enterprise plans div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Small business plans div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Individual plans div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Compare plans div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Support and success bundles
Optimized Cloudflare experience div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Professional services
Expert-led implementation div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Technical account management
Focused technical management div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Security operations service
Cloudflare monitoring and response div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Developer library
Documentation and guides div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Application demos
Explore what you can build div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Tutorials
Step-by-step build tutorials div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Reference architecture
Diagrams and design patterns div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Workers
Build and deploy serverless apps div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Workers KV
Serverless key-value store for apps div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
R2
Store data without costly egrees fees div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Partner Network
Grow, innovate and meet customer needs with Cloudflare div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Partner Portal
Find resources and register deals div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
PowerUP Program
Grow your business while keeping your customers connected and s… div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Technology Partners
Explore our ecosystem of technology partners and integrators div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Global System Integrators
Support seamless large-scale digital transformation div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Service Providers
Discover our network of valued service providers div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Demos + product tours
On-demand product demos div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Case studies
Driving success with Cloudflare div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Webinars
Insightful discussions div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Test Drive
Live virtual workshops div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Library
Helpful guides, roadmaps, and more div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Reports
Insights from Cloudflare’s research div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Blog
Technical deep dives and product news div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Learning center
Educational tools and how-to content div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Reference architecture
Technical guides div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Solution + product guides
Product documentation div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Documentation
Developer documentation div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
theNET
Executive insights for the digital enterprise div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Cloudflare TV
Innovative series and events div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Cloudforce One
Threat research and operations div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Radar
Internet traffic and security trends div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Leadership
Meet our leaders div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Investor relations
Investor information div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Press
Explore recent news div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Careers
Explore open roles div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Privacy
Policy, data, and protection div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Trust
Policy, process, and safety div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Compliance
Certification and regulation div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Transparency
Policy and disclosures div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Humanitarian
Project Galileo div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Government
Athenian Project div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Elections
Cloudflare For Campaigns div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
Health
Project Fair Shot div.nv-py-5 > ul.nv-grid > div.nv-flex > li.nv-flex |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.cloudflare.com/_willow/index.sGmLo0nR.js line 21, col 4906 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at gu (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:22:4907)
at sa (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:45647)
at la (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39783)
at rc (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39756)
at ea (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:34775)
at on (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:1651)
at MessagePort.Mn (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:2044) |
www.cloudflare.com/_willow/index.sGmLo0nR.js line 21, col 4906 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at gu (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:22:4907)
at sa (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:45647)
at la (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39783)
at rc (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39756)
at ea (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:34775)
at on (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:1651)
at MessagePort.Mn (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:2044) |
www.cloudflare.com/_willow/index.sGmLo0nR.js line 21, col 4906 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at gu (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:22:4907)
at sa (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:45647)
at la (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39783)
at rc (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39756)
at ea (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:34775)
at on (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:1651)
at MessagePort.Mn (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:2044) |
www.cloudflare.com/_willow/index.sGmLo0nR.js line 23, col 45306 | Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at sa (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:45307)
at la (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39783)
at tc (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39714)
at ml (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:39572)
at li (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:35956)
at ea (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:24:34909)
at on (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:1651)
at MessagePort.Mn (https://www.cloudflare.com/_willow/index.sGmLo0nR.js:9:2044) |
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.cloudflare.com/sase/ | Learn more |
| www.cloudflare.com/sase/ | Learn more |
| www.cloudflare.com/application-services/ | Learn more |
| workers.cloudflare.com/ | Learn more |
| www.cloudflare.com/lp/cloudflare-connect-2026/ | Learn more |
| /lp/architectureworkshops/?utm_medium=display&utm_source=... | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 80 | Disallow: pages.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 81 | Disallow: en-us.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 82 | Disallow: de-de.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 83 | Disallow: en-gb.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 84 | Disallow: ja-jp.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 85 | Disallow: fr-fr.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 86 | Disallow: en-gb.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 87 | Disallow: en-ca.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 88 | Disallow: en-au.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 89 | Disallow: en-in.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 90 | Disallow: es-es.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 91 | Disallow: es-la.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 92 | Disallow: it-it.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 93 | Disallow: ko-kr.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 94 | Disallow: pt-br.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 95 | Disallow: zh-cn.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 96 | Disallow: zh-tw.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 97 | Disallow: nl-nl.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 98 | Disallow: id-id.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 99 | Disallow: th-th.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 100 | Disallow: ru-ru.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 101 | Disallow: sv-se.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 102 | Disallow: vi-vn.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 103 | Disallow: tr-tr.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 104 | Disallow: zh-hans-cn.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 105 | Disallow: pl-pl.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 106 | Disallow: ar-ar.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
| 107 | Disallow: he-il.www.cloudflare.com/ | Pattern should either be empty, start with "/" or "*" |
To appear in search results, crawlers need access to your app.
Send Feedback