Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
Please fix the following installer errors
- This plugin did not install gracefully
- > Notice in wp-content/plugins/youme-id/ym_login.php+17
Undefined index: unbind
Server metrics [RAM: ▼1.78MB] [CPU: ▼52.59ms] Passed 4 tests
Server-side resources used by YouMe ID
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.21 ▼1.26 | 5.66 ▼35.98 |
Dashboard /wp-admin | 2.23 ▼1.08 | 6.97 ▼43.49 |
Posts /wp-admin/edit.php | 2.23 ▼1.13 | 7.32 ▼46.57 |
Add New Post /wp-admin/post-new.php | 2.23 ▼3.66 | 7.24 ▼84.32 |
Media Library /wp-admin/upload.php | 2.23 ▼1.00 | 5.73 ▼33.35 |
YouMe ID /wp-admin/options-general.php?page=youme-id/admin.php | 2.23 | 6.72 |
Server storage [IO: ▲0.20MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 15 new files
Database: no new tables, 14 new options
New WordPress options |
---|
can_compress_scripts |
widget_theysaidso_widget |
ymid_failed_login_allow |
ymid_redirect_option |
ymid_ym_login |
ymid_captcha_secret |
ymid_forms |
ymid_captcha_key |
ymid_redirect_page |
theysaidso_admin_options |
... |
Browser metrics Passed 4 tests
YouMe ID: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,795 ▲34 | 14.28 ▼0.08 | 1.75 ▲0.21 | 44.03 ▼3.35 |
Dashboard /wp-admin | 2,199 ▲19 | 5.56 ▲0.03 | 90.32 ▲1.13 | 41.34 ▲0.80 |
Posts /wp-admin/edit.php | 2,107 ▲7 | 2.05 ▲0.04 | 40.65 ▼1.62 | 34.24 ▼2.83 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.32 ▼0.02 | 619.79 ▼77.62 | 65.32 ▲14.35 |
Media Library /wp-admin/upload.php | 1,401 ▼2 | 4.17 ▼0.07 | 105.31 ▲5.14 | 43.54 ▼0.54 |
YouMe ID /wp-admin/options-general.php?page=youme-id/admin.php | 1,012 | 2.17 | 24.14 | 31.01 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- This plugin cannot be uninstalled
- > Notice in wp-content/plugins/youme-id/ym_login.php+17
Undefined index: unbind
- Zombie WordPress options were found after uninstall: 6 options
- theysaidso_admin_options
- db_upgraded
- widget_theysaidso_widget
- widget_recent-posts
- widget_recent-comments
- can_compress_scripts
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
Smoke test failed, please fix the following
- > GET request to /wp-admin/options-general.php?page=youme-id/admin.php
- > Notice in wp-content/plugins/youme-id/ym_login.php+17
Undefined index: unbind
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
Please take a closer look at the following
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function is_admin() in wp-content/plugins/youme-id/admin.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_get_current_user() in wp-content/plugins/youme-id/account.php:2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
9 plugin tags: comments, bots, login, password, lastcaptcha...
youme-id/youme-id.php 85% from 13 tests
The main file in "YouMe ID" v. 0.8.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
The following require your attention:
- Domain Path: The domain path points to a folder that does not exist ("/languages/")
- Text Domain: The text domain should only use lowercase characters and dashes
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
There were no executable files found in this plugin861 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 7 | 112 | 69 | 851 |
CSS | 1 | 1 | 0 | 10 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.36 |
Average class complexity | 25.00 |
▷ Minimum class complexity | 6.00 |
▷ Maximum class complexity | 44.00 |
Average method complexity | 4.27 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 19.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 3 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 3 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 22 | |
▷ Static methods | 19 | 86.36% |
▷ Public methods | 18 | 81.82% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 4 | 18.18% |
Functions | 11 | |
▷ Named functions | 11 | 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
6 PNG files occupy 0.15MB with 0.09MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/images/screenshort/screenshot-4.png | 18.65KB | 7.30KB | ▼ 60.84% |
assets/images/screenshort/screenshot-3.png | 25.11KB | 10.30KB | ▼ 58.98% |
assets/images/screenshort/screenshot-2.png | 35.12KB | 13.55KB | ▼ 61.41% |
assets/images/screenshort/screenshot-1.png | 19.03KB | 7.86KB | ▼ 58.71% |
assets/images/screenshort/screenshot-5.png | 20.11KB | 8.29KB | ▼ 58.80% |