Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.20MB] [CPU: ▼4.93ms] Passed 4 tests
Server-side resources used by Ultra Addons Lite for Elementor
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.68 ▲0.22 | 38.28 ▼2.01 |
Dashboard /wp-admin | 3.51 ▲0.17 | 45.08 ▼15.86 |
Posts /wp-admin/edit.php | 3.63 ▲0.27 | 52.30 ▲6.79 |
Add New Post /wp-admin/post-new.php | 6.10 ▲0.20 | 90.54 ▼7.05 |
Media Library /wp-admin/upload.php | 3.44 ▲0.20 | 37.29 ▲5.21 |
Server storage [IO: ▲5.41MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 89 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for Ultra Addons Lite for Elementor
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,819 ▲84 | 13.23 ▼1.36 | 1.81 ▲0.10 | 41.35 ▼8.63 |
Dashboard /wp-admin | 2,222 ▲34 | 5.10 ▲0.23 | 110.56 ▲7.56 | 42.30 ▲4.65 |
Posts /wp-admin/edit.php | 2,110 ▲18 | 1.98 ▼0.07 | 41.20 ▲0.99 | 38.11 ▼2.44 |
Add New Post /wp-admin/post-new.php | 1,547 ▲18 | 23.41 ▲5.17 | 620.69 ▼24.69 | 53.87 ▲2.18 |
Media Library /wp-admin/upload.php | 1,401 ▲13 | 4.22 ▲0.00 | 97.72 ▼7.46 | 41.83 ▼4.80 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
These items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
- db_upgraded
- widget_recent-posts
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 everything seems fine, this is not 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
The following issues need your attention
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/ut-elementor-addons-lite/ut-elementor-addons-lite.php
- 2× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function apply_filters() in wp-content/plugins/ut-elementor-addons-lite/includes/queries.php:110
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Base_Data_Control' not found in wp-content/plugins/ut-elementor-addons-lite/controls/fileselect-control.php:10
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser errors were detected
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
6 plugin tags: elementor addons, page-builder, header footer builder, elementor widget, elementor...
ut-elementor-addons-lite/ut-elementor-addons-lite.php 92% from 13 tests
The primary PHP file in "Ultra Addons Lite for Elementor" version 1.1.6 is used by WordPress to initiate all plugin functionality
Please take the time to fix the following:
- Description: Keep the plugin description shorter than 140 characters (currently 145 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
No dangerous file extensions were detected46,430 lines of code in 69 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 34 | 2,278 | 798 | 20,366 |
SVG | 4 | 0 | 0 | 12,217 |
CSS | 15 | 2,389 | 174 | 9,584 |
JavaScript | 16 | 1,149 | 336 | 4,263 |
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.25 |
Average class complexity | 21.76 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 73.00 |
Average method complexity | 4.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 60.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 1 | |
Classes | 32 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 32 | 100.00% |
▷ Final classes | 1 | 3.12% |
Methods | 228 | |
▷ Static methods | 1 | 0.44% |
▷ Public methods | 164 | 71.93% |
▷ Protected methods | 62 | 27.19% |
▷ Private methods | 2 | 0.88% |
Functions | 27 | |
▷ Named functions | 27 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 8 | |
▷ Global constants | 5 | 62.50% |
▷ Class constants | 3 | 37.50% |
▷ Public constants | 3 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
There were not PNG files found in your plugin