Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.02MB] [CPU: ▼2.63ms] Passed 4 tests
Server-side resources used by Superb slideshow gallery
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.01 | 33.55 ▼3.21 |
Dashboard /wp-admin | 3.32 ▲0.02 | 46.87 ▼5.12 |
Posts /wp-admin/edit.php | 3.37 ▲0.02 | 40.81 ▼2.23 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.02 | 89.43 ▲1.51 |
Media Library /wp-admin/upload.php | 3.24 ▲0.02 | 33.91 ▲0.04 |
Superb slideshow gallery /wp-admin/options-general.php?page=superb-slideshow-gallery | 3.29 | 28.69 |
Server storage [IO: ▲0.29MB] [DB: ▲0.07MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 22 new files
Database: 1 new table, 16 new options
New tables |
---|
wp_ssg_superb_gallery |
New WordPress options |
---|
ssg_width |
ssg_random |
ssg_descreveal |
ssg_title |
widget_theysaidso_widget |
ssg_pause |
ssg_height |
db_upgraded |
widget_recent-posts |
ssg_descreveal1 |
... |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Superb slideshow gallery
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,899 ▲153 | 13.78 ▼0.58 | 8.53 ▲6.86 | 42.38 ▼1.02 |
Dashboard /wp-admin | 2,199 ▲22 | 5.51 ▼0.18 | 83.98 ▼15.90 | 35.41 ▼7.96 |
Posts /wp-admin/edit.php | 2,104 ▲7 | 2.01 ▲0.03 | 36.19 ▲1.70 | 37.78 ▲4.90 |
Add New Post /wp-admin/post-new.php | 1,531 ▲3 | 23.10 ▲0.04 | 626.60 ▼67.10 | 50.84 ▼11.16 |
Media Library /wp-admin/upload.php | 1,407 ▲7 | 4.19 ▼0.00 | 94.85 ▼12.49 | 40.20 ▼2.82 |
Superb slideshow gallery /wp-admin/options-general.php?page=superb-slideshow-gallery | 1,016 | 2.01 | 23.76 | 27.57 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
It is recommended to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
- db_upgraded
- 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 no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following items
- 5× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/superb-slideshow-gallery/pages/image-management-show.php
- > /wp-content/plugins/superb-slideshow-gallery/pages/image-management-add.php
- > /wp-content/plugins/superb-slideshow-gallery/pages/image-management-edit.php
- > /wp-content/plugins/superb-slideshow-gallery/pages/image-setting.php
- > /wp-content/plugins/superb-slideshow-gallery/superb-slideshow-gallery.php
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 96% from 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
4 plugin tags: slideshow, superb, widget, gallery
superb-slideshow-gallery/superb-slideshow-gallery.php 92% from 13 tests
"Superb slideshow gallery" version 13.2's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
Please make the necessary changes and fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 317 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
Everything looks great! No dangerous files found in this plugin1,510 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 88 | 47 | 912 |
PO File | 2 | 135 | 191 | 305 |
JavaScript | 2 | 25 | 28 | 293 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.26 |
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 | 12 | |
▷ Named functions | 12 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 6 | |
▷ Global constants | 6 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
3 PNG files occupy 0.00MB with 0.00MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
inc/image-icon.png | 0.61KB | 0.66KB | 0.00% |
inc/restore.png | 0.22KB | 0.11KB | ▼ 52.42% |
inc/x.png | 0.17KB | 0.11KB | ▼ 36.26% |