UndefinedOffset / silverstripe-nocaptcha

A spam protector and form field using Google's reCAPTCHA v2 or optionally a foundation v3 implementation
BSD 3-Clause "New" or "Revised" License
31 stars 37 forks source link

Feature: Speed Up Page Load Times #63

Open LiamW opened 3 years ago

LiamW commented 3 years ago

reCaptcha really slows down websites and causes poor performance scores in Google's PageSpeed Insights.

Found this article which goes over a good technique to only load the js once a user interacts with the form. Would be great to have this as either default or an option in the config if it's possible.

https://tehnoblog.org/google-invisible-recaptcha-how-to-boost-lighthouse-performance-score/