Comment Link Remove 2.1.8

Does Comment Link Remove work with WordPress 5.8.2 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
1PHP warnings
2Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 96.05 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.8.2
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 8,000+
WordPress.org page https://wordpress.org/plugins/comment-link-remove/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

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=comment-link-remove%2Fqc-clr-main.php&plugin_status=all&paged=1&s&_wpnonce=e847cc29fd
Aspect after-activation
HTTP status 200
Load time 0.381 s
Memory usage 3.14 MiB
JS errors None
Resource errors None

QC CLR Settings

Page screenshot: QC CLR Settings
URL /wp-admin/admin.php?page=comment-link-remove
Aspect menu-item
HTTP status 200
Load time 0.203 s
Memory usage 3.14 MiB
JS errors None
Resource errors None

QC CLR Settings → Commenter Emails

Page screenshot: QC CLR Settings → Commenter Emails
URL /wp-admin/admin.php?page=commenter-emails
Aspect menu-item
HTTP status 200
Load time 0.155 s
Memory usage 3.1 MiB
JS errors None
Resource errors None

QC CLR Settings → Email Subscription

Page screenshot: QC CLR Settings → Email Subscription
URL /wp-admin/admin.php?page=email-subscriptions
Aspect menu-item
HTTP status 200
Load time 0.197 s
Memory usage 3.16 MiB
JS errors None
Resource errors None

QC CLR Settings → Comment Spam Protection

Page screenshot: QC CLR Settings → Comment Spam Protection
URL /wp-admin/admin.php?page=qcld_clr_config
Aspect menu-item
HTTP status 200
Load time 0.147 s
Memory usage 3.08 MiB
JS errors None
Resource errors None

QC CLR Settings → Comment Attachment Settings

Page screenshot: QC CLR Settings → Comment Attachment Settings
URL /wp-admin/admin.php?page=clr-comment-attachment
Aspect menu-item
HTTP status 200
Load time 0.164 s
Memory usage 3.1 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.234 s
Memory usage 2.91 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.291 s0.265 s-0.026 s3.08 MiB3.18 MiB+ 102.69 KiB
/wp-admin/edit.php0.185 s0.203 s+0.018 s3.11 MiB3.28 MiB+ 168.1 KiB
/wp-admin/post-new.php0.752 s0.851 s+0.099 s5.27 MiB5.38 MiB+ 112.38 KiB
/wp-admin/upload.php0.380 s0.494 s+0.114 s3.03 MiB3.13 MiB+ 101.55 KiB
/wp-admin/options-writing.php0.245 s0.214 s-0.031 s3.02 MiB3.11 MiB+ 84.84 KiB
/wp-admin/media-new.php0.350 s0.203 s-0.147 s3.01 MiB3.11 MiB+ 101.73 KiB
/wp-admin/edit-tags.php?taxonomy=category0.178 s0.184 s+0.006 s3.04 MiB3.14 MiB+ 102.95 KiB
/wp-admin/post-new.php?post_type=page0.608 s0.635 s+0.027 s5.26 MiB5.36 MiB+ 107.96 KiB
/wp-admin/options-discussion.php0.232 s0.240 s+0.008 s3 MiB3.1 MiB+ 101.35 KiB
/wp-admin/edit-comments.php0.202 s0.204 s+0.002 s3.04 MiB3.14 MiB+ 101.58 KiB
/0.269 s0.203 s-0.066 s2.94 MiB2.92 MiB- 28.55 KiB
Average 0.336 s0.336 s+0.000 s3.44 MiB3.53 MiB+ 96.05 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.

JSON
SVG
Language % Lines of code Comment lines Files
JSON50.8%16,64001
SVG42.3%13,858156
PHP5.4%1,7752458
CSS1.1%35562
JavaScript0.3%102332
Total 32,730 299 19

PHP Code Analysis | More results »

Lines of code 1,693
Total complexity 284
Median class complexity 59.0
Median method complexity 3.0
Most complex class CommentLinkRemove
Most complex function CommentLinkRemove::comment_link_remove_create_admin_page()
Classes 3
Methods 87
Functions 17

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 1

PHP Error Log 3 lines

[07-Dec-2021 10:47:38 UTC] PHP Warning:  call_user_func() expects parameter 1 to be a valid callback, class 'CommentLinkRemove' does not have a method 'comment_link_remove_section_info_9' in /wp-admin/includes/template.php on line 1694
[07-Dec-2021 10:47:39 UTC] WordPress database error Table 'wordpress.wp_qc_clr_subscription' doesn't exist for query SELECT count(*) FROM wp_qc_clr_subscription where 1 made by do_action('qc-clr-settings_page_email-subscriptions'), WP_Hook->do_action, WP_Hook->apply_filters, qcld_clr_email_subscription_page, require_once('/plugins/comment-link-remove/qc-clr-email-subscription.php')
[07-Dec-2021 10:47:39 UTC] WordPress database error Table 'wordpress.wp_qc_clr_subscription' doesn't exist for query SELECT * FROM wp_qc_clr_subscription where 1 order by id desc LIMIT 0, 50 made by do_action('qc-clr-settings_page_email-subscriptions'), WP_Hook->do_action, WP_Hook->apply_filters, qcld_clr_email_subscription_page, require_once('/plugins/comment-link-remove/qc-clr-email-subscription.php')
See also: All tests for this plugin