Hi everyone,
Recently I tried to lazy load reCAPTCHA v3 by dynamically inserting the script when the input field is focused.
The consequence is many valid inputs are considered as spam.
Correct me if I am wrong, with my approach reCAPTCHA receives less human interactions on the page and so it gives a false negative...
Lowering the threshold even down to 2.5 does not help.
And by including the reCAPTCHA v3 script early on page load makes my mobile score in PageSpeed Insight drops from 89 to 60...
Any idea to resolve this dilemma?
I appreciate your help.
Regards,
Tommy