Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼4.16ms] Passed 4 tests
A check of server-side resources used by EasyAddons - For Elementor page Builder
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.02 | 39.41 ▼0.45 |
Dashboard /wp-admin | 3.33 ▼0.02 | 43.91 ▼14.84 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 44.08 ▼0.69 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.04 | 93.01 ▼0.12 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 33.13 ▼0.66 |
Server storage [IO: ▲2.04MB] [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: 33 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
EasyAddons - For Elementor page Builder: an overview of browser usage
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,955 ▲209 | 14.64 ▲0.29 | 8.04 ▲6.44 | 48.33 ▲2.44 |
Dashboard /wp-admin | 2,231 ▲51 | 5.37 ▼0.23 | 117.22 ▲30.02 | 72.73 ▲29.69 |
Posts /wp-admin/edit.php | 2,151 ▲51 | 2.52 ▲0.49 | 49.06 ▲13.02 | 34.09 ▲0.39 |
Add New Post /wp-admin/post-new.php | 1,585 ▲59 | 25.13 ▲2.22 | 762.38 ▲79.12 | 37.56 ▼23.58 |
Media Library /wp-admin/upload.php | 1,439 ▲48 | 4.94 ▲0.74 | 109.76 ▲10.63 | 83.81 ▲37.56 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-posts
- theysaidso_admin_options
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please take a closer look at the following
- 4× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/easy-addons/includes/enqueue.php:36
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/easy-addons/includes/widgets-register.php:11
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/easy-addons/includes/settings/settings-elements.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/easy-addons/includes/settings/settings-general.php:8
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
No browser errors were detected
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
7 plugin tags: easy addons, usefuladdons, easyaddons, addons, elementor...
easy-addons/easy-addons.php 92% from 13 tests
The main file in "EasyAddons - For Elementor page Builder" v. 2.2.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please take the time to fix the following:
- Domain Path: The domain path folder does not exist ("/languages")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are not allowed as they can serve as attack vectors
Good job! No executable or dangerous file extensions detected16,880 lines of code in 26 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 4 | 957 | 761 | 6,007 |
CSS | 8 | 482 | 60 | 4,268 |
PHP | 12 | 251 | 115 | 3,933 |
SVG | 2 | 0 | 0 | 2,672 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.10 |
Average class complexity | 7.86 |
▷ Minimum class complexity | 5.00 |
▷ Maximum class complexity | 15.00 |
Average method complexity | 1.59 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 15.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 81 | |
▷ Static methods | 1 | 1.23% |
▷ Public methods | 32 | 39.51% |
▷ Protected methods | 11 | 13.58% |
▷ Private methods | 38 | 46.91% |
Functions | 7 | |
▷ Named functions | 6 | 85.71% |
▷ Anonymous functions | 1 | 14.29% |
Constants | 5 | |
▷ Global constants | 5 | 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 PNG file occupies 0.01MB with 0.00MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/admin/images/ea-logo-icon.png | 9.20KB | 6.32KB | ▼ 31.29% |