V
V
Vyacheslav Shevchenko2018-08-09 11:46:44
JavaScript
Vyacheslav Shevchenko, 2018-08-09 11:46:44

How to optimize multiple reCaptchas on the same page?

Hello.
We have 6 forms on the site on one page. Now the task is to connect recaptcha to them. I did everything, but the page takes an average of 20 seconds to load, loading a repcha for each form.
After loading everything works, but the loading time just kills.
So two questions:
1. How to optimize recaptcha?
2. Is there a better way to protect forms from spam than Invisible reCaptcha?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kudis, 2018-08-09
@kudis

The problem is that you load the captcha right away, even if you don't need it.
Start loading captcha when opening a modal with a form, or when the user starts filling out the form.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question