Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Install script ran successfully
Server metrics [RAM: ▲5.71MB] [CPU: ▲28.75ms] 75% from 4 tests
Analyzing server-side resources used by Ultimate Email Validator - Validate and Stop Fake, Temporary and Disposable Emails
Please fix the following
- Extra RAM: The extra memory usage must be under 5MB (currently 5.71MB on /wp-admin/admin.php?page=freemius)
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 9.24 ▲5.78 | 71.54 ▲27.30 |
Dashboard /wp-admin | 9.26 ▲5.96 | 80.82 ▲27.83 |
Posts /wp-admin/edit.php | 9.26 ▲5.91 | 94.03 ▲46.10 |
Add New Post /wp-admin/post-new.php | 11.06 ▲5.17 | 114.75 ▲17.63 |
Media Library /wp-admin/upload.php | 9.26 ▲6.04 | 76.73 ▲42.25 |
Freemius Debug [v.2.5.10] /wp-admin/admin.php?page=freemius | 9.26 | 66.27 |
Server storage [IO: ▲5.30MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 254 new files
Database: no new tables, 9 new options
New WordPress options |
---|
widget_theysaidso_widget |
fs_active_plugins |
widget_recent-comments |
theysaidso_admin_options |
widget_recent-posts |
fs_debug_mode |
fs_accounts |
db_upgraded |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for Ultimate Email Validator - Validate and Stop Fake, Temporary and Disposable Emails
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,891 ▲145 | 13.28 ▼1.10 | 1.70 ▲0.02 | 28.04 ▼16.84 |
Dashboard /wp-admin | 2,281 ▲93 | 5.85 ▼0.05 | 99.56 ▼11.30 | 44.08 ▲1.49 |
Posts /wp-admin/edit.php | 2,168 ▲82 | 2.01 ▼0.04 | 38.95 ▲3.07 | 37.80 ▲5.14 |
Add New Post /wp-admin/post-new.php | 1,529 ▲15 | 22.87 ▲5.14 | 686.38 ▲59.50 | 56.68 ▲1.61 |
Media Library /wp-admin/upload.php | 1,470 ▲82 | 4.27 ▲0.09 | 93.64 ▼7.55 | 45.26 ▲0.64 |
Freemius Debug [v.2.5.10] /wp-admin/admin.php?page=freemius | 1,122 | 1.68 | 24.07 | 26.42 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
Please fix the following items
- This plugin did not uninstall without warnings or errors
- > Notice in wp-content/plugins/ultimate-email-validator/freemius/includes/class-freemius.php+8486
Undefined property: stdClass::$plugins
- This plugin did not uninstall successfully, leaving 9 options in the database
- widget_theysaidso_widget
- fs_active_plugins
- widget_recent-posts
- theysaidso_admin_options
- fs_debug_mode
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- fs_accounts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Even though no errors were found, this is by no means an exhaustive test
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× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Class 'UltimateEmailValidator\\Paths' not found in wp-content/plugins/ultimate-email-validator/includes/engine.php:112
- > PHP Fatal error
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 93% from 29 tests
readme.txt 94% from 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
These attributes need to be fixed:
- Tags: Please reduce the number of tags, currently 12 tag instead of maximum 10
ultimate-email-validator/ultimate-email-validator.php 92% from 13 tests
The main file in "Ultimate Email Validator - Validate and Stop Fake, Temporary and Disposable Emails" v. 2.2.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please take the time to fix the following:
- Description: Please don't use more than 140 characters for the plugin description (currently 142 characters long)
Code Analysis 97% from 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Good job! No executable or dangerous file extensions detected49,079 lines of code in 191 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 155 | 12,404 | 22,606 | 40,087 |
CSS | 28 | 548 | 93 | 5,014 |
SVG | 2 | 0 | 1 | 3,006 |
JavaScript | 6 | 525 | 256 | 972 |
PHP code 50% from 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
Please tend to the following items
- Class cyclomatic complexity should be reduced to less than 1000 (currently 3,073)
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.63 |
Average class complexity | 69.39 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 3,073.00 |
Average method complexity | 4.74 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 94.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 85 | |
▷ Abstract classes | 2 | 2.35% |
▷ Concrete classes | 83 | 97.65% |
▷ Final classes | 0 | 0.00% |
Methods | 1,583 | |
▷ Static methods | 269 | 16.99% |
▷ Public methods | 1,102 | 69.61% |
▷ Protected methods | 20 | 1.26% |
▷ Private methods | 461 | 29.12% |
Functions | 102 | |
▷ Named functions | 102 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 177 | |
▷ Global constants | 128 | 72.32% |
▷ Class constants | 49 | 27.68% |
▷ Public constants | 49 | 100.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
15 compressed PNG files occupy 0.07MB
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/addons/bs-colorpicker/images/alpha.png | 0.48KB | 1.68KB | 0.00% |
assets/addons/bs-colorpicker/images/alpha-horizontal.png | 0.54KB | 1.62KB | 0.00% |
assets/addons/jquery-ui/images/ui-icons_777620_256x240.png | 4.44KB | 4.17KB | ▼ 6.02% |
assets/addons/bs-colorpicker/images/hue-horizontal.png | 0.47KB | 0.47KB | 0.00% |
assets/addons/jquery-ui/images/ui-icons_777777_256x240.png | 6.83KB | 4.17KB | ▼ 38.92% |