Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.09MB] [CPU: ▼4.63ms] Passed 4 tests
Server-side resources used by Manage Admin Columns
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 35.06 ▼4.82 |
Dashboard /wp-admin | 3.39 ▲0.09 | 44.19 ▼2.75 |
Posts /wp-admin/edit.php | 3.51 ▲0.16 | 50.38 ▲3.76 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.09 | 86.00 ▼9.27 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 33.03 ▼1.68 |
Featured Image Column /wp-admin/options-general.php?page=fcfi-settings | 3.29 | 28.91 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
No storage issues were detected
Filesystem: 9 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Manage Admin Columns
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲47 | 14.27 ▼0.09 | 1.78 ▲0.26 | 37.24 ▼1.88 |
Dashboard /wp-admin | 2,202 ▲25 | 5.61 ▼0.05 | 95.92 ▲7.93 | 41.70 ▼3.11 |
Posts /wp-admin/edit.php | 2,157 ▲57 | 1.98 ▲0.02 | 36.97 ▲0.91 | 33.87 ▼1.24 |
Add New Post /wp-admin/post-new.php | 1,531 ▲5 | 23.32 ▲0.16 | 673.35 ▲54.71 | 57.70 ▲4.87 |
Media Library /wp-admin/upload.php | 1,412 ▲9 | 4.21 ▲0.03 | 94.39 ▼12.95 | 43.60 ▲2.05 |
Featured Image Column /wp-admin/options-general.php?page=fcfi-settings | 948 | 2.06 | 26.43 | 35.94 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- widget_theysaidso_widget
- widget_recent-posts
- db_upgraded
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please fix the following
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function wpcombo\\fcfi\\add_action() in wp-content/plugins/manage-admin-columns/includes/class-firstcolumnfeaturedimage.php:23
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
These attributes need your attention:
- Screenshots: These screenshots need descriptions #2, #3, #4, #5 in manage-admin-columns/assets to your readme.txt
manage-admin-columns/manage-admin-columns.php Passed 13 tests
The principal PHP file in "Manage Admin Columns" v. 1.5.0 is loaded by WordPress automatically on each request
64 characters long description:
This plugin adds a featured image column to the WordPress admin.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Success! There were no dangerous files found in this plugin425 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 44 | 107 | 326 |
PO File | 1 | 25 | 32 | 70 |
SVG | 2 | 0 | 0 | 29 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.35 |
Average class complexity | 38.00 |
▷ Minimum class complexity | 38.00 |
▷ Maximum class complexity | 38.00 |
Average method complexity | 2.94 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 8.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 21 | |
▷ Static methods | 12 | 57.14% |
▷ Public methods | 19 | 90.48% |
▷ Protected methods | 1 | 4.76% |
▷ Private methods | 1 | 4.76% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
There were not PNG files found in your plugin