Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The following installer errors require your attention
- Install procedure validation failed for this plugin
- > Warning in wp-includes/class-wp-hook.php+310
call_user_func_array() expects parameter 1 to be a valid callback, function 'activate_multi_step_forms_free' not found or invalid function name
Server metrics [RAM: ▼0.60MB] [CPU: ▼19.47ms] Passed 4 tests
Server-side resources used by Multi-step Forms FREE (for Elementor)
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.08 | 40.66 ▼7.48 |
Dashboard /wp-admin | 3.38 ▲0.07 | 46.98 ▼3.18 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 43.63 ▼2.12 |
Add New Post /wp-admin/post-new.php | 3.25 ▼2.63 | 43.80 ▼65.08 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 33.08 ▼1.43 |
Server storage [IO: ▲0.52MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 31 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
db_upgraded |
Browser metrics Passed 4 tests
Multi-step Forms FREE (for Elementor): an overview of browser usage
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,912 ▲166 | 13.76 ▼0.51 | 8.01 ▲5.90 | 38.45 ▼7.93 |
Dashboard /wp-admin | 2,204 ▲16 | 4.88 ▼0.98 | 116.56 ▲8.73 | 45.33 ▼1.89 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.01 ▲0.00 | 43.02 ▼1.57 | 35.05 ▼0.64 |
Add New Post /wp-admin/post-new.php | 1,532 ▼1 | 23.00 ▼0.12 | 818.13 ▲139.89 | 70.54 ▼6.42 |
Media Library /wp-admin/upload.php | 1,392 ▲7 | 4.12 ▼0.01 | 107.71 ▼20.64 | 57.74 ▲7.64 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
These items require your attention
- This plugin cannot be uninstalled
- > Warning in wp-includes/class-wp-hook.php+310
call_user_func_array() expects parameter 1 to be a valid callback, function 'deactivate_multi_step_forms_free' not found or invalid function name
- Zombie WordPress options detected upon uninstall: 6 options
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Everything seems fine, however this is by no means an exhaustive test
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 fix the following
- 2× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/multi-step-forms-free-for-elementor/public/partials/multi-step-forms-free-public-display.php
- > /wp-content/plugins/multi-step-forms-free-for-elementor/admin/partials/multi-step-forms-free-admin-display.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration 87% from 29 tests
readme.txt 88% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
These attributes need your attention:
- Screenshots: Please add an image for screenshot #1 (View of the Multi-step Forms FREE (for Elementor) widget in action.)
- Tags: Too many tags (19 tag instead of maximum 10); only the first 5 tags are used in your directory listing
multi-step-forms-free-for-elementor/multi-step-forms-free.php 85% from 13 tests
"Multi-step Forms FREE (for Elementor)" version 1.2.4's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
The following require your attention:
- Text Domain: If you choose to specify the text domain, it must be the same as the plugin slug; optional since WordPress version 4.6
- Main file name: Name the main plugin file the same as the plugin slug ("multi-step-forms-free-for-elementor.php" instead of "multi-step-forms-free.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
There were no executable files found in this plugin3,597 lines of code in 24 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 13 | 435 | 664 | 2,237 |
JavaScript | 8 | 455 | 466 | 1,354 |
CSS | 3 | 6 | 21 | 6 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.21 |
Average class complexity | 9.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 62.00 |
Average method complexity | 2.88 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 57.00 |
Code structure | ||
---|---|---|
Namespaces | 2 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 8 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 8 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 34 | |
▷ Static methods | 2 | 5.88% |
▷ Public methods | 25 | 73.53% |
▷ Protected methods | 3 | 8.82% |
▷ Private methods | 6 | 17.65% |
Functions | 6 | |
▷ Named functions | 3 | 50.00% |
▷ Anonymous functions | 3 | 50.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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
1 PNG file occupies 0.31MB with 0.21MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/screenshot-1.png | 318.43KB | 98.94KB | ▼ 68.93% |