Lazyload recaptcha?

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Lazyload recaptcha?

Post by Lasa »

Is there a WWB way of lazy loading or defer all or any Recaptcha scripts?
Cheers,
Lasa
User avatar
Pablo
 
Posts: 21713
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Lazyload recaptcha?

Post by Pablo »

There is no lazy load for recaptcha.
Generally speaking, the more context that reCAPTCHA has about a page, the better informed it is to determine whether user actions are legitimate. This is particularly true when using versions of reCAPTCHA that don’t rely on user challenges. Thus, waiting to load reCAPTCHA until a specific restricted action occurs (for example, form submission) is generally not recommended.
https://developers.google.com/recaptcha/docs/loading
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Re: Lazyload recaptcha?

Post by Lasa »

A ton of good information, thank you!
Post Reply