Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Installer ran successfully
Server metrics [RAM: ▲0.23MB] [CPU: ▼6.01ms] Passed 4 tests
Analyzing server-side resources used by 404 to 301 - Redirect, Log and Notify 404 Errors
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.57 ▲0.10 | 47.04 ▲5.17 |
Dashboard /wp-admin | 3.55 ▲0.25 | 52.15 ▼3.22 |
Posts /wp-admin/edit.php | 3.64 ▲0.29 | 49.59 ▼1.97 |
Add New Post /wp-admin/post-new.php | 6.22 ▲0.33 | 81.66 ▼16.24 |
Media Library /wp-admin/upload.php | 3.50 ▲0.27 | 39.29 ▼2.62 |
404 Settings /wp-admin/admin.php?page=jj4t3-settings | 3.45 | 35.36 |
404 Errors /wp-admin/admin.php?page=jj4t3-logs | 3.43 | 35.94 |
Server storage [IO: ▲0.17MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 31 new files
Database: 1 new table, 9 new options
New tables |
---|
wp_404_to_301 |
New WordPress options |
---|
i4t3_db_version |
widget_recent-posts |
db_upgraded |
widget_recent-comments |
can_compress_scripts |
theysaidso_admin_options |
i4t3_review_notice |
i4t3_gnrl_options |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
404 to 301 - Redirect, Log and Notify 404 Errors: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,949 ▲163 | 14.37 ▲0.11 | 1.78 ▼0.11 | 45.43 ▲2.34 |
Dashboard /wp-admin | 2,358 ▲181 | 5.61 ▼0.06 | 94.21 ▼2.48 | 42.27 ▲0.92 |
Posts /wp-admin/edit.php | 2,271 ▲171 | 2.04 ▲0.09 | 37.63 ▲0.59 | 35.85 ▲1.64 |
Add New Post /wp-admin/post-new.php | 1,689 ▲163 | 20.93 ▼2.67 | 679.24 ▲11.11 | 62.22 ▲5.92 |
Media Library /wp-admin/upload.php | 1,565 ▲165 | 4.22 ▲0.01 | 106.26 ▲3.19 | 47.27 ▲4.29 |
404 Settings /wp-admin/admin.php?page=jj4t3-settings | 1,224 | 1.74 | 25.65 | 31.11 |
404 Errors /wp-admin/admin.php?page=jj4t3-logs | 1,264 | 1.75 | 28.15 | 28.99 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
The following items require your attention
- Zombie tables were found after uninstall: 1 table
- wp_404_to_301
- The uninstall procedure has failed, leaving 9 options in the database
- theysaidso_admin_options
- i4t3_db_version
- widget_recent-posts
- db_upgraded
- i4t3_gnrl_options
- widget_theysaidso_widget
- can_compress_scripts
- i4t3_review_notice
- widget_recent-comments
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP Passed 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
The SRP test was a success
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser issues were found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
Attributes that need to be fixed:
- Tags: There are too many tags (12 tag instead of maximum 10)
404-to-301/404-to-301.php 92% from 13 tests
Analyzing the main PHP file in "404 to 301 - Redirect, Log and Notify 404 Errors" version 3.1.4
You should first fix the following items:
- Description: Please don't use more than 140 characters for the plugin description (currently 209 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Good job! No executable or dangerous file extensions detected1,531 lines of code in 21 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 15 | 381 | 1,963 | 1,203 |
PO File | 1 | 165 | 330 | 171 |
CSS | 1 | 2 | 16 | 68 |
JavaScript | 2 | 22 | 38 | 53 |
Sass | 1 | 7 | 0 | 29 |
XML | 1 | 0 | 0 | 7 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.32 |
Average class complexity | 15.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 50.00 |
Average method complexity | 2.56 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 9.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 9 | 100.00% |
▷ Final classes | 1 | 11.11% |
Methods | 81 | |
▷ Static methods | 8 | 9.88% |
▷ Public methods | 49 | 60.49% |
▷ Protected methods | 2 | 2.47% |
▷ Private methods | 30 | 37.04% |
Functions | 12 | |
▷ Named functions | 12 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 8 | |
▷ Global constants | 8 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There were not PNG files found in your plugin