Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.67MB] [CPU: ▼0.19ms] Passed 4 tests
An overview of server-side resources used by Post Type and Taxonomy Builder
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.11 ▲0.65 | 50.66 ▲10.16 |
Dashboard /wp-admin | 4.02 ▲0.71 | 54.81 ▲0.83 |
Posts /wp-admin/edit.php | 4.07 ▲0.72 | 52.81 ▼0.14 |
Add New Post /wp-admin/post-new.php | 6.54 ▲0.65 | 93.38 ▼7.38 |
Media Library /wp-admin/upload.php | 3.88 ▲0.65 | 46.38 ▲5.92 |
Library /wp-admin/admin.php?page=easy-post-tax-page | 3.85 | 39.66 |
Post Types /wp-admin/edit.php?post_type=easy-post | 3.92 | 41.76 |
Taxonomies /wp-admin/edit.php?post_type=easy-tax | 3.92 | 38.04 |
Server storage [IO: ▲0.21MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 27 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-comments |
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for Post Type and Taxonomy Builder
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,874 ▲88 | 14.26 ▼0.28 | 1.96 ▼0.16 | 43.55 ▼3.35 |
Dashboard /wp-admin | 2,259 ▲82 | 5.64 ▲0.01 | 95.71 ▲4.47 | 41.82 ▲1.36 |
Posts /wp-admin/edit.php | 2,164 ▲64 | 2.03 ▼0.00 | 36.97 ▼4.97 | 35.59 ▲0.82 |
Add New Post /wp-admin/post-new.php | 1,566 ▲40 | 22.95 ▼0.28 | 674.71 ▼39.24 | 58.39 ▼5.87 |
Media Library /wp-admin/upload.php | 1,464 ▲64 | 4.15 ▼0.03 | 113.19 ▲8.57 | 47.76 ▲2.70 |
Library /wp-admin/admin.php?page=easy-post-tax-page | 2,672 | 2.18 | 29.94 | 44.00 |
Post Types /wp-admin/edit.php?post_type=easy-post | 1,124 | 1.93 | 33.26 | 32.21 |
Taxonomies /wp-admin/edit.php?post_type=easy-tax | 1,124 | 1.96 | 31.94 | 31.28 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- This plugin does not fully uninstall, leaving 6 options in the database
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Everything seems fine, however this is by no means an exhaustive test
SRP Passed 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
The SRP test was a success
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser errors were detected
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
Attributes that need to be fixed:
- Screenshots: Please add descriptions for these screenshots #1, #2, #3, #4, #5, #6, #7 in easy-post-taxonomy-builder/assets to your readme.txt
easy-post-taxonomy-builder/easy-post-tax-builder.php 85% from 13 tests
"Post Type and Taxonomy Builder" version 2.0.0's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
It is important to fix the following:
- Text Domain: You no longer need to specify the text domain since WordPress 4.6; it must be the same as the plugin slug
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("easy-post-taxonomy-builder.php" instead of "easy-post-tax-builder.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Everything looks great! No dangerous files found in this plugin4,206 lines of code in 24 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 15 | 301 | 797 | 3,337 |
CSS | 3 | 86 | 5 | 524 |
JavaScript | 3 | 84 | 26 | 332 |
SVG | 2 | 0 | 0 | 8 |
JSON | 1 | 0 | 0 | 5 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.39 |
Average class complexity | 36.56 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 165.00 |
Average method complexity | 4.71 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 44.00 |
Code structure | ||
---|---|---|
Namespaces | 5 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 9 | 100.00% |
▷ Final classes | 1 | 11.11% |
Methods | 88 | |
▷ Static methods | 24 | 27.27% |
▷ Public methods | 81 | 92.05% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 7 | 7.95% |
Functions | 3 | |
▷ Named functions | 1 | 33.33% |
▷ Anonymous functions | 2 | 66.67% |
Constants | 5 | |
▷ Global constants | 5 | 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
No PNG images were found in this plugin