Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.01MB] [CPU: ▼2.39ms] Passed 4 tests
Analyzing server-side resources used by Creative Addons for Elementor
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 39.57 ▼2.98 |
Dashboard /wp-admin | 3.31 ▲0.01 | 48.74 ▼4.58 |
Posts /wp-admin/edit.php | 3.36 ▲0.01 | 51.19 ▼0.07 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.01 | 95.27 ▼1.94 |
Media Library /wp-admin/upload.php | 3.23 ▲0.01 | 36.66 ▲1.08 |
Server storage [IO: ▲9.41MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 222 new files
Database: no new tables, 8 new options
New WordPress options |
---|
crel_version_first |
theysaidso_admin_options |
db_upgraded |
crel_version |
widget_theysaidso_widget |
widget_recent-posts |
can_compress_scripts |
widget_recent-comments |
Browser metrics Passed 4 tests
A check of browser resources used by Creative Addons for Elementor
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,827 ▲81 | 14.18 ▼0.20 | 1.90 ▲0.30 | 39.71 ▲0.69 |
Dashboard /wp-admin | 2,208 ▲36 | 5.58 ▼0.14 | 91.85 ▼32.58 | 38.64 ▼9.06 |
Posts /wp-admin/edit.php | 2,113 ▲13 | 2.05 ▲0.02 | 40.25 ▼0.37 | 36.78 ▼0.24 |
Add New Post /wp-admin/post-new.php | 1,534 ▼2 | 23.48 ▲5.37 | 677.24 ▲63.16 | 53.77 ▼8.62 |
Media Library /wp-admin/upload.php | 1,413 ▲13 | 4.17 ▲0.00 | 98.79 ▼3.49 | 44.44 ▼1.96 |
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: 6 options
- widget_recent-posts
- can_compress_scripts
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected
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 fix the following items
- 2× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_filter() in wp-content/plugins/creative-addons-for-elementor/includes/system/plugin-links.php:22
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/creative-addons-for-elementor/includes/system/plugin-setup.php:23
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
10 plugin tags: builder, articles, documents, elementor addons, elementor widgets...
creative-addons-for-elementor/creative-addons-for-elementor.php 85% from 13 tests
The principal PHP file in "Creative Addons for Elementor" v. 1.5.8 is loaded by WordPress automatically on each request
You should first fix the following items:
- Domain Path: The domain path should use only dashes and lowercase characters ("languages")
- Domain Path: The domain path should be prefixed with a forward slash character ("/languages")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Everything looks great! No dangerous files found in this plugin41,949 lines of code in 103 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 44 | 4,379 | 3,841 | 25,618 |
CSS | 36 | 1,676 | 487 | 11,007 |
SVG | 3 | 0 | 0 | 2,767 |
JavaScript | 19 | 812 | 233 | 2,439 |
XML | 1 | 0 | 0 | 118 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.35 |
Average class complexity | 30.75 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 194.00 |
Average method complexity | 3.51 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 31.00 |
Code structure | ||
---|---|---|
Namespaces | 9 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 40 | |
▷ Abstract classes | 1 | 2.50% |
▷ Concrete classes | 39 | 97.50% |
▷ Final classes | 1 | 2.56% |
Methods | 475 | |
▷ Static methods | 147 | 30.95% |
▷ Public methods | 266 | 56.00% |
▷ Protected methods | 152 | 32.00% |
▷ Private methods | 57 | 12.00% |
Functions | 13 | |
▷ Named functions | 10 | 76.92% |
▷ Anonymous functions | 3 | 23.08% |
Constants | 42 | |
▷ Global constants | 11 | 26.19% |
▷ Class constants | 31 | 73.81% |
▷ Public constants | 31 | 100.00% |
Plugin size 50% from 2 tests
Image compression 50% from 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
54 PNG files occupy 1.51MB with 0.74MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/images/presets/advanced-heading/advanced-heading-black-design-4.png | 12.37KB | 8.18KB | ▼ 33.87% |
assets/images/presets/kb-categories/kb-categories-design-7.png | 21.99KB | 9.64KB | ▼ 56.15% |
assets/images/presets/advanced-heading/advanced-heading-black-design-9.png | 30.54KB | 14.70KB | ▼ 51.87% |
assets/images/presets/advanced-heading/advanced-heading-black-design-3.png | 13.27KB | 8.50KB | ▼ 35.97% |
assets/images/presets/notification-box/notification-box-design-6.png | 53.64KB | 16.80KB | ▼ 68.68% |