Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▼1.23MB] [CPU: ▼41.65ms] Passed 4 tests
This is a short check of server-side resources used by DeTaxo
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.73 ▼0.73 | 20.38 ▼20.18 |
Dashboard /wp-admin | 2.78 ▼0.52 | 17.87 ▼32.09 |
Posts /wp-admin/edit.php | 2.78 ▼0.58 | 19.27 ▼24.85 |
Add New Post /wp-admin/post-new.php | 2.78 ▼3.11 | 16.79 ▼89.48 |
Media Library /wp-admin/upload.php | 2.78 ▼0.45 | 13.61 ▼18.48 |
DeTaxo Settings /wp-admin/options-general.php?page=detaxo-setting | 2.78 | 15.52 |
Server storage [IO: ▲0.25MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
There were no storage issued detected upon installing this plugin
Filesystem: 5 new files
Database: no new tables, 7 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
widget_theysaidso_widget |
widget_recent-posts |
detaxo_settings |
theysaidso_admin_options |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for DeTaxo
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.28 ▼1.46 | 1.60 ▼0.27 | 41.41 ▼2.84 |
Dashboard /wp-admin | 2,213 ▲22 | 5.90 ▲1.01 | 105.48 ▲0.80 | 39.39 ▼14.13 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.05 ▲0.07 | 39.71 ▲2.80 | 35.14 ▼4.72 |
Add New Post /wp-admin/post-new.php | 1,550 ▲17 | 18.56 ▼4.64 | 604.74 ▼62.72 | 58.20 ▲6.59 |
Media Library /wp-admin/upload.php | 1,392 ▲4 | 4.25 ▼0.06 | 94.34 ▼1.46 | 44.59 ▲1.42 |
DeTaxo Settings /wp-admin/options-general.php?page=detaxo-setting | 827 | 2.02 | 27.27 | 28.77 |
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
- This plugin did not uninstall without warnings or errors
- > Notice in wp-content/plugins/detaxo/detaxo.php+61
Trying to get property 'term_taxonomy_id' of non-object
- This plugin did not uninstall successfully, leaving 7 options in the database
- detaxo_settings
- widget_recent-posts
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-comments
- theysaidso_admin_options
- db_upgraded
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
These errors were triggered by the plugin
- > GET request to /wp-admin/options-general.php?page=detaxo-setting
- > Notice in wp-content/plugins/detaxo/detaxo.php+61
Trying to get property 'term_taxonomy_id' of non-object
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
Almost there! Just fix the following items
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/detaxo/detaxo.php:26
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 81% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Please fix the following attributes:
- Tags: There are too many tags (12 tag instead of maximum 10)
- Screenshots: Please add an image for screenshot #1 (assets/screenshot-1.jpg)
- Donate link: Invalid URI found ("")
detaxo/detaxo.php Passed 13 tests
The main PHP script in "DeTaxo" version 1.1 is automatically included on every request by WordPress
112 characters long description:
Remove post from category/taxonomy on the fly with just one click from post list it self, No need to Quick edit.
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
Success! There were no dangerous files found in this plugin163 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 18 | 8 | 136 |
JavaScript | 1 | 2 | 4 | 27 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.41 |
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 | 10 | |
▷ Named functions | 10 | 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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
No PNG files were detected