Arigato Autoresponder and Newsletter 2.6.4.1

Does "Arigato Autoresponder and Newsletter" work with WordPress 5.7 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
3Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 33.92 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version5.7
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 800+
WordPress.org page https://wordpress.org/plugins/bft-autoresponder/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 10

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=bft-autoresponder%2Fbft-autoresponder.php&plugin_status=all&paged=1&s&_wpnonce=a703e367ee
Aspect after-activation
HTTP status 200
Load time 0.776 s
Memory usage 2.75 MiB
JS errors None
Resource errors None

Arigato Light

Page screenshot: Arigato Light
URL /wp-admin/admin.php?page=bft_options
Aspect menu-item
HTTP status 200
Load time 0.904 s
Memory usage 2.88 MiB
JS errors None
Resource errors None

Arigato Light → Mailing List

Page screenshot: Arigato Light → Mailing List
URL /wp-admin/admin.php?page=bft_list
Aspect menu-item
HTTP status 200
Load time 0.210 s
Memory usage 2.81 MiB
JS errors None
Resource errors None

Arigato Light → Import/Export

Page screenshot: Arigato Light → Import/Export
URL /wp-admin/admin.php?page=bft_import
Aspect menu-item
HTTP status 200
Load time 0.171 s
Memory usage 2.77 MiB
JS errors None
Resource errors None

Arigato Light → Email Messages

Page screenshot: Arigato Light → Email Messages
URL /wp-admin/admin.php?page=bft_messages
Aspect menu-item
HTTP status 200
Load time 0.531 s
Memory usage 2.79 MiB
JS errors None
Resource errors None

Arigato Light → Send Newsletter

Page screenshot: Arigato Light → Send Newsletter
URL /wp-admin/admin.php?page=bft_newsletter
Aspect menu-item
HTTP status 200
Load time 0.522 s
Memory usage 2.78 MiB
JS errors None
Resource errors None

Arigato Light → Raw Email Log

Page screenshot: Arigato Light → Raw Email Log
URL /wp-admin/admin.php?page=bft_log
Aspect menu-item
HTTP status 200
Load time 0.185 s
Memory usage 2.77 MiB
JS errors None
Resource errors None

Arigato Light → Help

Page screenshot: Arigato Light → Help
URL /wp-admin/admin.php?page=bft_help
Aspect menu-item
HTTP status 200
Load time 0.161 s
Memory usage 2.79 MiB
JS errors None
Resource errors None

Arigato Light → Integrate in Ninja Form

Page screenshot: Arigato Light → Integrate in Ninja Form
URL /wp-admin/admin.php?page=bft_integrate_ninja
Aspect menu-item
HTTP status 200
Load time 0.200 s
Memory usage N/A
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.225 s
Memory usage 2.67 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.273 s0.351 s+0.078 s2.82 MiB2.86 MiB+ 37.55 KiB
/wp-admin/edit.php0.181 s0.208 s+0.027 s2.86 MiB2.9 MiB+ 37.23 KiB
/wp-admin/post-new.php0.941 s1.188 s+0.247 s5.02 MiB5.07 MiB+ 50.52 KiB
/wp-admin/upload.php0.482 s0.456 s-0.026 s2.7 MiB2.73 MiB+ 36.13 KiB
/wp-admin/options-writing.php0.159 s0.186 s+0.027 s2.71 MiB2.71 MiB+ 4.12 KiB
/wp-admin/media-new.php0.198 s0.200 s+0.002 s2.67 MiB2.71 MiB+ 36.3 KiB
/wp-admin/edit-tags.php?taxonomy=category0.359 s0.212 s-0.147 s2.77 MiB2.81 MiB+ 37.21 KiB
/wp-admin/post-new.php?post_type=page1.126 s0.628 s-0.498 s5.01 MiB5.05 MiB+ 46.11 KiB
/wp-admin/options-discussion.php0.300 s0.273 s-0.027 s2.67 MiB2.71 MiB+ 36.63 KiB
/wp-admin/edit-comments.php0.221 s0.227 s+0.006 s2.78 MiB2.81 MiB+ 36.16 KiB
/0.255 s0.225 s-0.030 s2.65 MiB2.67 MiB+ 15.11 KiB
Average 0.409 s0.378 s-0.031 s3.15 MiB3.18 MiB+ 33.92 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
CSS
Language % Lines of code Comment lines Files
PHP80.0%2,65727633
CSS20.0%663562
Total 3,320 332 35

PHP Code Analysis | More results »

Lines of code 1,472
Total complexity 422
Median class complexity 14.0
Median method complexity 4.0
Most complex class BFTIntegrations
Most complex function bft_list()
Classes 7
Methods 19
Functions 38

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 6

Options wp_options 1

PHP Error Log 15 lines

[01-Apr-2021 12:04:36 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') DEFAULT CHARSET=utf8' at line 7 for query CREATE TABLE `wp_bft_unsubs` (
				  `id` int UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
				  `email` varchar(100) NOT NULL DEFAULT '',
				  `date` date NOT NULL DEFAULT '2000-01-01',
				  `ar_mails` smallint(5) unsigned NOT NULL DEFAULT 0,
				  `reason` varchar(255) NOT NULL DEFAULT '',
				) DEFAULT CHARSET=utf8; made by activate_plugin, do_action('activate_bft-autoresponder/bft-autoresponder.php'), WP_Hook->do_action, WP_Hook->apply_filters, bft_install, bft_init, bft_install
[01-Apr-2021 12:04:36 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') DEFAULT CHARSET=utf8' at line 7 for query CREATE TABLE `wp_bft_unsubs` (
				  `id` int UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
				  `email` varchar(100) NOT NULL DEFAULT '',
				  `date` date NOT NULL DEFAULT '2000-01-01',
				  `ar_mails` smallint(5) unsigned NOT NULL DEFAULT 0,
				  `reason` varchar(255) NOT NULL DEFAULT '',
				) DEFAULT CHARSET=utf8; made by activate_plugin, do_action('activate_bft-autoresponder/bft-autoresponder.php'), WP_Hook->do_action, WP_Hook->apply_filters, bft_install
[01-Apr-2021 12:04:39 UTC] WordPress database error Table 'wordpress.wp_bft_unsubs' doesn't exist for query SELECT COUNT(id) FROM wp_bft_unsubs made by do_action('arigato-light_page_bft_list'), WP_Hook->do_action, WP_Hook->apply_filters, bft_list
See also: All tests for this plugin, How to Hide Arigato Autoresponder and Newsletter Admin Menus