I have contact form 7 only activated on the home page of the website at the end. The ideal would be to do the lazy load of both contact form 7 and the recaptcha after the home page is loaded.
In mobile the loading delay is probably one second so, it would have a big impact on making the website faster
The same question, how to delay the ReCaptcha init?
The thing is PageSpeed Insights rate website to low because of a scripts – about -20 points because of it. If I disable recaptcha it boost the rate!
I know that the main thing of ReCaptcha v3 is a user behavior so it should init as soon as possible to collect the data and rise the rating if it’s human been.
But maybe there is a solution for make PageSpeed and Recaptcha friends.
I’ve a bit time to search out the question and find this solution – seems good, I’ll try and come back with the result. https://ww.wp.xz.cn/support/topic/contact-form-7-recaptcha-issue-2/page/2/#post-11678675
I’m trying to make a different hook – not DOMContentLoaded, but load.
The result is not great, but better.
The main issue is – hardcode in the plugin code…
Maybe anyone from devs help us?
Thanks.
-
This reply was modified 6 years, 2 months ago by
Nikita_Sp. Reason: tags fixed
-
This reply was modified 6 years, 2 months ago by
Nikita_Sp. Reason: possible solution is found
-
This reply was modified 6 years, 2 months ago by
Nikita_Sp.
-
This reply was modified 6 years, 2 months ago by
Nikita_Sp.