Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼0.61ms] Passed 4 tests
An overview of server-side resources used by CC Roundabout 3D Slider
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 40.08 ▲1.57 |
Dashboard /wp-admin | 3.33 ▲0.03 | 48.09 ▼1.85 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 43.94 ▼0.29 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.02 | 91.47 ▼1.88 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 35.18 ▲3.16 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=slide | 3.25 | 33.08 |
All Slides /wp-admin/edit.php?post_type=slide | 3.30 | 37.44 |
Add New /wp-admin/post-new.php?post_type=slide | 3.42 | 56.45 |
Settings /wp-admin/edit.php?post_type=slide&page=ccrwp-options | 3.22 | 31.44 |
Categories /wp-admin/edit-tags.php?taxonomy=category&post_type=slide | 3.24 | 35.25 |
Server storage [IO: ▲0.35MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 22 new files
Database: no new tables, 7 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
category_children |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for CC Roundabout 3D Slider
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,831 ▲60 | 14.22 ▼0.30 | 1.82 ▼0.16 | 44.52 ▼15.49 |
Dashboard /wp-admin | 2,234 ▲57 | 5.62 ▲0.02 | 85.15 ▼17.81 | 39.24 ▼6.23 |
Posts /wp-admin/edit.php | 2,139 ▲39 | 2.03 ▲0.01 | 36.71 ▲3.06 | 36.12 ▼0.47 |
Add New Post /wp-admin/post-new.php | 1,558 ▲32 | 20.82 ▼2.41 | 641.88 ▼23.08 | 57.25 ▲6.61 |
Media Library /wp-admin/upload.php | 1,436 ▲36 | 4.18 ▼0.05 | 96.95 ▼9.74 | 44.94 ▼3.20 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=slide | 1,361 | 2.12 | 26.83 | 31.30 |
All Slides /wp-admin/edit.php?post_type=slide | 1,192 | 1.98 | 30.06 | 41.43 |
Add New /wp-admin/post-new.php?post_type=slide | 2,776 | 7.92 | 170.81 | 67.08 |
Settings /wp-admin/edit.php?post_type=slide&page=ccrwp-options | 852 | 1.99 | 23.97 | 25.18 |
Categories /wp-admin/edit-tags.php?taxonomy=category&post_type=slide | 1,491 | 2.13 | 27.21 | 31.73 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
The following items require your attention
- This plugin did not uninstall successfully, leaving 7 options in the database
- category_children
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Everything seems fine, however this is by no means an exhaustive test
SRP 50% 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
The following issues need your attention
- 5× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_theme_support() in wp-content/plugins/cc-roundabout-3d-slider/includes/data-process.php:6
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/cc-roundabout-3d-slider/includes/script.php:27
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/cc-roundabout-3d-slider/includes/admin-settings.php:29
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/cc-roundabout-3d-slider/includes/ccrwp_shorts.php:29
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/cc-roundabout-3d-slider/includes/script.php:27
- > PHP Fatal error
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 93% from 29 tests
readme.txt Passed 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
6 plugin tags: 3d slider, slideshow, 3d testimonial slider, 3d product slider, roundabout...
cc-roundabout-3d-slider/cc-roundabout-slider.php 85% from 13 tests
This is the main PHP file of "CC Roundabout 3D Slider" version 1.0.1, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
The following require your attention:
- Description: Please don't use more than 140 characters for the plugin description (currently 187 characters long)
- Main file name: Name the main plugin file the same as the plugin slug ("cc-roundabout-3d-slider.php" instead of "cc-roundabout-slider.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are not allowed as they can serve as attack vectors
No dangerous file extensions were detected1,693 lines of code in 12 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 6 | 253 | 490 | 1,566 |
PHP | 5 | 14 | 9 | 126 |
CSS | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.04 |
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 | 5 | |
▷ Named functions | 5 | 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
PNG files should be compressed to save space and minimize bandwidth usage
8 PNG files occupy 0.24MB with 0.13MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/screenshot-6.png | 39.37KB | 15.39KB | ▼ 60.90% |
assets/screenshot-2.png | 33.96KB | 14.39KB | ▼ 57.62% |
assets/screenshot-3.png | 13.84KB | 6.49KB | ▼ 53.08% |
assets/screenshot-4.png | 72.43KB | 36.63KB | ▼ 49.43% |
assets/screenshot-5.png | 34.55KB | 15.52KB | ▼ 55.07% |