Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.06MB] [CPU: ▼10.66ms] Passed 4 tests
This is a short check of server-side resources used by Multi SMTP
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.06 | 36.87 ▼7.11 |
Dashboard /wp-admin | 3.37 ▲0.06 | 45.60 ▼3.44 |
Posts /wp-admin/edit.php | 3.42 ▲0.06 | 45.34 ▼5.93 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.06 | 79.91 ▼26.15 |
Media Library /wp-admin/upload.php | 3.29 ▲0.06 | 36.63 ▲0.72 |
Multi SMTP /wp-admin/options-general.php?page=multiSMTP-admin | 3.26 | 32.59 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 4 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for Multi SMTP
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.68 ▼0.76 | 1.74 ▼0.11 | 41.10 ▼2.61 |
Dashboard /wp-admin | 2,213 ▲25 | 4.87 ▼0.95 | 103.90 ▼1.45 | 39.31 ▼2.09 |
Posts /wp-admin/edit.php | 2,096 ▲7 | 2.01 ▼0.01 | 39.29 ▼1.24 | 32.27 ▼4.52 |
Add New Post /wp-admin/post-new.php | 1,537 ▲23 | 23.27 ▲5.73 | 638.48 ▲11.72 | 60.83 ▲13.43 |
Media Library /wp-admin/upload.php | 1,395 ▲7 | 4.20 ▼0.06 | 98.75 ▼11.26 | 42.96 ▼1.43 |
Multi SMTP /wp-admin/options-general.php?page=multiSMTP-admin | 887 | 2.03 | 22.03 | 29.60 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_theysaidso_widget
- widget_recent-comments
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
- db_upgraded
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP Passed 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
No output text or server-side errors detected on direct access of PHP files
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 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
These attributes need your attention:
- Plugin Name: You should set the name of your plugin on the first line (
=== multi-smtp ===
)
multi-smtp/multi-smtp.php Passed 13 tests
The principal PHP file in "Multi SMTP" v. 0.1 is loaded by WordPress automatically on each request
120 characters long description:
This plugin will configure wp_mail to use SMTP for sending your email. You can add multiple SMTP servers to cycle emails
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
Everything looks great! No dangerous files found in this plugin244 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 46 | 46 | 235 |
Markdown | 1 | 4 | 0 | 9 |
PHP code Passed 2 tests
An short overview of 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.26 |
Average class complexity | 26.00 |
▷ Minimum class complexity | 26.00 |
▷ Maximum class complexity | 26.00 |
Average method complexity | 3.10 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 8.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 11 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 11 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 2 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 2 | 100.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There are no PNG files in this plugin