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
These installer errors require your attention
- The plugin did not install without errors
- > Notice in wp-content/plugins/bizifyme/bizifyme.php+437
Trying to access array offset on value of type bool
Server metrics [RAM: ▼0.31MB] [CPU: ▼16.34ms] Passed 4 tests
A check of server-side resources used by Bizify.me
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.44 ▼0.02 | 31.94 ▼8.82 |
Dashboard /wp-admin | 3.33 ▲0.02 | 45.54 ▼0.30 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 46.57 ▼2.98 |
Add New Post /wp-admin/post-new.php | 4.62 ▼1.27 | 43.65 ▼53.26 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 34.09 ▲0.44 |
Getting started /wp-admin/admin.php?page=bizifyme-menu-1 | 3.22 | 29.42 |
Settings /wp-admin/admin.php?page=bizifyme-menu-2 | 3.19 | 30.42 |
Server storage [IO: ▲0.18MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
No storage issues were detected
Filesystem: 37 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
db_upgraded |
widget_recent-comments |
theysaidso_admin_options |
widget_theysaidso_widget |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by Bizify.me
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,861 ▲126 | 13.27 ▼1.11 | 5.01 ▲3.27 | 40.12 ▼6.96 |
Dashboard /wp-admin | 2,236 ▲48 | 5.83 ▼0.07 | 95.48 ▼0.28 | 81.69 ▲35.93 |
Posts /wp-admin/edit.php | 2,134 ▲42 | 2.29 ▲0.27 | 37.58 ▼2.82 | 33.44 ▼6.87 |
Add New Post /wp-admin/post-new.php | 1,553 ▲20 | 18.78 ▼4.40 | 673.56 ▲54.67 | 72.22 ▲9.62 |
Media Library /wp-admin/upload.php | 1,420 ▲35 | 4.27 ▲0.07 | 97.36 ▼3.76 | 75.34 ▲30.58 |
Getting started /wp-admin/admin.php?page=bizifyme-menu-1 | 981 | 2.58 | 27.80 | 80.01 |
Settings /wp-admin/admin.php?page=bizifyme-menu-2 | 1,096 | 2.21 | 26.71 | 30.81 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-posts
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
These errors were triggered by the plugin
- > GET request to /wp-admin/admin.php?page=bizifyme-menu-2
- > Notice in wp-content/plugins/bizifyme/bizifyme.php+313
Undefined index: bizifyme_nonce
- 22 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=bizifyme-menu-2
- > Notice in wp-content/plugins/bizifyme/bizifyme-ui.php+171
Trying to access array offset on value of type bool
- 22 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=bizifyme-menu-2
- > Notice in wp-content/plugins/bizifyme/bizifyme-ui.php+171
Trying to access array offset on value of type null
- > GET request to /wp-admin/admin.php?page=bizifyme-menu-2
- > User deprecated in wp-includes/functions.php+5737
Function WP_User_Query was called with an argument that is deprecated since version 5.9.0! who is deprecated. Use capability instead.
SRP 0% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please fix the following items
- 1× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/bizifyme/bizifyme.php
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/bizifyme/bizifyme-ui.php:10
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Please fix the following attributes:
- Tags: Please delete some tags, you are using 14 tag instead of maximum 10
bizifyme/bizifyme.php 92% from 13 tests
"Bizify.me" version 1.6.5's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
You should first fix the following items:
- Description: Please keep the plugin description shorter than 140 characters (currently 189 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
No dangerous file extensions were detected684 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 148 | 29 | 559 |
JavaScript | 1 | 16 | 5 | 73 |
CSS | 2 | 2 | 0 | 52 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.33 |
Average class complexity | 20.00 |
▷ Minimum class complexity | 20.00 |
▷ Maximum class complexity | 20.00 |
Average method complexity | 2.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 7.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 7 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 7 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 16 | |
▷ Named functions | 15 | 93.75% |
▷ Anonymous functions | 1 | 6.25% |
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
1 PNG file occupies 0.00MB with 0.00MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
icon.png | 3.34KB | 0.74KB | ▼ 77.78% |