Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Installer ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼3.79ms] Passed 4 tests
This is a short check of server-side resources used by Integration of BenchmarkEmail CRM For Elementor Pro Form
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 34.30 ▼7.62 |
Dashboard /wp-admin | 3.31 ▲0.00 | 46.12 ▼9.85 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 50.37 ▲5.64 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 91.08 ▲4.79 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 32.41 ▼2.49 |
BenchmarkEmail CRM /wp-admin/admin.php?page=benchmarkemail-elementor-integration | 3.00 | 24.74 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 6 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Integration of BenchmarkEmail CRM For Elementor Pro Form
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲65 | 13.23 ▼1.44 | 4.59 ▲2.84 | 40.26 ▼1.36 |
Dashboard /wp-admin | 2,200 ▲12 | 4.89 ▼0.96 | 99.47 ▼5.59 | 38.88 ▼4.34 |
Posts /wp-admin/edit.php | 2,086 ▼3 | 2.06 ▲0.00 | 39.29 ▲3.67 | 34.53 ▼1.15 |
Add New Post /wp-admin/post-new.php | 1,519 ▼14 | 23.06 ▼0.22 | 591.98 ▼93.38 | 52.24 ▲2.62 |
Media Library /wp-admin/upload.php | 1,391 ▼0 | 4.25 ▲0.01 | 92.92 ▼1.92 | 43.18 ▼4.13 |
BenchmarkEmail CRM /wp-admin/admin.php?page=benchmarkemail-elementor-integration | 28 | 0.44 | 0.07 | 4.12 |
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
Please fix the following items
- The uninstall procedure has failed, leaving 6 options in the database
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 50% 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)
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 trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function settings_fields() in wp-content/plugins/integrate-benchmarkemail-crm-elementor/app/option-page.php:21
- > PHP Fatal error
Uncaught Error: Class 'ElementorPro\\Modules\\Forms\\Classes\\Action_Base' not found in wp-content/plugins/integrate-benchmarkemail-crm-elementor/app/class-action.php:13
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Please fix the following user-side errors
- > GET request to /wp-admin/admin.php?page=benchmarkemail-elementor-integration
- > Network (severe)
wp-admin/admin.php?page=benchmarkemail-elementor-integration - Failed to load resource: the server responded with a status of 403 (Forbidden)
Optimizations
Plugin configuration 90% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
6 plugin tags: benchmark email, elementor benchmark email, benchmarkemail crm, benchmarkemail elementor, elementor form crm...
integrate-benchmarkemail-crm-elementor/elementor-benchmarkemail-addon.php 77% from 13 tests
Analyzing the main PHP file in "Integration of BenchmarkEmail CRM For Elementor Pro Form" version 1.0.0
Please take the time to fix the following:
- Text Domain: You no longer need to specify the text domain since WordPress 4.6; it must be the same as the plugin slug
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("integrate-benchmarkemail-crm-elementor.php" instead of "elementor-benchmarkemail-addon.php")
- Description: Keep the plugin description shorter than 140 characters (currently 144 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
No dangerous file extensions were detected501 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 69 | 158 | 354 |
JavaScript | 1 | 15 | 2 | 147 |
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.33 |
Average class complexity | 17.00 |
▷ Minimum class complexity | 4.00 |
▷ Maximum class complexity | 30.00 |
Average method complexity | 2.60 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 11.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 20 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 20 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 2 | |
▷ Named functions | 1 | 50.00% |
▷ Anonymous functions | 1 | 50.00% |
Constants | 2 | |
▷ Global constants | 2 | 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
There were not PNG files found in your plugin