Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Installer ran successfully
Server metrics [RAM: ▲0.08MB] [CPU: ▼7.73ms] Passed 4 tests
An overview of server-side resources used by Synchro MDWorks
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 32.86 ▼10.09 |
Dashboard /wp-admin | 3.39 ▲0.05 | 43.65 ▼13.94 |
Posts /wp-admin/edit.php | 3.50 ▲0.15 | 47.04 ▼2.83 |
Add New Post /wp-admin/post-new.php | 5.99 ▲0.10 | 83.69 ▼4.07 |
Media Library /wp-admin/upload.php | 3.31 ▲0.08 | 34.71 ▲0.14 |
MDWorks /wp-admin/options-general.php?page=hostedlists | 3.25 | 25.93 |
Server storage [IO: ▲0.05MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 10 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-posts |
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
can_compress_scripts |
recovery_mode_email_last_sent |
Browser metrics Passed 4 tests
An overview of browser requirements for Synchro MDWorks
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,806 ▲60 | 14.40 ▲0.04 | 1.57 ▼0.15 | 37.66 ▼7.58 |
Dashboard /wp-admin | 2,212 ▲29 | 4.86 ▼0.08 | 113.23 ▲0.96 | 42.57 ▼5.62 |
Posts /wp-admin/edit.php | 2,095 ▲6 | 2.05 ▲0.08 | 38.49 ▼3.34 | 36.61 ▲0.13 |
Add New Post /wp-admin/post-new.php | 1,538 ▲5 | 23.01 ▼0.29 | 664.43 ▲0.51 | 60.78 ▲13.71 |
Media Library /wp-admin/upload.php | 1,388 ▼0 | 4.23 ▲0.05 | 96.87 ▲0.82 | 41.91 ▼3.31 |
MDWorks /wp-admin/options-general.php?page=hostedlists | 680 | 1.55 | 8.50 | 17.15 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
These items require your attention
- Zombie WordPress options detected upon uninstall: 7 options
- recovery_mode_email_last_sent
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-comments
- widget_recent-posts
- db_upgraded
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
These server-side errors were triggered
- > GET request to /wp-admin/options-general.php?page=hostedlists
- > Error in wp-content/plugins/synchro-mdworks/mdworks_hosted_lists.php+371
Uncaught Error: Class 'SoapClient' not found in wp-content/plugins/synchro-mdworks/mdworks_hosted_lists.php:371
Stack trace:
#0 wp-content/plugins/synchro-mdworks/mdworks_hosted_lists.php(72): spHostedLists->getLstDataBase()
#1 wp-includes/class-wp-hook.php(310): spHostedLists->confighostedlists()
#2 wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters()
#3 wp-includes/plugin.php(517): WP_Hook->do_action()
#4 wp-admin/admin.php(259): do_action()
#5 wp-admin/options-general.php(10): require_once('/var/www/wordpr...')
#6 {main}
thrown
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
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/synchro-mdworks/views/vw-settings.php:12
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser errors were detected
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 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
4 plugin tags: autoresponder, email-marketing, automation, marketing automation
synchro-mdworks/mdworks_hosted_lists.php 85% from 13 tests
The entry point to "Synchro MDWorks" version 1.0.3 is a PHP file that has certain tags in its header comment area
You should first fix the following items:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("synchro-mdworks.php" instead of "mdworks_hosted_lists.php")
- Text Domain: You no longer need to specify the text domain since WordPress 4.6; it must be the same as the plugin slug
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Everything looks great! No dangerous files found in this plugin600 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 88 | 127 | 497 |
PO File | 1 | 37 | 44 | 94 |
JavaScript | 1 | 10 | 1 | 9 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.47 |
Average class complexity | 74.00 |
▷ Minimum class complexity | 74.00 |
▷ Maximum class complexity | 74.00 |
Average method complexity | 4.48 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 33.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 21 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 21 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.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
Using a strong compression for your PNG files is a great way to speed-up your plugin
There were not PNG files found in your plugin