Описание
This plugin is designed to help improve the performance of Contact Form 7 by loading the reCaptcha field on input focus instead of on page load.
This can help reduce the number of requests made to the server and improve the overall performance of the form.
The main advantages of using this plugin:
- Defer loading of recaptcha until input is focused;
- Improve speed by loading recaptcha only when it’s needed;
- Improve GDPR compliance by not loading recaptcha until it’s needed;
- Reduces potential conflicts with other plugins that load recaptcha;
- Fewer HTTP requests needed to load recaptcha.
Установка
- Method 1:
- Go to your WP Dashboard > Plugins > Add new
- Search for ‘WPCF 7 reCaptcha Defer’
- Click Install
- Click Activate
- Method 2:
- Download the plugin from this page
- Upload
rm-wpcf7-recaptcha-defer
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Отзывы
Участники и разработчики
«WPCF 7 reCaptcha Defer» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «WPCF 7 reCaptcha Defer» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.3
- CF7 compatibility issue fixed.
1.0.2
- Readme updated
1.0.1
- Fist security bug fixes
1.0.0
- Fist version