Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼11.17ms] Passed 4 tests
This is a short check of server-side resources used by Remove/hide Author, Date, Category Like Entry-Meta
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.41 ▼0.05 | 23.29 ▼15.69 |
Dashboard /wp-admin | 3.33 ▲0.03 | 47.44 ▼4.35 |
Posts /wp-admin/edit.php | 3.38 ▲0.03 | 53.36 ▼2.30 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.03 | 86.29 ▼22.34 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 42.78 ▲4.97 |
Remove Author,date & Entry-Meta /wp-admin/options-general.php?page=remove-a-d-c | 3.22 | 33.97 |
Server storage [IO: ▲0.10MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 7 new files
Database: no new tables, 11 new options
New WordPress options |
---|
radc_remove_comment |
widget_theysaidso_widget |
widget_recent-comments |
radc_remove_author |
radc_remove_date |
radc_remove_edit |
db_upgraded |
can_compress_scripts |
theysaidso_admin_options |
radc_remove_category |
... |
Browser metrics Passed 4 tests
A check of browser resources used by Remove/hide Author, Date, Category Like Entry-Meta
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,845 ▲84 | 13.18 ▼1.00 | 4.45 ▲2.45 | 41.80 ▲3.11 |
Dashboard /wp-admin | 2,227 ▲21 | 4.80 ▼0.09 | 103.55 ▼2.55 | 39.74 ▼4.28 |
Posts /wp-admin/edit.php | 2,106 ▲6 | 2.05 ▲0.06 | 39.92 ▼1.73 | 38.44 ▲3.73 |
Add New Post /wp-admin/post-new.php | 1,545 ▼0 | 23.17 ▼0.12 | 683.08 ▲1.13 | 70.34 ▲4.05 |
Media Library /wp-admin/upload.php | 1,406 ▲3 | 4.24 ▼0.00 | 103.20 ▼3.39 | 44.25 ▼5.34 |
Remove Author,date & Entry-Meta /wp-admin/options-general.php?page=remove-a-d-c | 869 | 2.02 | 25.86 | 34.70 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
You still need to fix the following
- This plugin does not fully uninstall, leaving 11 options in the database
- widget_theysaidso_widget
- radc_remove_edit
- radc_remove_date
- db_upgraded
- radc_remove_category
- widget_recent-posts
- widget_recent-comments
- theysaidso_admin_options
- can_compress_scripts
- radc_remove_comment
- ...
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
The smoke test was a success, however most plugin functionality was not tested
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
The following issues need your attention
- 1× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/removehide-author-date-category-like-entry-meta/remove-author-date-and-category-metadata.php:15
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 87% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
These attributes need to be fixed:
- Screenshots: These screenshots do not have images: #1 (By default checked all means removed all meta), #2 (Removed all meta in front-end), #3 (Check checkboxes what you want to remove or hide (ex: I unchecked Date and Comment so it will be display on front-end)), #4 (I un-checked Date and Comment from back-end so it will be display on front-end)
- Tags: Please delete some tags, you are using 18 tag instead of maximum 10
removehide-author-date-category-like-entry-meta/remove-author-date-and-category-metadata.php 85% from 13 tests
The principal PHP file in "Remove/hide Author, Date, Category Like Entry-Meta" v. 2.1 is loaded by WordPress automatically on each request
You should first fix the following items:
- Main file name: Name the main plugin file the same as the plugin slug ("removehide-author-date-category-like-entry-meta.php" instead of "remove-author-date-and-category-metadata.php")
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 244 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
No dangerous file extensions were detected187 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 44 | 31 | 143 |
CSS | 1 | 11 | 0 | 44 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.25 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 9 | |
▷ Named functions | 9 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.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
4 PNG files occupy 0.09MB with 0.04MB in potential savings
Potential savings
Compression of 4 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-1.png | 32.68KB | 15.57KB | ▼ 52.37% |
screenshot-4.png | 13.23KB | 6.48KB | ▼ 50.99% |
screenshot-3.png | 32.63KB | 15.67KB | ▼ 51.98% |
screenshot-2.png | 8.93KB | 4.77KB | ▼ 46.61% |