Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▼0.65MB] [CPU: ▼15.73ms] Passed 4 tests
Server-side resources used by WP Issue Logger
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.06 | 41.19 ▼2.21 |
Dashboard /wp-admin | 3.36 ▲0.05 | 50.96 ▼5.69 |
Posts /wp-admin/edit.php | 3.42 ▲0.05 | 52.66 ▲5.79 |
Add New Post /wp-admin/post-new.php | 3.15 ▼2.74 | 38.69 ▼56.99 |
Media Library /wp-admin/upload.php | 3.28 ▲0.05 | 37.61 ▲1.96 |
Add New /wp-admin/post-new.php?post_type=issue | 3.14 | 36.18 |
All Issues /wp-admin/edit.php?post_type=issue | 3.33 | 38.99 |
Categories /wp-admin/edit-tags.php?taxonomy=type&post_type=issue | 3.28 | 34.79 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 2 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
Checking browser requirements for WP Issue Logger
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,859 ▲113 | 13.56 ▼0.81 | 2.23 ▲0.50 | 46.78 ▲5.15 |
Dashboard /wp-admin | 2,237 ▲52 | 4.86 ▼0.99 | 108.97 ▲0.20 | 38.94 ▼0.36 |
Posts /wp-admin/edit.php | 2,120 ▲31 | 2.06 ▲0.02 | 40.50 ▲0.78 | 36.27 ▲2.62 |
Add New Post /wp-admin/post-new.php | 1,560 ▲29 | 22.62 ▲4.37 | 652.12 ▲12.92 | 56.01 ▲2.49 |
Media Library /wp-admin/upload.php | 1,416 ▲28 | 4.18 ▲0.00 | 101.02 ▼4.00 | 45.07 ▼0.08 |
Add New /wp-admin/post-new.php?post_type=issue | 2,651 | 7.86 | 176.03 | 68.89 |
All Issues /wp-admin/edit.php?post_type=issue | 1,135 | 1.98 | 31.43 | 30.31 |
Categories /wp-admin/edit-tags.php?taxonomy=type&post_type=issue | 1,290 | 2.14 | 30.19 | 29.46 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- widget_theysaidso_widget
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Please fix the following server-side errors
- > GET request to /wp-admin/post-new.php?post_type=issue
- > Notice in wp-content/plugins/wp-issue-logger/wp-issue-logger.php+151
Undefined index: wpil-issue-status
SRP Passed 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
Everything seems fine, however this is by no means an exhaustive test
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 96% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
4 plugin tags: issue logger, project management, task, to do
wp-issue-logger/wp-issue-logger.php 92% from 13 tests
The primary PHP file in "WP Issue Logger" version 0.1 is used by WordPress to initiate all plugin functionality
Please make the necessary changes and fix the following:
- Domain Path: The domain path points to a folder that does not exist ("/languages")
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 plugin130 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 18 | 26 | 113 |
Markdown | 1 | 14 | 0 | 17 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.09 |
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 | 6 | |
▷ Named functions | 6 | 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
PNG files should be compressed to save space and minimize bandwidth usage
There were not PNG files found in your plugin