Benchmarks
Plugin footprint 82% 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.12MB] [CPU: ▼4.04ms] 75% from 4 tests
This is a short check of server-side resources used by HDTasks | Client and Team Task Lists
It is recommended to improve the following
- CPU: Total CPU usage should be kept under 500.00ms (currently 520.39ms on /wp-admin/admin.php?page=hdt_about)
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.60 ▲0.14 | 42.58 ▲2.70 |
Dashboard /wp-admin | 3.44 ▲0.09 | 48.40 ▼15.18 |
Posts /wp-admin/edit.php | 3.55 ▲0.20 | 51.46 ▼3.64 |
Add New Post /wp-admin/post-new.php | 6.02 ▲0.13 | 96.64 ▼0.04 |
Media Library /wp-admin/upload.php | 3.36 ▲0.13 | 40.80 ▲4.64 |
About / Options /wp-admin/admin.php?page=hdt_about | 3.35 | 520.39 |
Projects /wp-admin/admin.php?page=hdt_projects | 3.33 | 31.97 |
Server storage [IO: ▲0.84MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
There were no storage issued detected upon installing this plugin
Filesystem: 169 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_recent-posts |
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Checking browser requirements for HDTasks | Client and Team Task Lists
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,838 ▲77 | 13.15 ▼1.15 | 1.85 ▼0.01 | 46.34 ▲5.86 |
Dashboard /wp-admin | 2,244 ▲38 | 4.87 ▼0.00 | 104.40 ▼11.00 | 40.69 ▲0.13 |
Posts /wp-admin/edit.php | 2,126 ▲26 | 2.02 ▲0.02 | 39.60 ▼0.95 | 35.37 ▼1.63 |
Add New Post /wp-admin/post-new.php | 1,564 ▲24 | 23.26 ▲0.28 | 658.05 ▼12.61 | 56.89 ▼14.44 |
Media Library /wp-admin/upload.php | 1,420 ▲20 | 4.14 ▼0.08 | 104.40 ▼12.08 | 43.63 ▼4.22 |
About / Options /wp-admin/admin.php?page=hdt_about | 1,096 | 2.02 | 25.23 | 49.65 |
Projects /wp-admin/admin.php?page=hdt_projects | 858 | 2.02 | 26.49 | 34.36 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP 0% 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
- 2× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/hdtasks/includes/hdt_about_options.php
- > /wp-content/plugins/hdtasks/hdtasks.php
- 5× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_remote_get() in wp-content/plugins/hdtasks/includes/hdt_about_options.php:83
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/hdtasks/includes/post_type.php:60
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/hdtasks/includes/template.php:37
- > PHP Fatal error
Uncaught Error: Call to undefined function get_terms() in wp-content/plugins/hdtasks/includes/hdt_projects.php:30
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/hdtasks/includes/functions.php:65
- > 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 Passed 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
7 plugin tags: hdt, hdtask, project managment, list, todo list...
hdtasks/hdtasks.php Passed 13 tests
"HDTasks | Client and Team Task Lists" version 0.2's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
68 characters long description:
The easiest project task management solution for teams and creatives
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
There were no executable files found in this plugin9,657 lines of code in 168 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 135 | 870 | 1,005 | 6,236 |
CSS | 18 | 173 | 111 | 1,517 |
Sass | 8 | 120 | 1 | 999 |
PHP | 6 | 91 | 89 | 904 |
SVG | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.24 |
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 | 24 | |
▷ Named functions | 23 | 95.83% |
▷ Anonymous functions | 1 | 4.17% |
Constants | 3 | |
▷ Global constants | 3 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG files were detected