Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.09MB] [CPU: ▲1.38ms] Passed 4 tests
A check of server-side resources used by Eazy Project Management
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 44.63 ▼9.02 |
Dashboard /wp-admin | 3.39 ▲0.09 | 57.04 ▲8.75 |
Posts /wp-admin/edit.php | 3.48 ▲0.13 | 59.21 ▲7.46 |
Add New Post /wp-admin/post-new.php | 5.97 ▲0.08 | 93.79 ▼0.77 |
Media Library /wp-admin/upload.php | 3.31 ▲0.09 | 43.18 ▲7.86 |
Add Project /wp-admin/post-new.php?post_type=ezproject | 3.43 | 59.06 |
Clients /wp-admin/edit-tags.php?taxonomy=ezproject_clients&post_type=ezproject | 3.31 | 41.07 |
Projects /wp-admin/edit.php?post_type=ezproject | 3.34 | 42.71 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
There were no storage issued detected upon installing this plugin
Filesystem: 6 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-posts |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Eazy Project Management
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,834 ▲88 | 13.22 ▼1.15 | 1.73 ▼0.46 | 43.87 ▲0.98 |
Dashboard /wp-admin | 2,234 ▲52 | 5.78 ▼0.12 | 101.71 ▲2.33 | 37.13 ▼3.12 |
Posts /wp-admin/edit.php | 2,117 ▲28 | 1.99 ▼0.05 | 39.72 ▼1.44 | 34.67 ▼2.27 |
Add New Post /wp-admin/post-new.php | 1,560 ▲32 | 23.28 ▲4.77 | 654.58 ▲37.16 | 62.80 ▲1.75 |
Media Library /wp-admin/upload.php | 1,422 ▲31 | 4.31 ▲0.09 | 96.99 ▼16.02 | 43.62 ▲2.66 |
Add Project /wp-admin/post-new.php?post_type=ezproject | 2,430 | 7.66 | 192.89 | 72.00 |
Clients /wp-admin/edit-tags.php?taxonomy=ezproject_clients&post_type=ezproject | 1,290 | 2.14 | 27.69 | 28.04 |
Projects /wp-admin/edit.php?post_type=ezproject | 1,089 | 1.95 | 30.70 | 31.98 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- db_upgraded
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please fix the following items
- 3× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_filter() in wp-content/plugins/eazy-project-management/includes/eazy-project-management-display.php:33
- > PHP Fatal error
Uncaught Error: Call to undefined function post_type_exists() in wp-content/plugins/eazy-project-management/includes/eazy-project-management-types.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function add_role() in wp-content/plugins/eazy-project-management/includes/eazy-project-management-roles.php:4
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
These attributes need your attention:
- Tags: You are using too many tags: 15 tag instead of maximum 10
eazy-project-management/eazy-project-management.php 85% from 13 tests
The main PHP script in "Eazy Project Management" version 1.2 is automatically included on every request by WordPress
Please make the necessary changes and fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 170 characters long)
- Text Domain: Please use dashes and lowercase characters for text domains
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
No dangerous file extensions were detected129 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 23 | 24 | 129 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.26 |
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 | 5 | |
▷ Named functions | 5 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
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
PNG images were not found in this plugin