Use code PERFMATTERS for an extra 10% off!
  1. Home
  2. Docs
  3. Tips
  4. Google reCAPTCHA alternatives for faster speeds and better UX

Google reCAPTCHA alternatives for faster speeds and better UX

CAPTCHAs are an important challenge-response test that distinguishes bots from humans. They are incredibly helpful in deterring spam and can even help with rate limiting. Common places they are used include login pages, comment areas on a blog, and contact forms. The most popular solution is Google reCAPTCHA, launched in 2007 and used on over 15 million websites (source). The problem with Google reCAPTCHA is that it’s a performance killer. We’ve seen it drop Core Web Vitals scores by over 20-30 points.

Scores aren’t everything; however, there is a reason why it has such a big impact. Google reCAPTCHA typically loads multiple assets, sometimes adding up to over 400KB. This is a massive amount of JavaScript (JS) for any site, let alone one solution.

Google reCAPTCHA performance
Google reCAPTCHA performance

Beyond the JS issue, the reCAPTCHA also loads two separate Roboto fonts from Google.

Google fonts loading from reCAPTCHA
Google fonts loading from reCAPTCHA

Due to how the Google reCAPTCHA is coded, it’s typically not possible to optimize it. And apart from the performance issues, it can also be really annoying. I’m sure you’ve all been there, trying to guess the right image to click and get it wrong. This is simply a bad UX. The last thing you want to do is frustrate your visitors or customers before they even complete their action, whether it’s logging into your website or submitting a form. 

Thankfully, there are some great free Google reCAPTCHA alternatives these days which take performance, privacy, and UX into account.

In the options below, you must first remove the Google reCAPTCHA from your site. If you have the reCAPTCHA key added to a contact form (for example, in Contact Form 7), sometimes removing the key is all you need to do.

Honeypot method

The first option is to use a honeypot instead of a reCAPTCHA. We recommend using the free WP Armour WordPress plugin. It uses a combination of JS (which spam bots can’t use) and unique hidden fields to block spam. It’s lightweight, doesn’t make any external calls, and is GDPR compliant. They also have a premium version if you need additional protection. The plugin is regularly updated, and the developer is very active in the support forums.

WP Armour WordPress plugin
WP Armour WordPress plugin

Cloudflare Turnstile

Turnstile is an excellent Google reCAPTCHA alternative. In fact, we’re using it on this site (see the bottom of our contact form). It’s completely free, and you don’t even have to be using Cloudflare to implement it on your site. There are no frustrating puzzles to solve, and there is an invisible mode. Turnstile is lightweight and GDPR-compliant. It doesn’t use any cookies.

Cloudflare Turnstile widget mode
Cloudflare Turnstile widget mode

There are a couple of different ways to deploy Cloudflare Turnstile. If you’re on WordPress, the easiest way to implement Cloudflare Turnstile is if whatever solution you already use has an integration. For example, on our contact page, we use the Fluent Forms WordPress plugin. They have an easy integration with Turnstile. Many other plugins (Gravity Forms, WS Form, etc.) do too, so make sure to check their documentation.

If your plugin doesn’t have an integration, no worries; the free Simple Cloudflare Turnstile WordPress plugin works great. It supports WordPress login areas, WooCommerce, contact form plugins, comments, and even LMS solutions. The plugin is regularly updated, and the developer is very active in the support forums.

Simple Cloudflare Turnstile WordPress plugin
Simple Cloudflare Turnstile WordPress plugin

How to remove the Google reCAPTCHA

It can sometimes be tricky to remove the Google reCAPTCHA based on how it’s implemented. We always recommend checking the documentation of whatever plugin or theme you use. We’ll try to document any more complicated ones that we come across below.

Elementor

  1. Click on “Settings” under Elementor.
  2. Under the “Integrations” tab, remove the reCAPTCHA keys.
Remove Elementor reCAPTCHA
Remove Elementor reCAPTCHA

Contact Form 7

  1. Click on “Contact → Integration.”
  2. Under the “reCAPTCHA” section, click on “Setup Integration.”
  3. Click on “Remove Keys.”

Divi

  1. Go to the place where your Contact Form is located.
  2. Click the little gear icon to edit the Contact Form settings.
  3. Scroll down under the “Content” tab and click on “Spam Protection.”
  4. Turn off Spam Protection, and also make sure to remove the reCAPTCHA account. If you don’t remove the account, it will still insert the code on your site.
Was this article helpful?

Related Articles