Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.03MB] [CPU: ▼11.97ms] Passed 4 tests
Server-side resources used by Easy WordPress Mailchimp Integration
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.04 | 40.49 ▲2.61 |
Dashboard /wp-admin | 3.35 ▲0.00 | 44.46 ▼16.45 |
Posts /wp-admin/edit.php | 3.40 ▲0.04 | 48.48 ▲0.55 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.04 | 82.55 ▼27.15 |
Media Library /wp-admin/upload.php | 3.27 ▲0.04 | 33.04 ▼4.82 |
Easy Mailchimp /wp-admin/options-general.php?page=ewmi-settings | 3.21 | 31.77 |
Server storage [IO: ▲0.37MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 8 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
can_compress_scripts |
widget_recent-posts |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Easy WordPress Mailchimp Integration
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲58 | 13.27 ▼1.36 | 4.76 ▲3.06 | 43.59 ▲3.05 |
Dashboard /wp-admin | 2,210 ▲18 | 5.88 ▲0.89 | 106.85 ▲3.05 | 43.87 ▼0.41 |
Posts /wp-admin/edit.php | 2,096 ▲7 | 2.04 ▼0.13 | 39.11 ▼3.45 | 36.05 ▲1.38 |
Add New Post /wp-admin/post-new.php | 1,517 ▼2 | 17.35 ▼5.87 | 681.32 ▲25.48 | 59.35 ▼5.44 |
Media Library /wp-admin/upload.php | 1,386 ▲1 | 4.21 ▲0.03 | 97.46 ▼5.89 | 41.75 ▼2.46 |
Easy Mailchimp /wp-admin/options-general.php?page=ewmi-settings | 858 | 1.69 | 26.13 | 28.79 |
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
You still need to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- db_upgraded
- widget_theysaidso_widget
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
These errors were triggered by the plugin
- > GET request to /wp-admin/options-general.php?page=ewmi-settings
- > Notice in wp-content/plugins/easy-wordpress-mailchimp-integration/easy-wordpress-mailchimp-integration.php+143
Trying to access array offset on value of type bool
SRP 50% from 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
Almost there! Just fix the following items
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_url() in wp-content/plugins/easy-wordpress-mailchimp-integration/easy-wordpress-mailchimp-integration.php:17
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
Please fix the following attributes:
- Screenshots: These screenshots require images: #1 (User choose mailing list during registration process), #2 (Settings), #3 (Users list)
easy-wordpress-mailchimp-integration/easy-wordpress-mailchimp-integration.php Passed 13 tests
Analyzing the main PHP file in "Easy WordPress Mailchimp Integration" version 1.0
59 characters long description:
Add Mailchimp signup process to WordPress registration form
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
Good job! No executable or dangerous file extensions detected937 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 250 | 1,689 | 919 |
JavaScript | 1 | 2 | 1 | 13 |
CSS | 1 | 0 | 0 | 5 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.08 |
Average class complexity | 21.00 |
▷ Minimum class complexity | 21.00 |
▷ Maximum class complexity | 21.00 |
Average method complexity | 1.20 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 19.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 | 100 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 100 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 12 | |
▷ Named functions | 12 | 100.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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG images were found in this plugin