Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▼0.00MB] [CPU: ▼8.94ms] Passed 4 tests
Analyzing server-side resources used by Qanva Powertools for Elementor
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 40.56 ▼5.52 |
Dashboard /wp-admin | 3.31 ▼0.03 | 53.17 ▼9.93 |
Posts /wp-admin/edit.php | 3.36 ▲0.01 | 46.73 ▼3.91 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.01 | 86.46 ▼16.38 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 36.32 ▼2.67 |
Server storage [IO: ▲0.99MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 30 new files
Database: no new tables, 9 new options
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
qanva_buttons_for_elementor_fontaw |
theysaidso_admin_options |
widget_recent-comments |
can_compress_scripts |
qanva_buttons_for_elementor_font |
qanva_buttons_for_elementor |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Qanva Powertools for Elementor
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,818 ▲72 | 13.58 ▼1.01 | 1.74 ▼0.24 | 43.45 ▲2.72 |
Dashboard /wp-admin | 2,227 ▲39 | 5.87 ▲0.06 | 112.33 ▲1.14 | 44.26 ▲1.59 |
Posts /wp-admin/edit.php | 2,106 ▲20 | 2.02 ▲0.01 | 34.89 ▼0.97 | 35.77 ▲3.86 |
Add New Post /wp-admin/post-new.php | 1,550 ▲36 | 23.27 ▲5.58 | 678.97 ▼42.24 | 74.12 ▲17.36 |
Media Library /wp-admin/upload.php | 1,406 ▲21 | 4.22 ▼0.03 | 98.92 ▼8.31 | 43.85 ▼1.78 |
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
You still need to fix the following
- This plugin does not fully uninstall, leaving 9 options in the database
- qanva_buttons_for_elementor_fontaw
- db_upgraded
- qanva_buttons_for_elementor
- qanva_buttons_for_elementor_font
- widget_theysaidso_widget
- widget_recent-posts
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
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
The following issues need your attention
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_enqueue_style() in wp-content/plugins/qanva-powertools-for-elementor/settings.php:2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Please fix the following attributes:
- Requires php: Version not formatted correctly
qanva-powertools-for-elementor/qanva-powertools-for-elementor.php 85% from 13 tests
The primary PHP file in "Qanva Powertools for Elementor" version 2.2.2 is used by WordPress to initiate all plugin functionality
Please take the time to fix the following:
- Domain Path: The domain path should use only dashes and lowercase characters ("languages")
- Domain Path: The domain path must begin 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 plugin2,148 lines of code in 18 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PO File | 6 | 661 | 1,312 | 851 |
PHP | 3 | 88 | 36 | 715 |
JavaScript | 4 | 40 | 20 | 325 |
CSS | 3 | 6 | 2 | 244 |
SVG | 2 | 0 | 0 | 13 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.35 |
Average class complexity | 24.50 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 47.00 |
Average method complexity | 2.96 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 20.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 1 | 50.00% |
Methods | 24 | |
▷ Static methods | 3 | 12.50% |
▷ Public methods | 24 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 1 | 33.33% |
▷ Class constants | 2 | 66.67% |
▷ Public constants | 2 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There are no PNG files in this plugin