Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.20MB] [CPU: ▼2.37ms] Passed 4 tests
An overview of server-side resources used by Responsive Slick Slider WordPress
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.63 ▲0.17 | 41.94 ▲3.02 |
Dashboard /wp-admin | 3.55 ▲0.24 | 49.09 ▲2.85 |
Posts /wp-admin/edit.php | 3.60 ▲0.24 | 54.09 ▲6.82 |
Add New Post /wp-admin/post-new.php | 6.12 ▲0.23 | 85.26 ▼17.62 |
Media Library /wp-admin/upload.php | 3.38 ▲0.16 | 35.75 ▲2.27 |
Slider /wp-admin/edit.php?post_type=vsz_responsive_slick | 3.45 | 39.89 |
Add Slider /wp-admin/post-new.php?post_type=vsz_responsive_slick | 3.60 | 52.21 |
Designer Support /wp-admin/edit.php?post_type=vsz_responsive_slick&page=designer_support | 3.38 | 36.14 |
Server storage [IO: ▲0.51MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 60 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_recent-posts |
can_compress_scripts |
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-comments |
Browser metrics Passed 4 tests
Checking browser requirements for Responsive Slick Slider WordPress
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,097 ▲362 | 15.98 ▲1.40 | 10.66 ▲8.83 | 38.53 ▼4.43 |
Dashboard /wp-admin | 2,378 ▲190 | 6.45 ▲0.54 | 120.58 ▲18.99 | 41.15 ▼1.83 |
Posts /wp-admin/edit.php | 2,293 ▲201 | 3.39 ▲1.32 | 55.69 ▲20.70 | 35.23 ▲4.87 |
Add New Post /wp-admin/post-new.php | 1,545 ▲12 | 23.22 ▲0.27 | 661.24 ▲81.71 | 36.86 ▼12.66 |
Media Library /wp-admin/upload.php | 1,429 ▲41 | 4.25 ▼0.04 | 79.02 ▼29.79 | 40.99 ▼7.25 |
Slider /wp-admin/edit.php?post_type=vsz_responsive_slick | 1,273 | 3.40 | 44.16 | 27.29 |
Add Slider /wp-admin/post-new.php?post_type=vsz_responsive_slick | 2,478 | 3.74 | 79.64 | 88.31 |
Designer Support /wp-admin/edit.php?post_type=vsz_responsive_slick&page=designer_support | 1,063 | 2.98 | 38.45 | 25.74 |
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
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- can_compress_scripts
- db_upgraded
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Good news, no errors were detected
SRP Passed 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
The SRP test was a success
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser issues were found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
Attributes that need to be fixed:
- Tags: You are using too many tags: 11 tag instead of maximum 10
responsive-slick-slider/responsive-slick-slider.php 85% from 13 tests
The main file in "Responsive Slick Slider WordPress" v. 1.4 serves as a complement to information provided in readme.txt and as the entry point to the plugin
The following require your attention:
- Description: The description should be shorter than 140 characters (currently 151 characters long)
- Text Domain: Please use dashes and lowercase characters for text domains
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
Good job! No executable or dangerous file extensions detected5,111 lines of code in 28 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 19 | 505 | 1,422 | 3,158 |
JavaScript | 5 | 402 | 260 | 1,520 |
CSS | 4 | 26 | 21 | 433 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.55 |
Average class complexity | 25.33 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 134.00 |
Average method complexity | 4.06 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 81.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 8 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 8 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 72 | |
▷ Static methods | 11 | 15.28% |
▷ Public methods | 65 | 90.28% |
▷ Protected methods | 2 | 2.78% |
▷ Private methods | 5 | 6.94% |
Functions | 5 | |
▷ Named functions | 4 | 80.00% |
▷ Anonymous functions | 1 | 20.00% |
Constants | 10 | |
▷ Global constants | 1 | 10.00% |
▷ Class constants | 9 | 90.00% |
▷ Public constants | 9 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
23 PNG files occupy 0.04MB with 0.02MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
public/images/arrow-right-3.png | 1.23KB | 0.46KB | ▼ 62.34% |
admin/images/arrow-right.png | 2.09KB | 1.27KB | ▼ 39.43% |
admin/images/arrow-right-4.png | 0.54KB | 0.41KB | ▼ 24.77% |
admin/images/drop-down-arrow.png | 1.58KB | 0.46KB | ▼ 70.97% |
public/images/arrow-right-4.png | 0.54KB | 0.41KB | ▼ 24.77% |