Arigato Autoresponder and Newsletter 2.5.9

Does "Arigato Autoresponder and Newsletter" work with WordPress 5.5.3 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: 28.09 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.5.3
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=869c6c6978
Aspect after-activation
HTTP status 200
Load time 1.128 s
Memory usage 2.67 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.793 s
Memory usage 2.8 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.264 s
Memory usage 2.74 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.159 s
Memory usage 2.69 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.615 s
Memory usage 2.72 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.534 s
Memory usage 2.71 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.234 s
Memory usage 2.69 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.157 s
Memory usage 2.71 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.105 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.243 s
Memory usage 2.53 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.623 s0.455 s-0.168 s2.75 MiB2.79 MiB+ 32.53 KiB
/wp-admin/edit.php0.240 s0.333 s+0.093 s2.8 MiB2.83 MiB+ 32.52 KiB
/wp-admin/post-new.php1.677 s2.089 s+0.412 s4.54 MiB4.58 MiB+ 36.88 KiB
/wp-admin/upload.php0.684 s0.423 s-0.261 s2.63 MiB2.66 MiB+ 31.43 KiB
/wp-admin/options-writing.php0.168 s0.179 s+0.011 s2.64 MiB2.64 MiB- 600 bytes
/wp-admin/media-new.php0.205 s0.190 s-0.015 s2.6 MiB2.64 MiB+ 31.6 KiB
/wp-admin/edit-tags.php?taxonomy=category0.203 s0.183 s-0.020 s2.64 MiB2.67 MiB+ 32.51 KiB
/wp-admin/post-new.php?post_type=page1.452 s1.451 s-0.001 s4.53 MiB4.56 MiB+ 28.47 KiB
/wp-admin/options-discussion.php0.379 s0.400 s+0.021 s2.61 MiB2.64 MiB+ 31.92 KiB
/wp-admin/edit-comments.php0.204 s0.213 s+0.009 s2.65 MiB2.68 MiB+ 31.46 KiB
/0.411 s0.268 s-0.143 s2.56 MiB2.58 MiB+ 20.22 KiB
Average 0.568 s0.562 s-0.006 s3 MiB3.02 MiB+ 28.09 KiB

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

[02-Nov-2020 06:49:19 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
[02-Nov-2020 06:49:19 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
[02-Nov-2020 06:49:22 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