Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼4.87ms] Passed 4 tests
A check of server-side resources used by Easy Voice Mail
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 40.02 ▼1.93 |
Dashboard /wp-admin | 3.32 ▼0.03 | 54.80 ▼12.83 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 51.41 ▲3.40 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 94.42 ▼4.99 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 35.73 ▲0.28 |
Easy Voice Mail /wp-admin/tools.php?page=easy-voice-mail/admin/easy-voice-mail-admin.php | 3.21 | 32.06 |
Server storage [IO: ▲0.03MB] [DB: ▲0.07MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
No storage issues were detected
Filesystem: 18 new files
Database: no new tables, 13 new options
New WordPress options |
---|
easy_voice_mail_description |
easy_voice_mail_max_duration_seconds |
easy_voice_mail_notification_email |
widget_recent-posts |
can_compress_scripts |
easy_voice_mail_show_description |
db_upgraded |
widget_recent-comments |
widget_theysaidso_widget |
easy_voice_mail_show_countdown |
... |
Browser metrics Passed 4 tests
Checking browser requirements for Easy Voice Mail
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.59 ▲0.23 | 2.53 ▲0.78 | 41.55 ▼1.55 |
Dashboard /wp-admin | 2,199 ▲22 | 5.60 ▼0.05 | 92.21 ▼1.87 | 44.99 ▼2.33 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.01 ▲0.01 | 40.58 ▲3.79 | 37.25 ▲2.97 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.58 ▲0.20 | 677.72 ▼5.38 | 51.55 ▼2.27 |
Media Library /wp-admin/upload.php | 1,401 ▲7 | 4.14 ▼0.03 | 99.31 ▼9.62 | 43.89 ▼3.74 |
Easy Voice Mail /wp-admin/tools.php?page=easy-voice-mail/admin/easy-voice-mail-admin.php | 874 | 1.99 | 22.44 | 26.40 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- Zombie WordPress options were found after uninstall: 8 options
- db_upgraded
- widget_recent-posts
- easy_voice_mail_notify_by_email
- easy_voice_mail_notification_email
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Almost there! Just fix the following items
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/easy-voice-mail/admin/easy-voice-mail-admin.php:7
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
9 plugin tags: record, voice messsage, accessiblity, audio, contact form...
easy-voice-mail/easy-voice-mail.php 92% from 13 tests
The main PHP script in "Easy Voice Mail" version 1.2.5 is automatically included on every request by WordPress
It is important to fix the following:
- Domain Path: The domain path folder does not exist ("/languages")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
Everything looks great! No dangerous files found in this plugin616 lines of code in 9 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 3 | 60 | 153 | 298 |
PHP | 4 | 21 | 19 | 264 |
CSS | 2 | 9 | 0 | 54 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.31 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 7 | |
▷ Named functions | 7 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.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