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.02MB] [CPU: ▼3.30ms] Passed 4 tests
An overview of server-side resources used by Download Manager Addons for Elementor
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.02 | 49.73 ▲10.26 |
Dashboard /wp-admin | 3.33 ▲0.03 | 46.57 ▼0.36 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 46.93 ▲4.89 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 79.01 ▼16.48 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 31.29 ▼1.25 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 20 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Download Manager Addons for Elementor
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲43 | 14.37 ▼0.19 | 1.64 ▼0.04 | 38.26 ▼1.25 |
Dashboard /wp-admin | 2,192 ▲15 | 5.51 ▼0.16 | 83.75 ▼4.75 | 36.31 ▼8.56 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 1.99 ▼0.12 | 33.65 ▼0.30 | 37.23 ▲1.59 |
Add New Post /wp-admin/post-new.php | 1,526 ▼0 | 23.62 ▼0.03 | 682.77 ▲12.55 | 58.40 ▲2.95 |
Media Library /wp-admin/upload.php | 1,394 ▼3 | 4.22 ▲0.04 | 96.78 ▼2.69 | 43.01 ▲0.23 |
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
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-comments
- theysaidso_admin_options
- db_upgraded
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)
The smoke test was a success, however most plugin functionality was not tested
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please fix the following items
- 14× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/wpdm-elementor/src/widgets/DirectLinkWidget.php:7
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/wpdm-elementor/src/widgets/CategoryWidget.php:7
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/wpdm-elementor/src/widgets/FrontendWidget.php:7
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/wpdm-elementor/src/widgets/PackagesWidget.php:7
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/wpdm-elementor/src/widgets/UserDashboardWidget.php:7
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/wpdm-elementor/src/widgets/UserProfileWidget.php:7
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/wpdm-elementor/src/widgets/AllPackagesWidget.php:7
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/wpdm-elementor/src/widgets/AllPackagesWidget.php:7
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/wpdm-elementor/src/widgets/SearchResultWidget.php:7
- > PHP Fatal error
Uncaught Error: Call to undefined function WPDM\\Elementor\\API\\add_action() in wp-content/plugins/wpdm-elementor/src/api/API.php:21
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
These attributes need to be fixed:
- Donate link: Please fix this invalid url: ""
wpdm-elementor/wpdm-elementor.php Passed 13 tests
The principal PHP file in "Download Manager Addons for Elementor" v. 1.2.4 is loaded by WordPress automatically on each request
37 characters long description:
Download Manger modules for Elementor
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Success! There were no dangerous files found in this plugin1,463 lines of code in 18 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 18 | 382 | 199 | 1,463 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.07 |
Average class complexity | 2.07 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 9.00 |
Average method complexity | 1.14 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 5.00 |
Code structure | ||
---|---|---|
Namespaces | 3 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 14 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 14 | 100.00% |
▷ Final classes | 1 | 7.14% |
Methods | 82 | |
▷ Static methods | 2 | 2.44% |
▷ Public methods | 56 | 68.29% |
▷ Protected methods | 24 | 29.27% |
▷ Private methods | 2 | 2.44% |
Functions | 4 | |
▷ Named functions | 2 | 50.00% |
▷ Anonymous functions | 2 | 50.00% |
Constants | 2 | |
▷ Global constants | 2 | 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
There are no PNG files in this plugin