Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▼0.01MB] [CPU: ▼7.91ms] Passed 4 tests
Analyzing server-side resources used by Automizy / Elementor Integration
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.00 | 40.76 ▼1.97 |
Dashboard /wp-admin | 3.35 ▼0.04 | 50.63 ▼23.04 |
Posts /wp-admin/edit.php | 3.40 ▲0.00 | 49.74 ▼1.96 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.00 | 94.26 ▼4.45 |
Media Library /wp-admin/upload.php | 3.27 ▲0.00 | 36.09 ▼2.19 |
Elementor - Automizy Integration /wp-admin/admin.php?page=automizy-elementor-integration | 3.04 | 26.50 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
No storage issues were detected
Filesystem: 14 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
Automizy / Elementor Integration: an overview of browser usage
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲3 | 14.72 ▲0.09 | 2.00 ▲0.00 | 46.29 ▲4.25 |
Dashboard /wp-admin | 2,198 ▲30 | 5.61 ▲0.06 | 95.70 ▲3.32 | 41.07 ▲0.25 |
Posts /wp-admin/edit.php | 2,100 ▼3 | 2.00 ▲0.00 | 42.19 ▲6.33 | 38.82 ▲0.53 |
Add New Post /wp-admin/post-new.php | 1,526 ▼0 | 22.98 ▼0.55 | 651.80 ▼38.97 | 54.15 ▲0.72 |
Media Library /wp-admin/upload.php | 1,394 ▼6 | 4.17 ▲0.03 | 99.18 ▼1.38 | 44.25 ▼2.39 |
Elementor - Automizy Integration /wp-admin/admin.php?page=automizy-elementor-integration | 28 | 0.42 | 0.06 | 4.36 |
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
These items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- db_upgraded
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please take a closer look at the following
- 2× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/automizy-elementor-integration/app/option-page.php:8
- > PHP Fatal error
Uncaught Error: Class 'ElementorPro\\Modules\\Forms\\Classes\\Action_Base' not found in wp-content/plugins/automizy-elementor-integration/app/class-action.php:10
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
There are user-side issues you should fix
- > GET request to /wp-admin/admin.php?page=automizy-elementor-integration
- > Network (severe)
wp-admin/admin.php?page=automizy-elementor-integration - Failed to load resource: the server responded with a status of 403 (Forbidden)
Optimizations
Plugin configuration 83% from 29 tests
readme.txt 88% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Attributes that need to be fixed:
- Contributors: The plugin contributors field is not present
- Plugin Name: "Plugin Name" should be replaced with the name of your plugin on the first line (
=== Automizy / Elementor Integration===
)
automizy-elementor-integration/elementor-automizy-addon.php 77% from 13 tests
The entry point to "Automizy / Elementor Integration" version 1.0.1 is a PHP file that has certain tags in its header comment area
You should first fix the following items:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("automizy-elementor-integration.php" instead of "elementor-automizy-addon.php")
- Git Repository: There should be no Git repositories present in your plugin
- 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
Good job! No executable or dangerous file extensions detected653 lines of code in 9 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 67 | 164 | 442 |
JavaScript | 1 | 9 | 1 | 119 |
PO File | 1 | 14 | 15 | 47 |
CSS | 2 | 0 | 2 | 44 |
SVG | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
Average class complexity | 18.50 |
▷ Minimum class complexity | 8.00 |
▷ Maximum class complexity | 29.00 |
Average method complexity | 2.52 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 12.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 | 22 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 22 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 1 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 1 | 100.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
Using a strong compression for your PNG files is a great way to speed-up your plugin
There were not PNG files found in your plugin