Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
You still need to fix the following installer errors
- The plugin cannot be installed
- > Warning in wp-content/plugins/kanban-gravity-forms/kanban-gravity-forms.php+553
"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
Server metrics [RAM: ▲0.00MB] [CPU: ▼2.94ms] Passed 4 tests
Server-side resources used by Kanban + Gravity Forms
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 39.91 ▼0.55 |
Dashboard /wp-admin | 3.31 ▲0.00 | 54.73 ▲5.00 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 50.23 ▼1.65 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 93.98 ▼8.75 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 40.82 ▼0.79 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 6 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
Checking browser requirements for Kanban + Gravity Forms
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,815 ▲54 | 14.23 ▼0.58 | 1.73 ▼0.58 | 41.37 ▼1.19 |
Dashboard /wp-admin | 2,218 ▲15 | 5.84 ▲0.97 | 99.56 ▼6.22 | 39.04 ▼2.44 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 2.01 ▲0.01 | 36.98 ▲0.29 | 34.01 ▲1.17 |
Add New Post /wp-admin/post-new.php | 1,545 ▲5 | 23.23 ▼0.08 | 645.56 ▼66.00 | 72.63 ▲6.15 |
Media Library /wp-admin/upload.php | 1,403 ▲6 | 4.22 ▼0.00 | 115.97 ▲2.24 | 50.10 ▲0.68 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
You still need to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- widget_recent-posts
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- db_upgraded
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Good news, no errors were detected
SRP 0% 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
- 2× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/kanban-gravity-forms/templates/inc/choose-board.php
- > /wp-content/plugins/kanban-gravity-forms/templates/inc/choose-form.php
- 5× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Warning
"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in wp-content/plugins/kanban-gravity-forms/kanban-gravity-forms.php on line 553
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/kanban-gravity-forms/templates/admin-page.php:10
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/kanban-gravity-forms/templates/inc/map-fields.php:6
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/kanban-gravity-forms/templates/inc/map-fields.php on line 1
- > PHP Notice
Undefined variable: form in wp-content/plugins/kanban-gravity-forms/templates/inc/map-fields.php on line 1
- > PHP Warning
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
4 plugin tags: integration, adapter, kanban, gravity forms
kanban-gravity-forms/kanban-gravity-forms.php 85% from 13 tests
The main PHP script in "Kanban + Gravity Forms" version 0.0.7 is automatically included on every request by WordPress
You should first fix the following items:
- Text Domain: The text domain is optional since WordPress version 4.6; if you do specify it, it must be the same as the plugin slug
- 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
There were no executable files found in this plugin681 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 293 | 85 | 681 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.78 |
Average class complexity | 80.00 |
▷ Minimum class complexity | 80.00 |
▷ Maximum class complexity | 80.00 |
Average method complexity | 8.18 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 36.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 11 | |
▷ Static methods | 11 | 100.00% |
▷ Public methods | 11 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 1 | |
▷ Named functions | 1 | 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
No PNG images were found in this plugin