Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Install script ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼1.97ms] Passed 4 tests
A check of server-side resources used by BCloud Elementor Form Extender - Add/Edit Post Types From Frontend | Adds Range & Calculated Fields
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 40.90 ▲0.12 |
Dashboard /wp-admin | 3.31 ▲0.01 | 44.40 ▲0.76 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 48.43 ▲1.10 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 84.36 ▼9.87 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 36.61 ▲3.48 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 11 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-posts |
Browser metrics Passed 4 tests
A check of browser resources used by BCloud Elementor Form Extender - Add/Edit Post Types From Frontend | Adds Range & Calculated Fields
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,818 ▲83 | 13.57 ▼1.10 | 1.88 ▼0.09 | 43.49 ▼4.35 |
Dashboard /wp-admin | 2,224 ▲39 | 4.86 ▼0.10 | 109.50 ▲5.58 | 42.28 ▼1.00 |
Posts /wp-admin/edit.php | 2,106 ▲35 | 2.03 ▲0.02 | 41.45 ▲5.22 | 34.87 ▼2.51 |
Add New Post /wp-admin/post-new.php | 1,527 ▼6 | 17.92 ▼5.28 | 637.75 ▼19.99 | 52.61 ▼4.52 |
Media Library /wp-admin/upload.php | 1,409 ▲21 | 4.21 ▼0.01 | 98.58 ▲4.40 | 43.88 ▲2.30 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- This plugin does not fully uninstall, leaving 6 options in the database
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- widget_recent-posts
- theysaidso_admin_options
- widget_theysaidso_widget
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
Good news, no errors were detected
SRP 50% 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 items
- 3× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Class 'ElementorPro\\Modules\\Forms\\Classes\\Action_Base' not found in wp-content/plugins/bcloud-elementor-form-extender/classes/class-bcloud-custom-post-form-action.php:7
- > PHP Fatal error
Uncaught Error: Class 'ElementorPro\\Modules\\Forms\\Fields\\Field_Base' not found in wp-content/plugins/bcloud-elementor-form-extender/classes/class-bcloud-form-calculator-field.php:7
- > PHP Fatal error
Uncaught Error: Class 'ElementorPro\\Modules\\Forms\\Fields\\Field_Base' not found in wp-content/plugins/bcloud-elementor-form-extender/classes/class-bcloud-form-range-field.php:7
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser errors were detected
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
5 plugin tags: elementor, edit, calculator, range, form
bcloud-elementor-form-extender/bcloud-elementor-extender.php 85% from 13 tests
The main file in "BCloud Elementor Form Extender - Add/Edit Post Types From Frontend | Adds Range & Calculated Fields" v. 1.2.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please make the necessary changes and fix the following:
- 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 ("bcloud-elementor-form-extender.php" instead of "bcloud-elementor-extender.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
Everything looks great! No dangerous files found in this plugin903 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 131 | 264 | 664 |
JavaScript | 4 | 20 | 3 | 210 |
CSS | 2 | 2 | 0 | 29 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.28 |
Average class complexity | 14.50 |
▷ Minimum class complexity | 8.00 |
▷ Maximum class complexity | 20.00 |
Average method complexity | 2.27 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 19.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 1 | 25.00% |
Methods | 28 | |
▷ Static methods | 1 | 3.57% |
▷ Public methods | 28 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 4 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 4 | 100.00% |
Constants | 4 | |
▷ Global constants | 1 | 25.00% |
▷ Class constants | 3 | 75.00% |
▷ Public constants | 3 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
There were not PNG files found in your plugin