Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Install script ran successfully
Server metrics [RAM: ▲0.04MB] [CPU: ▼1.48ms] Passed 4 tests
A check of server-side resources used by Antideo Email Validator
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 38.48 ▼2.34 |
Dashboard /wp-admin | 3.35 ▲0.04 | 49.53 ▼2.70 |
Posts /wp-admin/edit.php | 3.40 ▲0.04 | 48.46 ▲0.21 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.05 | 85.39 ▼1.07 |
Media Library /wp-admin/upload.php | 3.27 ▲0.04 | 43.55 ▲9.94 |
Settings /wp-admin/admin.php?page=antideo-email-validator-settings | 3.35 | 34.87 |
About Antideo /wp-admin/admin.php?page=antideo-email-validator-about | 3.34 | 29.31 |
Dashboard /wp-admin/admin.php?page=antideo-email-validator-dashboard | 3.30 | 33.69 |
Server storage [IO: ▲4.01MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 57 new files
Database: 2 new tables, 6 new options
New tables |
---|
wp_adev_disposable_domains |
wp_adev_blocked_emails |
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-posts |
Browser metrics Passed 4 tests
Antideo Email Validator: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,826 ▲91 | 13.32 ▼0.96 | 1.74 ▼0.14 | 39.71 ▼5.67 |
Dashboard /wp-admin | 2,232 ▲44 | 5.85 ▼0.01 | 109.44 ▲1.74 | 72.84 ▲27.11 |
Posts /wp-admin/edit.php | 2,118 ▲29 | 2.02 ▲0.02 | 33.89 ▼7.58 | 33.45 ▼1.94 |
Add New Post /wp-admin/post-new.php | 1,689 ▲168 | 22.40 ▼0.89 | 711.97 ▲36.18 | 50.13 ▼4.87 |
Media Library /wp-admin/upload.php | 1,417 ▲29 | 4.18 ▼0.00 | 95.51 ▼2.78 | 78.84 ▲32.88 |
Settings /wp-admin/admin.php?page=antideo-email-validator-settings | 1,032 | 2.07 | 26.98 | 46.88 |
About Antideo /wp-admin/admin.php?page=antideo-email-validator-about | 1,084 | 2.02 | 23.83 | 34.54 |
Dashboard /wp-admin/admin.php?page=antideo-email-validator-dashboard | 1,173 | 2.03 | 23.98 | 41.40 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
The smoke test was a success, however most plugin functionality was not tested
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
Please fix the following items
- 25× GET requests to PHP files return non-empty strings (only 10 are shown):
- > /wp-content/plugins/antideo-email-validator/src/ValidationResults.php
- > /wp-content/plugins/antideo-email-validator/src/Validations/RoleBasedEmailValidator.php
- > /wp-content/plugins/antideo-email-validator/src/EmailDataProvider.php
- > /wp-content/plugins/antideo-email-validator/src/Validations/DisposableEmailValidator.php
- > /wp-content/plugins/antideo-email-validator/src/data/email-providers.php
- > /wp-content/plugins/antideo-email-validator/BlockedEmail.php
- > /wp-content/plugins/antideo-email-validator/src/data/role-based-email-prefixes.php
- > /wp-content/plugins/antideo-email-validator/src/data/disposable-email-providers.php
- > /wp-content/plugins/antideo-email-validator/settings.php
- > /wp-content/plugins/antideo-email-validator/src/Validations/FreeEmailServiceValidator.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
5 plugin tags: email validation, disposable emails, email checker, email validator, email syntax check
antideo-email-validator/antideo-email-validator.php 92% from 13 tests
The entry point to "Antideo Email Validator" version 1.0.8 is a PHP file that has certain tags in its header comment area
The following require your attention:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 164 characters long)
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
No dangerous file extensions were detected93,178 lines of code in 25 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 25 | 489 | 231 | 93,178 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.26 |
Average class complexity | 9.06 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 115.00 |
Average method complexity | 2.39 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 37.00 |
Code structure | ||
---|---|---|
Namespaces | 2 | |
Interfaces | 2 | |
Traits | 0 | |
Classes | 15 | |
▷ Abstract classes | 1 | 6.67% |
▷ Concrete classes | 14 | 93.33% |
▷ Final classes | 0 | 0.00% |
Methods | 99 | |
▷ Static methods | 3 | 3.03% |
▷ Public methods | 81 | 81.82% |
▷ Protected methods | 4 | 4.04% |
▷ Private methods | 14 | 14.14% |
Functions | 3 | |
▷ Named functions | 1 | 33.33% |
▷ Anonymous functions | 2 | 66.67% |
Constants | 13 | |
▷ Global constants | 1 | 7.69% |
▷ Class constants | 12 | 92.31% |
▷ Public constants | 12 | 100.00% |
Plugin size 50% from 2 tests
Image compression 50% from 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
29 PNG files occupy 1.39MB with 0.94MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/screenshot-1.png | 132.18KB | 35.59KB | ▼ 73.08% |
assets/premiumbaner.png | 50.48KB | 15.80KB | ▼ 68.71% |
assets/antideo_logo.png | 10.18KB | 4.20KB | ▼ 58.74% |
assets/screenshot-3.png | 82.75KB | 28.40KB | ▼ 65.68% |
assets/star.png | 1.43KB | 0.40KB | ▼ 72.01% |