Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.47MB] [CPU: ▼3.06ms] Passed 4 tests
Analyzing server-side resources used by Move Addons for Elementor
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.85 ▲0.38 | 39.06 ▲3.60 |
Dashboard /wp-admin | 3.84 ▲0.53 | 47.06 ▼0.93 |
Posts /wp-admin/edit.php | 3.89 ▲0.53 | 47.66 ▼3.00 |
Add New Post /wp-admin/post-new.php | 6.38 ▲0.49 | 82.69 ▼6.95 |
Media Library /wp-admin/upload.php | 3.70 ▲0.47 | 37.22 ▼1.36 |
Server storage [IO: ▲6.23MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 165 new files
Database: no new tables, 8 new options
New WordPress options |
---|
MOVE_ADDONS_VERSION |
widget_recent-posts |
theysaidso_admin_options |
move_installed |
can_compress_scripts |
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for Move Addons for Elementor
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,854 ▲108 | 14.36 ▲0.01 | 1.59 ▲0.10 | 40.98 ▲1.94 |
Dashboard /wp-admin | 2,254 ▲76 | 5.53 ▼0.19 | 84.90 ▼22.57 | 75.64 ▲30.76 |
Posts /wp-admin/edit.php | 2,162 ▲62 | 1.99 ▼0.02 | 39.43 ▼2.76 | 36.25 ▲1.37 |
Add New Post /wp-admin/post-new.php | 1,609 ▲80 | 23.90 ▲0.61 | 799.39 ▲156.30 | 57.78 ▲2.59 |
Media Library /wp-admin/upload.php | 1,459 ▲59 | 4.19 ▲0.02 | 97.65 ▲3.57 | 65.43 ▲24.08 |
User Data /wp-admin/admin.php?page=move-elementor#userdata | 3,101 | 1.95 | 41.65 | 84.13 |
Pro Widgets /wp-admin/admin.php?page=move-elementor#prowidget | 3,129 | 1.81 | 36.65 | 51.16 |
Go Pro /wp-admin/admin.php?page=move-elementor#gopro | 3,070 | 1.98 | 35.24 | 39.38 |
Welcome /wp-admin/admin.php?page=move-elementor#welcome | 3,060 | 1.99 | 37.80 | 41.89 |
Modules /wp-admin/admin.php?page=move-elementor#modules | 3,104 | 1.86 | 36.37 | 44.38 |
Widgets /wp-admin/admin.php?page=move-elementor#widgets | 3,228 | 1.86 | 38.40 | 47.94 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
Please fix the following items
- Zombie WordPress options were found after uninstall: 8 options
- widget_theysaidso_widget
- widget_recent-posts
- MOVE_ADDONS_VERSION
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- move_installed
Smoke tests 75% 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 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please fix the following items
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Class 'Walker_Nav_Menu' not found in wp-content/plugins/move-addons/classes/menu-walker.php:8
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser errors were detected
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
5 plugin tags: elementor widgets, elementor, elementor page builder, elementor blocks, elementor addons
move-addons/move-addons.php 85% from 13 tests
The main file in "Move Addons for Elementor" v. 1.2.8 serves as a complement to information provided in readme.txt and as the entry point to the plugin
The following require your attention:
- Text Domain: The text domain is optional since WordPress version 4.6; if you do specify it, it must be the same as the plugin slug
- Description: Please don't use more than 140 characters for the plugin description (currently 169 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
No dangerous file extensions were detected56,040 lines of code in 142 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 68 | 4,591 | 887 | 32,521 |
CSS | 52 | 2,065 | 212 | 19,524 |
JavaScript | 21 | 425 | 387 | 2,170 |
SVG | 1 | 0 | 0 | 1,825 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.18 |
Average class complexity | 13.70 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 42.00 |
Average method complexity | 2.73 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 29.00 |
Code structure | ||
---|---|---|
Namespaces | 2 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 57 | |
▷ Abstract classes | 1 | 1.75% |
▷ Concrete classes | 56 | 98.25% |
▷ Final classes | 1 | 1.79% |
Methods | 409 | |
▷ Static methods | 9 | 2.20% |
▷ Public methods | 317 | 77.51% |
▷ Protected methods | 90 | 22.00% |
▷ Private methods | 2 | 0.49% |
Functions | 30 | |
▷ Named functions | 27 | 90.00% |
▷ Anonymous functions | 3 | 10.00% |
Constants | 10 | |
▷ Global constants | 6 | 60.00% |
▷ Class constants | 4 | 40.00% |
▷ Public constants | 4 | 100.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
6 PNG files occupy 0.02MB with 0.01MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/images/brand.png | 2.64KB | 0.81KB | ▼ 69.42% |
assets/admin/images/menu_icon.png | 14.48KB | 0.48KB | ▼ 96.70% |
assets/admin/images/logo/logo.png | 2.64KB | 0.81KB | ▼ 69.42% |
assets/admin/images/logo/logo-icon-light.png | 0.59KB | 0.38KB | ▼ 35.49% |
assets/images/sort_both.png | 0.20KB | 0.29KB | 0.00% |