Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.29MB] [CPU: ▲2.68ms] Passed 4 tests
An overview of server-side resources used by scifi Task Manager
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.72 ▲0.26 | 42.19 ▲2.37 |
Dashboard /wp-admin | 3.61 ▲0.30 | 59.36 ▲12.59 |
Posts /wp-admin/edit.php | 3.71 ▲0.36 | 48.45 ▼1.30 |
Add New Post /wp-admin/post-new.php | 6.19 ▲0.30 | 91.21 ▲0.90 |
Media Library /wp-admin/upload.php | 3.52 ▲0.29 | 38.76 ▲8.73 |
scifi Task Manager /wp-admin/options-general.php?page=scifi-task-manager | 3.49 | 34.47 |
Server storage [IO: ▲0.10MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin installed successfully
Filesystem: 10 new files
Database: no new tables, 9 new options
New WordPress options |
---|
scifi-task-manager_menu |
db_upgraded |
widget_recent-posts |
scifi-task-manager_tags |
can_compress_scripts |
scifi-task-manager_roles |
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-comments |
Browser metrics Passed 4 tests
A check of browser resources used by scifi Task Manager
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,861 ▲104 | 13.31 ▼1.31 | 1.76 ▼0.31 | 32.35 ▼15.29 |
Dashboard /wp-admin | 2,270 ▲79 | 5.89 ▲0.00 | 105.04 ▼1.00 | 47.61 ▲5.18 |
Posts /wp-admin/edit.php | 2,108 ▲19 | 2.06 ▲0.03 | 35.02 ▼2.08 | 32.07 ▼1.91 |
Add New Post /wp-admin/post-new.php | 1,549 ▲30 | 23.31 ▲0.05 | 616.21 ▼42.42 | 51.34 ▼5.30 |
Media Library /wp-admin/upload.php | 1,407 ▲22 | 4.22 ▲0.08 | 93.69 ▼12.55 | 37.62 ▼7.98 |
scifi Task Manager /wp-admin/options-general.php?page=scifi-task-manager | 2,229 | 3.17 | 90.26 | 31.53 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
It is recommended to fix the following
- This plugin does not fully uninstall, leaving 8 options in the database
- theysaidso_admin_options
- widget_recent-posts
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-comments
- scifi-task-manager_menu
- scifi-task-manager_tags
- db_upgraded
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 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please take a closer look at the following
- 7× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/scifi-task-manager/scifi-task-manager.php:18
- > PHP Notice
Undefined variable: action in wp-content/plugins/scifi-task-manager/template-post-publish.php on line 4
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/scifi-task-manager/template-post-attachments.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_dropdown_pages() in wp-content/plugins/scifi-task-manager/template-post-list-filters.php:1
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/scifi-task-manager/template-post-publish.php:11
- > PHP Notice
Undefined variable: posts in wp-content/plugins/scifi-task-manager/template-admin-widget.php on line 1
- > PHP Fatal error
Uncaught Error: Call to undefined function get_post_type_object() in wp-content/plugins/scifi-task-manager/template-admin-widget.php:91
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser issues were found
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
6 plugin tags: issue tracking, project manager, tasks, issues, bug...
scifi-task-manager/scifi-task-manager.php Passed 13 tests
This is the main PHP file of "scifi Task Manager" version 0.8.4, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
36 characters long description:
Simple admin dashboard task manager.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
Success! There were no dangerous files found in this plugin1,803 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 158 | 250 | 1,473 |
PO File | 1 | 101 | 112 | 330 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.68 |
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 | 44 | |
▷ Named functions | 15 | 34.09% |
▷ Anonymous functions | 29 | 65.91% |
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
No PNG files were detected