WP Click 0.9.3

Does WP Click work with WordPress 5.2.2 and PHP 7.2.16? A smoke test was performed on .

Summary

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

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

Page speed impact: 0.212 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version5.2.2
PHP version7.2.16
MySQL version8.0.15
PHP memory limit256M
Plugin Info
Last updated
Active installs 20+
WordPress.org page https://wordpress.org/plugins/wp-attention-click/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

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=wp-attention-click%2Fwp-click.php&plugin_status=all&paged=1&s&_wpnonce=38efb28a76
Aspect after-activation
HTTP status 200
Load time 0.791 s
Memory usage 3.9 MiB
JS errors None
Resource errors None

WP Click

Page screenshot: WP Click
URL /wp-admin/admin.php?page=wp-click
Aspect menu-item
HTTP status 200
Load time 1.332 s
Memory usage 3.91 MiB
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.260 s
Memory usage 3.41 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.287 s0.629 s+0.342 s3.6 MiB3.87 MiB+ 277.98 KiB
/wp-admin/edit.php0.258 s0.656 s+0.398 s3.63 MiB3.9 MiB+ 278.08 KiB
/wp-admin/post-new.php1.150 s1.334 s+0.184 s5.27 MiB5.58 MiB+ 315.78 KiB
/wp-admin/upload.php0.769 s0.667 s-0.102 s3.46 MiB3.77 MiB+ 316.92 KiB
/wp-admin/options-writing.php0.198 s0.596 s+0.398 s3.55 MiB3.78 MiB+ 238.11 KiB
/wp-admin/media-new.php0.300 s0.494 s+0.194 s3.45 MiB3.77 MiB+ 333.55 KiB
/wp-admin/edit-tags.php?taxonomy=category0.246 s0.464 s+0.218 s3.48 MiB3.82 MiB+ 339.21 KiB
/wp-admin/post-new.php?post_type=page1.014 s1.287 s+0.273 s5.25 MiB5.55 MiB+ 308.95 KiB
/wp-admin/options-discussion.php0.576 s0.542 s-0.034 s3.45 MiB3.78 MiB+ 333.87 KiB
/wp-admin/edit-comments.php0.236 s0.680 s+0.444 s3.55 MiB3.81 MiB+ 261.31 KiB
/0.445 s0.461 s+0.016 s3.3 MiB3.41 MiB+ 111.93 KiB
Average 0.498 s0.710 s+0.212 s3.82 MiB4.09 MiB+ 283.25 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.

Options wp_options 2

PHP Error Log 22 lines

[13-Aug-2019 19:44:10 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 'ID (ID)
                    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_uni' at line 18 for query CREATE TABLE wp_wpac_clicks (
                                ID int(11) NOT NULL AUTO_INCREMENT,
                                post_id int(15) NULL,
                                type_click CHAR(20) NOT NULL DEFAULT 'b', /* ← even if you add it here, it goes to the end of the table */
                                date_click datetime NOT NULL,
                                timestamp_click int(15) NOT NULL,
                                ip varchar(100) NULL,
                                la varchar(100) NULL,
                                lo varchar(100) NULL,
                                country varchar(100) NULL,
                                country_code varchar(100) NULL,
                                region varchar(100) NULL,
                                city varchar(100) NULL,
                                device varchar(10) NOT NULL,
                                url varchar(250) NOT NULL,
                                where_is varchar(30) NULL,
                                browser_details varchar(500) NULL
                            UNIQUE KEY ID (ID)
                    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activated_plugin'), WP_Hook->do_action, WP_Hook->apply_filters, wpAttentionClick\Admin\wpacAdmin->admin_activated_plugin, wpAttentionClick\Core\wpacActivator::activate, wpAttentionClick\Core\wpacActivator::create_tables, dbDelta
[13-Aug-2019 19:44:10 UTC] WordPress database error Table 'wordpress.wp_wpac_clicks' doesn't exist for query SHOW COLUMNS FROM wp_wpac_clicks LIKE 'type_click' made by activate_plugin, do_action('activated_plugin'), WP_Hook->do_action, WP_Hook->apply_filters, wpAttentionClick\Admin\wpacAdmin->admin_activated_plugin, wpAttentionClick\Core\wpacActivator::activate, wpAttentionClick\Core\wpacActivator::create_tables
[13-Aug-2019 19:44:10 UTC] WordPress database error Table 'wordpress.wp_wpac_clicks' doesn't exist for query ALTER TABLE wp_wpac_clicks ADD type_click CHAR(20) NOT NULL DEFAULT 'b' made by activate_plugin, do_action('activated_plugin'), WP_Hook->do_action, WP_Hook->apply_filters, wpAttentionClick\Admin\wpacAdmin->admin_activated_plugin, wpAttentionClick\Core\wpacActivator::activate, wpAttentionClick\Core\wpacActivator::create_tables
See also: All tests for this plugin, How to Hide the "WP Attention Click" Admin Menu