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 successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.11MB] [CPU: ▼13.71ms] Passed 4 tests
A check of server-side resources used by Easy Updates Manager
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.60 ▲0.13 | 43.50 ▼3.72 |
Dashboard /wp-admin | 3.43 ▲0.09 | 55.04 ▼34.37 |
Posts /wp-admin/edit.php | 3.54 ▲0.18 | 53.96 ▼2.65 |
Add New Post /wp-admin/post-new.php | 6.01 ▲0.12 | 90.66 ▼14.10 |
Media Library /wp-admin/upload.php | 3.35 ▲0.12 | 38.74 ▼0.43 |
Updates options /wp-admin/index.php?page=mpsum-update-options | 3.41 | 41.11 |
Server storage [IO: ▲2.13MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 118 new files
Database: 1 new table, 8 new options
New tables |
---|
wp_eum_logs |
New WordPress options |
---|
mpsum_log_table_version |
db_upgraded |
MPSUM |
widget_recent-comments |
theysaidso_admin_options |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for Easy Updates Manager
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,895 ▲134 | 14.25 ▼0.03 | 1.95 ▼0.26 | 44.31 ▼1.02 |
Dashboard /wp-admin | 2,263 ▲83 | 5.59 ▼0.06 | 92.47 ▼7.42 | 66.41 ▲19.68 |
Posts /wp-admin/edit.php | 2,130 ▲30 | 2.00 ▼0.01 | 39.01 ▼0.70 | 33.08 ▼2.91 |
Add New Post /wp-admin/post-new.php | 1,561 ▲32 | 18.22 ▼4.91 | 612.90 ▲6.77 | 59.72 ▲10.51 |
Media Library /wp-admin/upload.php | 1,433 ▲33 | 4.18 ▼0.14 | 100.31 ▲4.23 | 43.02 ▲1.19 |
Updates options /wp-admin/index.php?page=mpsum-update-options | 1,331 | 3.76 | 87.62 | 36.06 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-comments
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
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 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
The following issues need your attention
- 49× PHP files perform the task of outputting text when accessed with GET requests (only 10 are shown):
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/includes/MPSUM_Admin_Themes.php
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/includes/MPSUM_Send_Email_Notifications.php
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/templates/advanced-premium.php
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/templates/admin-tab-logs.php
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/includes/MPSUM_Check_Plugin_Install_Status.php
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/includes/MPSUM_Force_Updates.php
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/main.php
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/includes/MPSUM_Constant_Checks.php
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/includes/MPSUM_Themes_List_Table.php
- > /wp-content/plugins/stops-core-theme-and-plugin-updates/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
Attributes that require attention:
- Tags: Please reduce the number of tags, currently 11 tag instead of maximum 10
stops-core-theme-and-plugin-updates/main.php 85% from 13 tests
The entry point to "Easy Updates Manager" version 9.0.17 is a PHP file that has certain tags in its header comment area
Please make the necessary changes and fix the following:
- Main file name: Name the main plugin file the same as the plugin slug ("stops-core-theme-and-plugin-updates.php" instead of "main.php")
- Description: Please keep the plugin description shorter than 140 characters (currently 148 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Everything looks great! No dangerous files found in this plugin30,741 lines of code in 98 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 10 | 4,370 | 3,329 | 18,402 |
PHP | 73 | 2,041 | 5,052 | 9,397 |
CSS | 8 | 484 | 81 | 2,827 |
JSON | 2 | 0 | 0 | 63 |
Markdown | 2 | 9 | 0 | 25 |
XML | 2 | 0 | 12 | 17 |
HTML | 1 | 0 | 0 | 10 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.48 |
Average class complexity | 37.55 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 238.00 |
Average method complexity | 4.49 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 64.00 |
Code structure | ||
---|---|---|
Namespaces | 2 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 53 | |
▷ Abstract classes | 3 | 5.66% |
▷ Concrete classes | 50 | 94.34% |
▷ Final classes | 0 | 0.00% |
Methods | 559 | |
▷ Static methods | 83 | 14.85% |
▷ Public methods | 456 | 81.57% |
▷ Protected methods | 52 | 9.30% |
▷ Private methods | 51 | 9.12% |
Functions | 3 | |
▷ Named functions | 1 | 33.33% |
▷ Anonymous functions | 2 | 66.67% |
Constants | 9 | |
▷ Global constants | 6 | 66.67% |
▷ Class constants | 3 | 33.33% |
▷ 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
14 PNG files occupy 0.08MB with 0.03MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
css/images/ui-icons_444444_256x240.png | 3.19KB | 3.49KB | 0.00% |
images/notices/subscriben.png | 3.63KB | 3.97KB | 0.00% |
images/notices/keyy_logo.png | 2.25KB | 1.19KB | ▼ 47.19% |
images/ratings.png | 14.43KB | 3.88KB | ▼ 73.12% |
images/notices/eum_logo.png | 5.45KB | 3.42KB | ▼ 37.22% |