You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I really like this package. I had no problems setting it up and using it. But lately, the download of the recaptcha__en.js script from www.gstatic.com is the slowest resource that affects my site speed the most. Is it possible to defer the loading of this script?
Best Regards.
The text was updated successfully, but these errors were encountered:
Until the page is loaded and the user fills out the form, reCAPTCHA is not needed at all. This is exactly the situation when you need to defer loading.
The problem is that when you make changes to the initJs() method on: return '<script async src=
or return '<script defer src=
I get a notification: required: Please verify that you are not a robot
Hello,
I really like this package. I had no problems setting it up and using it. But lately, the download of the recaptcha__en.js script from www.gstatic.com is the slowest resource that affects my site speed the most. Is it possible to defer the loading of this script?
Best Regards.
The text was updated successfully, but these errors were encountered: