Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Install script ran successfully
Server metrics [RAM: ▼0.00MB] [CPU: ▼6.29ms] Passed 4 tests
Server-side resources used by Void Elementor WHMCS Elements For Elementor Page Builder
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 41.96 ▲4.17 |
Dashboard /wp-admin | 3.32 ▼0.03 | 51.71 ▼13.21 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 51.12 ▲0.56 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 94.40 ▼16.69 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 40.78 ▲6.41 |
WHMCS Elements /wp-admin/admin.php?page=void_whmcs_page | 3.22 | 213.44 |
Go Pro /wp-admin/admin.php?page=void_whcms_pro | 3.20 | 42.23 |
Server storage [IO: ▲0.57MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 20 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
widget_theysaidso_widget |
void_ewhmcse_elementor_activation_time |
theysaidso_admin_options |
db_upgraded |
can_compress_scripts |
widget_recent-posts |
Browser metrics Passed 4 tests
Void Elementor WHMCS Elements For Elementor Page Builder: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,849 ▲88 | 14.72 ▲0.37 | 2.09 ▼0.01 | 38.44 ▼0.72 |
Dashboard /wp-admin | 2,230 ▲53 | 5.60 ▼0.08 | 88.60 ▼2.43 | 43.31 ▼1.59 |
Posts /wp-admin/edit.php | 2,133 ▲30 | 1.98 ▼0.02 | 35.34 ▼0.18 | 34.82 ▲0.37 |
Add New Post /wp-admin/post-new.php | 1,555 ▲27 | 23.01 ▲0.32 | 591.52 ▼12.99 | 52.29 ▲3.96 |
Media Library /wp-admin/upload.php | 1,436 ▲33 | 4.24 ▲0.01 | 100.01 ▲1.86 | 43.29 ▼3.18 |
WHMCS Elements /wp-admin/admin.php?page=void_whmcs_page | 3,929 | 22.42 | 603.70 | 185.08 |
Go Pro /wp-admin/admin.php?page=void_whcms_pro | 1,063 | 2.00 | 24.07 | 44.13 |
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
- This plugin did not uninstall successfully, leaving 7 options in the database
- db_upgraded
- widget_theysaidso_widget
- void_ewhmcse_elementor_activation_time
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though no errors were found, this is by no means 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
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/void-elementor-whmcs-elements/helper/helper.php:56
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
These are user-side errors you should fix
- > GET request to /wp-admin/admin.php?page=void_whmcs_page
- > Other (warning) in unknown
/wp-admin/admin.php?page=void_whmcs_page 149 Unrecognized feature: 'web-share'.
Optimizations
Plugin configuration 87% from 29 tests
readme.txt 88% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
These attributes need your attention:
- Tags: Too many tags (12 tag instead of maximum 10); only the first 5 tags are used in your directory listing
- Screenshots: No descriptions were found for these screenshots #4, #5, #6 in void-elementor-whmcs-elements/assets to your readme.txt
void-elementor-whmcs-elements/void-elementor-whmcs-elements.php 85% from 13 tests
This is the main PHP file of "Void Elementor WHMCS Elements For Elementor Page Builder" version 2.0, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
Please make the necessary changes and fix the following:
- Text Domain: The text domain name must use dashes instead of underscores, and it must be lowercase
- Description: Keep the plugin description shorter than 140 characters (currently 168 characters long)
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
Everything looks great! No dangerous files found in this plugin1,867 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 7 | 222 | 150 | 1,129 |
CSS | 2 | 81 | 15 | 703 |
JavaScript | 1 | 10 | 5 | 35 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
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 | 8.50 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 26.00 |
Average method complexity | 2.11 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 26.00 |
Code structure | ||
---|---|---|
Namespaces | 2 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 28 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 16 | 57.14% |
▷ Protected methods | 9 | 32.14% |
▷ Private methods | 3 | 10.71% |
Functions | 18 | |
▷ Named functions | 16 | 88.89% |
▷ Anonymous functions | 2 | 11.11% |
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
PNG files should be compressed to save space and minimize bandwidth usage
3 PNG files occupy 0.13MB with 0.08MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/banner-772x250.png | 106.08KB | 36.62KB | ▼ 65.48% |
assets/icon-128x128.png | 11.84KB | 4.37KB | ▼ 63.07% |
assets/WMCHS Thumbnail.png | 19.66KB | 8.31KB | ▼ 57.73% |