Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Install script ran successfully
Server metrics [RAM: ▼1.24MB] [CPU: ▼45.16ms] Passed 4 tests
A check of server-side resources used by Bigboss Slider
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.74 ▼0.72 | 11.80 ▼26.50 |
Dashboard /wp-admin | 2.77 ▼0.53 | 14.44 ▼34.64 |
Posts /wp-admin/edit.php | 2.78 ▼0.58 | 13.85 ▼36.07 |
Add New Post /wp-admin/post-new.php | 2.77 ▼3.11 | 17.25 ▼83.44 |
Media Library /wp-admin/upload.php | 2.78 ▼0.45 | 15.55 ▼20.39 |
Add new Bigboss slides /wp-admin/post-new.php?post_type=bigboss_slider | 2.78 | 13.88 |
All bigboss slides /wp-admin/edit.php?post_type=bigboss_slider | 2.78 | 20.39 |
Server storage [IO: ▲0.55MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin was installed successfully
Filesystem: 11 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-comments |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Checking browser requirements for Bigboss Slider
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,931 ▲174 | 13.64 ▼0.79 | 6.07 ▲4.12 | 37.40 ▼6.76 |
Dashboard /wp-admin | 2,249 ▲61 | 4.85 ▼1.01 | 104.37 ▼4.18 | 36.96 ▼0.75 |
Posts /wp-admin/edit.php | 2,132 ▲64 | 2.16 ▲0.15 | 36.84 ▼0.60 | 34.73 ▲1.84 |
Add New Post /wp-admin/post-new.php | 1,569 ▲35 | 23.28 ▲0.11 | 625.62 ▼70.14 | 47.67 ▼38.59 |
Media Library /wp-admin/upload.php | 1,431 ▲40 | 4.23 ▼0.06 | 98.37 ▼10.17 | 41.72 ▼2.81 |
Add new Bigboss slides /wp-admin/post-new.php?post_type=bigboss_slider | 2,192 | 7.57 | 169.77 | 64.85 |
All bigboss slides /wp-admin/edit.php?post_type=bigboss_slider | 1,105 | 1.98 | 31.25 | 29.48 |
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
The following items require your attention
- Uninstall procedure validation failed for this plugin
- > Warning in wp-content/plugins/bigboss-slider/bigboss-slider.php+35
Use of undefined constant - assumed ' ' (this will throw an Error in a future version of PHP)
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Please fix the following server-side errors
- 3 occurences, only the last one shown
- > GET request to /wp-admin/edit.php?post_type=bigboss_slider
- > POST request to /wp-admin/admin-ajax.php
- > Warning in wp-content/plugins/bigboss-slider/bigboss-slider.php+35
Use of undefined constant - assumed ' ' (this will throw an Error in a future version of PHP)
SRP 0% from 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
Please fix the following
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/bigboss-slider/display.php
- 3× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_nonce_field() in wp-content/plugins/bigboss-slider/bigboss_slider_setting.php:78
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/bigboss-slider/bigboss-slider.php:46
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/bigboss-slider/display.php:69
- > 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)
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
These attributes need to be fixed:
- Tags: You are using too many tags: 15 tag instead of maximum 10
bigboss-slider/bigboss-slider.php 92% from 13 tests
The main file in "Bigboss Slider" v. 2.2.1 serves as a complement to information provided in readme.txt and as the entry point to the plugin
You should first fix the following items:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 158 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
There were no executable files found in this plugin5,087 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 3 | 1,288 | 625 | 4,684 |
PHP | 3 | 155 | 41 | 403 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.05 |
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
4 PNG files occupy 0.29MB with 0.17MB in potential savings
Potential savings
Compression of 4 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot1.png | 72.87KB | 30.23KB | ▼ 58.52% |
screenshot2.png | 73.07KB | 29.30KB | ▼ 59.90% |
screenshots2.png | 73.07KB | 29.30KB | ▼ 59.90% |
screenshots1.png | 72.87KB | 30.23KB | ▼ 58.52% |