Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▼0.94MB] [CPU: ▼39.03ms] Passed 4 tests
A check of server-side resources used by Orbisius bbPress Signature
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 40.15 ▼2.16 |
Dashboard /wp-admin | 3.00 ▼0.30 | 23.33 ▼29.88 |
Posts /wp-admin/edit.php | 3.00 ▼0.36 | 22.75 ▼27.91 |
Add New Post /wp-admin/post-new.php | 3.00 ▼2.89 | 22.33 ▼82.34 |
Media Library /wp-admin/upload.php | 3.00 ▼0.23 | 21.35 ▼15.97 |
Orbisius bbPress Signature /wp-admin/options-general.php?page=orbisius-bbpress-signature/orbisius-bbpress-signature.php | 3.00 | 21.84 |
Server storage [IO: ▲0.23MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 9 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_recent-posts |
can_compress_scripts |
widget_theysaidso_widget |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Orbisius bbPress Signature: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,835 ▲74 | 14.24 ▼0.11 | 1.76 ▼0.03 | 41.35 ▼2.92 |
Dashboard /wp-admin | 2,214 ▲34 | 5.64 ▼0.05 | 81.98 ▼9.89 | 75.61 ▲34.79 |
Posts /wp-admin/edit.php | 2,116 ▲19 | 1.98 ▲0.04 | 33.75 ▼5.57 | 29.64 ▼7.28 |
Add New Post /wp-admin/post-new.php | 1,569 ▲35 | 23.22 ▼0.05 | 685.03 ▲21.44 | 61.03 ▲3.59 |
Media Library /wp-admin/upload.php | 1,419 ▲19 | 4.17 ▼0.02 | 100.69 ▼3.22 | 72.34 ▲21.70 |
Orbisius bbPress Signature /wp-admin/options-general.php?page=orbisius-bbpress-signature/orbisius-bbpress-signature.php | 931 | 2.03 | 24.68 | 29.47 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
It is recommended to fix the following
- The plugin did not uninstall gracefully
- > User deprecated in wp-includes/functions.php+5737
Function has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead.
- Zombie WordPress options were found after uninstall: 6 options
- widget_theysaidso_widget
- theysaidso_admin_options
- db_upgraded
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Smoke test failed, please fix the following
- 2 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=orbisius-bbpress-signature/orbisius-bbpress-signature.php
- > User deprecated in wp-includes/functions.php+5737
Function has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead.
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following items
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/orbisius-bbpress-signature/orbisius-bbpress-signature.php:30
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser issues were found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% 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
Please fix the following attributes:
- Tags: Too many tags (16 tag instead of maximum 10); only the first 5 tags are used in your directory listing
- Screenshots: These screenshots have no corresponding images in /assets: #1 (Shows how the signature will appear in the forum), #2 (Shows the signature box from top level menu in WordPress administration area), #3 (Shows the signature box from Edit Profile page), #4 (Shows the settings page)
orbisius-bbpress-signature/orbisius-bbpress-signature.php Passed 13 tests
This is the main PHP file of "Orbisius bbPress Signature" version 1.0.3, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
71 characters long description:
This plugin allows your users to have signatures in your bbPress forum.
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
No dangerous file extensions were detected215 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 60 | 73 | 215 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.20 |
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 | 9 | |
▷ Named functions | 9 | 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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
7 PNG files occupy 0.21MB with 0.06MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
i/guNzr.qr.16.png | 0.39KB | 0.41KB | 0.00% |
screenshot-4.png | 74.54KB | 34.79KB | ▼ 53.33% |
screenshot-3.png | 58.81KB | 29.39KB | ▼ 50.02% |
i/guNzr.qr.2.png | 0.23KB | 0.23KB | 0.43% |
screenshot-1.png | 38.72KB | 20.49KB | ▼ 47.09% |