Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.20MB] [CPU: ▼1.35ms] Passed 4 tests
An overview of server-side resources used by Author Bio Ultimate
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.59 ▲0.12 | 41.63 ▲4.47 |
Dashboard /wp-admin | 3.60 ▲0.26 | 51.69 ▼8.83 |
Posts /wp-admin/edit.php | 3.62 ▲0.27 | 47.79 ▼2.14 |
Add New Post /wp-admin/post-new.php | 6.10 ▲0.21 | 110.67 ▲15.79 |
Media Library /wp-admin/upload.php | 3.43 ▲0.20 | 35.87 ▲1.10 |
Server storage [IO: ▲2.78MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
No storage issues were detected
Filesystem: 55 new files
Database: 1 new table, 6 new options
New tables |
---|
wp_author_bio |
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
db_upgraded |
can_compress_scripts |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Author Bio Ultimate
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,224 ▲478 | 18.80 ▲4.05 | 6.41 ▲4.77 | 37.32 ▼4.36 |
Dashboard /wp-admin | 2,519 ▲342 | 9.24 ▲3.66 | 168.34 ▲70.85 | 38.25 ▼6.71 |
Posts /wp-admin/edit.php | 2,577 ▲477 | 6.21 ▲4.25 | 72.03 ▲35.44 | 31.43 ▼10.49 |
Add New Post /wp-admin/post-new.php | 1,410 ▼116 | 18.28 ▼4.91 | 522.93 ▼93.22 | 30.22 ▼32.43 |
Media Library /wp-admin/upload.php | 1,766 ▲366 | 7.49 ▲3.30 | 109.74 ▲6.96 | 43.28 ▲1.93 |
Settings /wp-admin/admin.php?page=authorbio.php#/settings | 1,490 | 7.05 | 82.20 | 41.31 |
Supports /wp-admin/admin.php?page=authorbio.php#/supports | 1,316 | 6.31 | 80.35 | 26.25 |
My Profile /wp-admin/admin.php?page=authorbio.php#/ | 1,598 | 7.14 | 98.80 | 35.96 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% 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
- The uninstall procedure failed, leaving 1 table in the database
- wp_author_bio
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
- can_compress_scripts
- db_upgraded
- widget_recent-comments
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Good news, no errors were detected
SRP Passed 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
Looking good! No server-side errors or output on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% 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
Attributes that need to be fixed:
- Requires php: Version format is invalid
- Screenshots: Screenshot #3 (Another template to show bio) image not found
author-bio-ultimate/author-bio-ultimate.php 92% from 13 tests
"Author Bio Ultimate" version 2.0.0's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
Please make the necessary changes and fix the following:
- Text Domain: The text domain is optional since WordPress version 4.6; if you do specify it, it must be the same as the plugin slug
Code Analysis Passed 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
Everything looks great! No dangerous files found in this plugin25,049 lines of code in 42 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 18 | 3,094 | 833 | 23,056 |
PHP | 14 | 158 | 73 | 931 |
CSS | 6 | 0 | 41 | 929 |
Markdown | 1 | 43 | 0 | 66 |
JSON | 2 | 0 | 0 | 37 |
SVG | 1 | 1 | 0 | 30 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.40 |
Average class complexity | 12.10 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 79.00 |
Average method complexity | 3.82 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 72.00 |
Code structure | ||
---|---|---|
Namespaces | 3 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 10 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 10 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 41 | |
▷ Static methods | 7 | 17.07% |
▷ Public methods | 35 | 85.37% |
▷ Protected methods | 2 | 4.88% |
▷ Private methods | 4 | 9.76% |
Functions | 6 | |
▷ Named functions | 1 | 16.67% |
▷ Anonymous functions | 5 | 83.33% |
Constants | 6 | |
▷ Global constants | 6 | 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
4 compressed PNG files occupy 0.04MB
Potential savings
Compression of 4 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
dist/admin/templates/template3.png | 12.76KB | 13.43KB | 0.00% |
dist/admin/templates/template1.png | 12.12KB | 12.80KB | 0.00% |
dist/admin/templates/template2.png | 12.25KB | 12.96KB | 0.00% |
dist/js/tinymce_icon.png | 1.24KB | 1.31KB | 0.00% |