Turning off caching will harm the SEo/speed of the site. That’s the whole idea of caching, to make things faster.
After many hours of frustration, testing, and Googling… I stumbled across one of the suggestions above. I disabled the Google Recaptcha v3 (deleted the keys), and voila… website forms now work again. Sucks to lose the Recaptcha, but at least visitors can contact us again.
That’s great news! Thanks!
Or maybe even add it as an option on the Settings page of the plugin, whether to use minified or unminified version… or even to not use it at all, instead of having to add the:
/**
* Disable the polyfill.io script from Site Reviews
* @return bool
*/
add_filter( ‘site-reviews/assets/polyfill’, ‘__return_false’ );
into the functions.php file???
Thanks again!