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
Install script ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼271.39ms] Passed 4 tests
This is a short check of server-side resources used by Bullet List
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.83 ▲0.12 | 28.47 ▲4.05 |
Dashboard /wp-admin | 3.06 ▲0.01 | 41.29 ▼1.26 |
Posts /wp-admin/edit.php | 3.12 ▲0.01 | 38.22 ▼5.23 |
Add New Post /wp-admin/post-new.php | 5.43 ▼0.00 | 91.11 ▼1,075.38 |
Media Library /wp-admin/upload.php | 3.01 ▼0.00 | 35.03 ▼3.69 |
create new /wp-admin/admin.php?page=team-bullet-list-ultimate-new | 3.02 | 25.62 |
bullet lists /wp-admin/admin.php?page=team-bullet-list-ultimate | 3.02 | 30.41 |
Server storage [IO: ▲2.77MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 36 new files
Database: 2 new tables, 1 new option
New tables |
---|
wp_team_bullet_list_ultimate_style |
wp_team_bullet_list_ultimate_list |
New WordPress options |
---|
team_bullet_list_ultimate_version |
Browser metrics Passed 4 tests
Bullet List: an overview of browser usage
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,707 ▲101 | 15.93 ▲0.35 | 7.71 ▼1.28 | 45.82 ▼2.88 |
Dashboard /wp-admin | 2,967 ▲114 | 5.89 ▲0.04 | 133.77 ▲3.50 | 100.30 ▼5.70 |
Posts /wp-admin/edit.php | 2,740 ▲34 | 2.69 ▲0.01 | 79.77 ▲10.95 | 90.75 ▲2.16 |
Add New Post /wp-admin/post-new.php | 1,678 ▼175 | 16.80 ▼2.42 | 379.57 ▼6.98 | 123.41 ▲15.98 |
Media Library /wp-admin/upload.php | 1,806 ▲34 | 5.00 ▼0.00 | 168.32 ▲14.96 | 117.66 ▲10.76 |
create new /wp-admin/admin.php?page=team-bullet-list-ultimate-new | 3,063 | 2.44 | 61.92 | 214.05 |
bullet lists /wp-admin/admin.php?page=team-bullet-list-ultimate | 1,061 | 2.37 | 57.93 | 45.51 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
These items require your attention
- The uninstall procedure failed, leaving 2 tables in the database
- wp_team_bullet_list_ultimate_style
- wp_team_bullet_list_ultimate_list
- This plugin did not uninstall successfully, leaving 1 option in the database
- team_bullet_list_ultimate_version
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Smoke test failed, please fix the following
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=team-bullet-list-ultimate-new
- > Notice in wp-content/plugins/bullet-list/admin.php+12
Undefined index: styleid
- > GET request to /wp-admin/admin.php?page=team-bullet-list-ultimate-new
- > Notice in wp-content/plugins/bullet-list/admin/style-new.php+7
Undefined index: file-sub
- 8 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=team-bullet-list-ultimate-new
- > Notice in wp-content/plugins/bullet-list/admin/style-new.php+1281
Undefined variable: styledata
- 8 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=team-bullet-list-ultimate-new
- > Notice in wp-content/plugins/bullet-list/admin/style-new.php+1281
Trying to access array offset on value of type null
SRP Passed 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
No output text or server-side errors detected on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
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
These attributes need your attention:
- Tags: Please reduce the number of tags, currently 14 tag instead of maximum 10
- Screenshots: Add descriptions for screenshots #1, #2, #3 in bullet-list/assets to your readme.txt
bullet-list/index.php 92% from 13 tests
The main PHP script in "Bullet List" version 1.0 is automatically included on every request by WordPress
The following require your attention:
- Main file name: The principal plugin file should be the same as the plugin slug ("bullet-list.php" instead of "index.php")
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
Success! There were no dangerous files found in this plugin9,660 lines of code in 21 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 10 | 329 | 8 | 5,929 |
SVG | 2 | 0 | 0 | 2,959 |
CSS | 4 | 70 | 16 | 703 |
JavaScript | 5 | 7 | 21 | 69 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.27 |
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 | 15 | |
▷ Named functions | 15 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size 0% from 1 test
Image compression 0% from 1 test
All PNG images should be compressed to minimize bandwidth usage for end users
4 PNG files occupy 0.71MB with 0.43MB in potential savings
Potential savings
Compression of 4 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
admin/image/clean.png | 147.77KB | 93.14KB | ▼ 36.97% |
admin/image/fige.png | 175.45KB | 54.11KB | ▼ 69.16% |
admin/image/bullets.png | 119.32KB | 51.30KB | ▼ 57.01% |
admin/image/centered.png | 288.86KB | 64.19KB | ▼ 77.78% |