Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Installer ran successfully
Server metrics [RAM: ▲1.56MB] [CPU: ▲4.44ms] Passed 4 tests
An overview of server-side resources used by Wezido - Elementor Addon Based on Easy Digital Downloads
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 5.04 ▲1.58 | 46.54 ▲9.36 |
Dashboard /wp-admin | 4.87 ▲1.56 | 56.28 ▲6.54 |
Posts /wp-admin/edit.php | 4.92 ▲1.56 | 61.35 ▲14.41 |
Add New Post /wp-admin/post-new.php | 7.47 ▲1.58 | 93.64 ▼12.56 |
Media Library /wp-admin/upload.php | 4.79 ▲1.56 | 53.44 ▲21.30 |
Server storage [IO: ▲4.55MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 200 new files
Database: no new tables, 7 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
db_upgraded |
can_compress_scripts |
wezido_options |
Browser metrics Passed 4 tests
A check of browser resources used by Wezido - Elementor Addon Based on Easy Digital Downloads
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,004 ▲258 | 13.65 ▼0.71 | 14.49 ▲12.68 | 40.87 ▲1.68 |
Dashboard /wp-admin | 2,269 ▲87 | 5.83 ▲0.03 | 105.11 ▲2.32 | 41.10 ▼2.83 |
Posts /wp-admin/edit.php | 2,154 ▲62 | 2.03 ▼0.01 | 36.49 ▼2.47 | 34.44 ▼0.17 |
Add New Post /wp-admin/post-new.php | 1,580 ▲66 | 23.45 ▲5.76 | 676.79 ▲2.27 | 54.52 ▲0.79 |
Media Library /wp-admin/upload.php | 1,457 ▲69 | 4.24 ▲0.05 | 101.90 ▼7.99 | 43.05 ▼4.54 |
Widgets /wp-admin/admin.php?page=wezido#tab=widgets | 1,421 | 3.72 | 54.01 | 71.46 |
Welcome /wp-admin/admin.php?page=wezido#tab=welcome | 1,404 | 3.33 | 53.17 | 72.51 |
Scripts /wp-admin/admin.php?page=wezido#tab=scripts | 1,424 | 3.67 | 50.07 | 72.02 |
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
It is recommended to fix the following
- This plugin did not uninstall successfully, leaving 7 options in the database
- widget_theysaidso_widget
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- theysaidso_admin_options
- wezido_options
- 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 no errors were found, this is by no means an exhaustive test
SRP 0% 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
Almost there! Just fix the following items
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/wezido-elementor-addon-based-on-easy-digital-downloads/public/partials/wezido-public-display.php
- 2× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Class 'CSF_Fields' not found in wp-content/plugins/wezido-elementor-addon-based-on-easy-digital-downloads/admin/partials/wezido-extend-fields.php:12
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/wezido-elementor-addon-based-on-easy-digital-downloads/elementor-widgets/class-wezido-elementor-widgets.php:220
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
7 plugin tags: elementor addon, wordpress page builder, elementor widget, elementor, addons...
wezido-elementor-addon-based-on-easy-digital-downloads/wezido.php 85% from 13 tests
This is the main PHP file of "Wezido - Elementor Addon Based on Easy Digital Downloads" version 1.2, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
It is important to fix the following:
- Main file name: Name the main plugin file the same as the plugin slug ("wezido-elementor-addon-based-on-easy-digital-downloads.php" instead of "wezido.php")
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
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
Success! There were no dangerous files found in this plugin38,745 lines of code in 172 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 113 | 4,413 | 3,052 | 18,587 |
PO File | 20 | 3,037 | 3,414 | 6,180 |
CSS | 8 | 287 | 519 | 5,082 |
Sass | 15 | 953 | 3 | 4,817 |
JavaScript | 14 | 1,299 | 432 | 4,077 |
SVG | 2 | 0 | 0 | 2 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.53 |
Average class complexity | 20.13 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 152.00 |
Average method complexity | 5.10 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 57.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 83 | |
▷ Abstract classes | 2 | 2.41% |
▷ Concrete classes | 81 | 97.59% |
▷ Final classes | 0 | 0.00% |
Methods | 387 | |
▷ Static methods | 43 | 11.11% |
▷ Public methods | 340 | 87.86% |
▷ Protected methods | 40 | 10.34% |
▷ Private methods | 7 | 1.81% |
Functions | 32 | |
▷ Named functions | 31 | 96.88% |
▷ Anonymous functions | 1 | 3.12% |
Constants | 1 | |
▷ Global constants | 1 | 100.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
1 compressed PNG file occupies 0.00MB
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
admin/vendor/codestar-framework/assets/images/checkerboard.png | 2.29KB | 2.54KB | 0.00% |