Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
This plugin's installer ran successfully
Server metrics [RAM: ▼0.24MB] [CPU: ▼20.75ms] Passed 4 tests
An overview of server-side resources used by radSLIDE
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.05 | 38.70 ▼9.13 |
Dashboard /wp-admin | 3.41 ▲0.06 | 55.44 ▼10.58 |
Posts /wp-admin/edit.php | 3.52 ▲0.16 | 53.59 ▲0.84 |
Add New Post /wp-admin/post-new.php | 4.70 ▼1.19 | 47.06 ▼64.13 |
Media Library /wp-admin/upload.php | 3.33 ▲0.10 | 41.86 ▲5.12 |
Slideshows /wp-admin/admin.php?page=radslide_slideshows | 3.30 | 35.85 |
Help /wp-admin/admin.php?page=radslide_help | 3.29 | 36.66 |
Uninstall /wp-admin/admin.php?page=radslide_uninstall | 3.29 | 36.10 |
Server storage [IO: ▲1.11MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 119 new files
Database: 2 new tables, 7 new options
New tables |
---|
wp_radslide_slideshow |
wp_radslide_slide |
New WordPress options |
---|
db_upgraded |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
theysaidso_admin_options |
can_compress_scripts |
radslide_db_version |
Browser metrics Passed 4 tests
This is an overview of browser requirements for radSLIDE
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,935 ▲189 | 13.77 ▼0.76 | 9.09 ▲7.19 | 43.91 ▼1.39 |
Dashboard /wp-admin | 2,230 ▲53 | 5.62 ▼0.00 | 92.75 ▲3.58 | 42.30 ▲1.53 |
Posts /wp-admin/edit.php | 2,138 ▲41 | 2.03 ▲0.06 | 35.04 ▼2.74 | 32.69 ▼3.09 |
Add New Post /wp-admin/post-new.php | 1,637 ▲111 | 23.48 ▲0.27 | 686.14 ▲57.16 | 53.26 ▲1.46 |
Media Library /wp-admin/upload.php | 1,438 ▲41 | 4.17 ▲0.00 | 102.53 ▲4.97 | 45.30 ▲2.00 |
Slideshows /wp-admin/admin.php?page=radslide_slideshows | 839 | 1.97 | 41.67 | 35.61 |
Help /wp-admin/admin.php?page=radslide_help | 953 | 2.03 | 22.12 | 28.72 |
Uninstall /wp-admin/admin.php?page=radslide_uninstall | 844 | 1.83 | 24.79 | 32.48 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
You still need to fix the following
- This plugin does not fully uninstall, leaving 2 tables in the database
- wp_radslide_slideshow
- wp_radslide_slide
- Zombie WordPress options detected upon uninstall: 7 options
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
- radslide_db_version
- db_upgraded
- can_compress_scripts
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 everything seems fine, this is not 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
Please fix the following items
- 6× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/radslide/ajax/slides.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/radslide/ajax/uninstall.php:13
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/radslide/display.php:44
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/radslide/setup.php:37
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/radslide/ajax/slideshows.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/radslide/display.php:44
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
Attributes that require attention:
- Screenshots: Screenshot #1 (Managing a slideshow) image not found
radslide/radslide.php Passed 13 tests
The entry point to "radSLIDE" version 2.1 is a PHP file that has certain tags in its header comment area
85 characters long description:
A javascript slideshow plugin that supports multiple slideshows and uses jQuery Cycle
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
Everything looks great! No dangerous files found in this plugin16,190 lines of code in 94 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 42 | 1,124 | 1,710 | 10,132 |
HTML | 24 | 665 | 12 | 4,542 |
CSS | 18 | 274 | 52 | 988 |
PHP | 10 | 91 | 70 | 528 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.08 |
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 | 34 | |
▷ Named functions | 34 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
1 PNG file occupies 0.02MB with 0.01MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
vendor/codemirror/css/baboon.png | 21.23KB | 10.56KB | ▼ 50.26% |