Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.46MB] [CPU: ▼1.80ms] Passed 4 tests
A check of server-side resources used by Starbox - the Author Box for Humans
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.85 ▲0.38 | 37.19 ▼1.29 |
Dashboard /wp-admin | 3.83 ▲0.53 | 50.87 ▲3.84 |
Posts /wp-admin/edit.php | 3.88 ▲0.52 | 48.44 ▼1.07 |
Add New Post /wp-admin/post-new.php | 6.36 ▲0.47 | 86.25 ▼8.67 |
Media Library /wp-admin/upload.php | 3.69 ▲0.46 | 38.78 ▲4.59 |
StarBox 0 /wp-admin/options-general.php?page=abh_settings | 3.79 | 39.83 |
Server storage [IO: ▲1.82MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
There were no storage issued detected upon installing this plugin
Filesystem: 68 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-posts |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Starbox - the Author Box for Humans: an overview of browser usage
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,816 ▲81 | 13.20 ▼0.79 | 4.22 ▲2.47 | 41.51 ▼0.64 |
Dashboard /wp-admin | 2,225 ▲37 | 4.89 ▼0.99 | 101.31 ▼7.39 | 39.76 ▼4.80 |
Posts /wp-admin/edit.php | 2,102 ▲13 | 2.04 ▲0.04 | 38.54 ▼3.10 | 33.30 ▼6.65 |
Add New Post /wp-admin/post-new.php | 1,529 ▲15 | 23.39 ▲5.86 | 671.88 ▲46.75 | 73.08 ▲25.06 |
Media Library /wp-admin/upload.php | 1,407 ▲16 | 4.24 ▲0.01 | 96.11 ▼1.23 | 40.60 ▼2.48 |
StarBox 0 /wp-admin/options-general.php?page=abh_settings | 1,291 | 1.73 | 25.21 | 54.26 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Uninstall procedure validation failed for this plugin
- > Notice in wp-content/plugins/starbox/config/config.php+15
Constant _ABH_NONCE_ID_ already defined
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-posts
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though everything seems fine, this is not an exhaustive test
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
Almost there! Just fix the following items
- 21× GET requests to PHP files return non-empty strings (only 10 are shown):
- > /wp-content/plugins/starbox/classes/Tools.php
- > /wp-content/plugins/starbox/starbox.php
- > /wp-content/plugins/starbox/classes/FrontController.php
- > /wp-content/plugins/starbox/classes/ObjController.php
- > /wp-content/plugins/starbox/classes/HookController.php
- > /wp-content/plugins/starbox/themes/admin/UserSettings.php
- > /wp-content/plugins/starbox/uninstall.php
- > /wp-content/plugins/starbox/themes/admin/Notices.php
- > /wp-content/plugins/starbox/config/paths.php
- > /wp-content/plugins/starbox/core/UserSettings.php
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 Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
6 plugin tags: author, bio, author profile fields, author social icons, author box...
starbox/starbox.php Passed 13 tests
This is the main PHP file of "Starbox - the Author Box for Humans" version 3.4.7, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
121 characters long description:
Starbox is the Author Box for Humans. Professional Themes to choose from, HTML5, Social Media Profiles, Google Authorship
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 plugin5,870 lines of code in 52 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 21 | 529 | 660 | 2,216 |
CSS | 16 | 338 | 14 | 2,210 |
PO File | 5 | 425 | 520 | 1,117 |
JavaScript | 9 | 13 | 0 | 295 |
JSON | 1 | 0 | 0 | 32 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.72 |
Average class complexity | 37.13 |
▷ Minimum class complexity | 4.00 |
▷ Maximum class complexity | 171.00 |
Average method complexity | 5.90 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 55.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 15 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 15 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 111 | |
▷ Static methods | 32 | 28.83% |
▷ Public methods | 91 | 81.98% |
▷ Protected methods | 5 | 4.50% |
▷ Private methods | 15 | 13.51% |
Functions | 2 | |
▷ Named functions | 1 | 50.00% |
▷ Anonymous functions | 1 | 50.00% |
Constants | 28 | |
▷ Global constants | 28 | 100.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 are no PNG files in this plugin