Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Please fix the following installer errors
- The plugin cannot be installed
- > Warning in wp-includes/class-wpdb.php+2035
mysqli_real_connect(): (HY000/1045): Access denied for user ''@'localhost' (using password: NO)
Server metrics [RAM: ▼0.01MB] [CPU: ▼5.86ms] Passed 4 tests
Analyzing server-side resources used by Display vBulletin Node
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 38.05 ▲0.77 |
Dashboard /wp-admin | 3.31 ▼0.04 | 53.70 ▼5.44 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 44.95 ▼5.65 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 82.12 ▼13.12 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 33.73 ▲3.95 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 3 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Display vBulletin Node
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲54 | 13.58 ▼0.71 | 1.84 ▲0.03 | 43.95 ▲2.77 |
Dashboard /wp-admin | 2,206 ▲18 | 4.88 ▼0.02 | 106.48 ▼4.82 | 42.64 ▲2.64 |
Posts /wp-admin/edit.php | 2,089 ▲3 | 2.01 ▲0.02 | 34.49 ▼3.92 | 32.93 ▼0.70 |
Add New Post /wp-admin/post-new.php | 1,533 ▲7 | 23.27 ▼0.04 | 594.58 ▼60.89 | 54.01 ▼4.47 |
Media Library /wp-admin/upload.php | 1,391 ▼0 | 4.19 ▼0.01 | 101.85 ▲2.69 | 41.96 ▼2.25 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% 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 has failed, leaving 6 options in the database
- widget_recent-posts
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
- widget_theysaidso_widget
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)
Good news, no errors were detected
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 take a closer look at the following
- 3× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/display-vbulletin-node/wpdvbn_admin.php:28
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/display-vbulletin-node/wpdvbn_main.php:10
- > PHP Notice
Undefined index: wpdvbn_hidden in wp-content/plugins/display-vbulletin-node/wpdvbn_admin.php on line 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)
No browser issues were found
Optimizations
Plugin configuration 90% 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
Attributes that require attention:
- Tested up to: Version not formatted correctly
display-vbulletin-node/wpdvbn_main.php 85% from 13 tests
Analyzing the main PHP file in "Display vBulletin Node" version 1.0.0
You should first fix the following items:
- Description: Keep the plugin description shorter than 140 characters (currently 149 characters long)
- Main file name: Name the main plugin file the same as the plugin slug ("display-vbulletin-node.php" instead of "wpdvbn_main.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
Everything looks great! No dangerous files found in this plugin127 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 4 | 15 | 127 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.11 |
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 | 6 | |
▷ Named functions | 6 | 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
All PNG images should be compressed to minimize bandwidth usage for end users
There were not PNG files found in your plugin