Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
Install script ran successfully
Server metrics [RAM: ▲0.32MB] [CPU: ▼2.12ms] Passed 4 tests
Analyzing server-side resources used by Slider a SlidersPack - Image Slider, Post Slider, ACF Gallery Slider
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.80 ▲0.33 | 40.87 ▲2.24 |
Dashboard /wp-admin | 3.64 ▲0.29 | 44.12 ▼12.77 |
Posts /wp-admin/edit.php | 3.76 ▲0.40 | 47.37 ▼1.43 |
Add New Post /wp-admin/post-new.php | 6.23 ▲0.34 | 89.59 ▲3.50 |
Media Library /wp-admin/upload.php | 3.56 ▲0.33 | 41.10 ▲6.18 |
Add slider /wp-admin/post-new.php?post_type=wpspaios_slider | 3.76 | 50.74 |
Upgrade to PRO /wp-admin/edit.php?post_type=wpspaios_slider&page=wp-spaios-premium | 3.54 | 30.46 |
SlidersPack /wp-admin/edit.php?post_type=wpspaios_slider | 3.64 | 37.54 |
About /wp-admin/edit.php?post_type=wpspaios_slider&page=welcome_sliderspack | 3.53 | 33.26 |
Server storage [IO: ▲0.87MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
No storage issues were detected
Filesystem: 97 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for Slider a SlidersPack - Image Slider, Post Slider, ACF Gallery Slider
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,839 ▲93 | 13.21 ▼1.38 | 4.64 ▲2.99 | 38.14 ▼4.18 |
Dashboard /wp-admin | 2,242 ▲60 | 5.81 ▼0.07 | 97.71 ▼5.11 | 38.65 ▼4.21 |
Posts /wp-admin/edit.php | 2,125 ▲36 | 2.01 ▼0.01 | 33.20 ▼3.29 | 33.24 ▼3.36 |
Add New Post /wp-admin/post-new.php | 1,550 ▲19 | 23.50 ▲0.44 | 613.89 ▲6.49 | 63.38 ▲14.97 |
Media Library /wp-admin/upload.php | 1,424 ▲42 | 4.19 ▼0.04 | 98.20 ▲1.30 | 40.84 ▼0.22 |
Add slider /wp-admin/post-new.php?post_type=wpspaios_slider | 4,932 | 3.77 | 76.91 | 82.47 |
Upgrade to PRO /wp-admin/edit.php?post_type=wpspaios_slider&page=wp-spaios-premium | 1,053 | 2.02 | 23.48 | 37.05 |
SlidersPack /wp-admin/edit.php?post_type=wpspaios_slider | 1,311 | 3.52 | 49.60 | 63.46 |
About /wp-admin/edit.php?post_type=wpspaios_slider&page=welcome_sliderspack | 1,014 | 2.01 | 24.79 | 60.83 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-posts
- widget_recent-comments
- theysaidso_admin_options
- widget_theysaidso_widget
- db_upgraded
- can_compress_scripts
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Good news, no errors were detected
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
Looking good! No server-side errors or output on direct access of PHP files
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 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
These attributes need to be fixed:
- Tags: Too many tags (22 tag instead of maximum 10); only the first 5 tags are used in your directory listing
- Screenshots: These screenshots lack descriptions #1, #2, #3, #4, #5 in sliderspack-all-in-one-image-sliders/assets to your readme.txt
sliderspack-all-in-one-image-sliders/sliderspack-all-in-one-image-sliders.php 92% from 13 tests
The main file in "Slider a SlidersPack - Image Slider, Post Slider, ACF Gallery Slider" v. 2.3 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please take the time to fix the following:
- Description: Keep the plugin description shorter than 140 characters (currently 296 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
There were no executable files found in this plugin7,292 lines of code in 78 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 51 | 558 | 744 | 3,620 |
JavaScript | 13 | 248 | 677 | 1,895 |
CSS | 12 | 186 | 197 | 1,747 |
SVG | 2 | 0 | 0 | 30 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
Average class complexity | 60.00 |
▷ Minimum class complexity | 8.00 |
▷ Maximum class complexity | 112.00 |
Average method complexity | 7.21 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 89.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 19 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 19 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 29 | |
▷ Named functions | 29 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 8 | |
▷ Global constants | 8 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
9 PNG files occupy 0.10MB with 0.07MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/images/arrow-right.png | 2.91KB | 0.18KB | ▼ 93.93% |
assets/images/sliderspack-icon.png | 21.31KB | 8.14KB | ▼ 61.79% |
assets/images/arrows.png | 0.80KB | 0.51KB | ▼ 36.53% |
assets/images/arrow-left.png | 2.94KB | 0.17KB | ▼ 94.18% |
assets/images/sliderspack-logo.png | 68.57KB | 24.10KB | ▼ 64.86% |