Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
You still need to fix the following installer errors
- The plugin did not install without errors
- > Deprecated in wp-includes/class-wp-hook.php+310
Non-static method Massive_Elementor::activate() should not be called statically
Server metrics [RAM: ▲0.09MB] [CPU: ▼6.60ms] Passed 4 tests
Server-side resources used by Massive Addons for Elementor
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.56 ▲0.09 | 44.00 ▼4.14 |
Dashboard /wp-admin | 3.41 ▲0.06 | 53.86 ▼12.57 |
Posts /wp-admin/edit.php | 3.52 ▲0.16 | 51.99 ▲1.49 |
Add New Post /wp-admin/post-new.php | 5.99 ▲0.10 | 90.00 ▼10.83 |
Media Library /wp-admin/upload.php | 3.33 ▲0.10 | 39.40 ▲1.16 |
Server storage [IO: ▲1.00MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
No storage issues were detected
Filesystem: 55 new files
Database: no new tables, 22 new options
New WordPress options |
---|
widget_recent-posts |
mae_divider |
mae_google_maps_api |
mae_progress_bar |
mae_content_box |
mae_info_box |
mae_image_hover |
db_upgraded |
mae_accordion |
mae_button |
... |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Massive Addons for Elementor
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,799 ▲38 | 14.34 ▼0.01 | 1.81 ▼0.11 | 42.81 ▼2.22 |
Dashboard /wp-admin | 2,208 ▲34 | 5.59 ▲0.01 | 86.21 ▼14.57 | 43.63 ▲0.86 |
Posts /wp-admin/edit.php | 2,107 ▲7 | 2.08 ▲0.12 | 37.07 ▼1.64 | 36.35 ▼0.38 |
Add New Post /wp-admin/post-new.php | 1,536 ▲8 | 23.70 ▲0.71 | 694.17 ▲0.84 | 54.18 ▼2.35 |
Media Library /wp-admin/upload.php | 1,413 ▲13 | 4.17 ▲0.05 | 101.10 ▼9.94 | 46.69 ▼2.12 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- The plugin did not uninstall gracefully
- > Deprecated in wp-includes/class-wp-hook.php+310
Non-static method Massive_Elementor::deactivate() should not be called statically
- The uninstall procedure has failed, leaving 22 options in the database
- mae_button
- mae_accordion
- mae_animated_box
- mae_content_box
- mae_countdown
- mae_divider
- can_compress_scripts
- mae_video
- widget_theysaidso_widget
- widget_recent-posts
- ...
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
Good news, no errors were detected
SRP 50% 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 trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function settings_fields() in wp-content/plugins/massive-addons-for-elementor/includes/admin-settings.php:2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
5 plugin tags: elementor widget, elementor, addons, elementor addons, page builder addons
massive-addons-for-elementor/massive-addons-for-elementor.php 85% from 13 tests
"Massive Addons for Elementor" version 1.1.1's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
Please take the time to fix the following:
- Text Domain: If you choose to specify the text domain, it must be the same as the plugin slug; optional since WordPress version 4.6
- Domain Path: The domain path points to an invalid folder, "/languages" does not exist
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Success! There were no dangerous files found in this plugin11,511 lines of code in 49 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 17 | 830 | 30 | 6,405 |
CSS | 18 | 302 | 143 | 3,826 |
JavaScript | 14 | 260 | 87 | 1,280 |
PHP code Passed 2 tests
A short 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.18 |
Average class complexity | 10.60 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 64.00 |
Average method complexity | 2.08 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 29.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 15 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 15 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 133 | |
▷ Static methods | 1 | 0.75% |
▷ Public methods | 78 | 58.65% |
▷ Protected methods | 55 | 41.35% |
▷ Private methods | 0 | 0.00% |
Functions | 4 | |
▷ Named functions | 3 | 75.00% |
▷ Anonymous functions | 1 | 25.00% |
Constants | 4 | |
▷ Global constants | 4 | 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.03MB with 0.01MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
widgets/infobox/heart.png | 11.83KB | 4.59KB | ▼ 61.15% |
widgets/video/play.png | 7.62KB | 4.84KB | ▼ 36.50% |
assets/admin/img/mae.png | 8.90KB | 4.77KB | ▼ 46.39% |