Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.10MB] [CPU: ▲0.95ms] Passed 4 tests
A check of server-side resources used by Info List Slideshow
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.58 ▲0.12 | 44.53 ▲1.50 |
Dashboard /wp-admin | 3.40 ▲0.10 | 48.28 ▼3.62 |
Posts /wp-admin/edit.php | 3.45 ▲0.10 | 49.58 ▲0.89 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.10 | 96.59 ▲6.46 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 39.38 ▲5.04 |
Gallery showcases /wp-admin/edit.php?post_type=ils_gallery_slider&page=responsive_gallery-ils-bar-submenu-page | 3.29 | 36.59 |
All Images /wp-admin/edit.php?post_type=ils_gallery_slider | 3.37 | 38.21 |
Gallery Category /wp-admin/edit-tags.php?taxonomy=responsive_ils_slider-category&post_type=ils_gallery_slider | 3.32 | 35.41 |
Add New /wp-admin/post-new.php?post_type=ils_gallery_slider | 3.44 | 50.55 |
Server storage [IO: ▲0.53MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 57 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Info List Slideshow: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,017 ▲256 | 13.74 ▼0.64 | 12.82 ▲11.06 | 47.44 ▲1.58 |
Dashboard /wp-admin | 2,259 ▲56 | 5.87 ▲0.79 | 110.44 ▼7.13 | 44.02 ▼2.11 |
Posts /wp-admin/edit.php | 2,138 ▲38 | 2.01 ▲0.02 | 40.51 ▲1.41 | 36.05 ▲0.52 |
Add New Post /wp-admin/post-new.php | 1,558 ▲16 | 17.66 ▼5.47 | 648.27 ▼36.68 | 67.91 ▲18.36 |
Media Library /wp-admin/upload.php | 1,441 ▲44 | 4.18 ▼0.04 | 105.37 ▼2.93 | 50.84 ▲3.78 |
Gallery showcases /wp-admin/edit.php?post_type=ils_gallery_slider&page=responsive_gallery-ils-bar-submenu-page | 831 | 2.02 | 26.64 | 30.15 |
All Images /wp-admin/edit.php?post_type=ils_gallery_slider | 1,119 | 1.93 | 31.84 | 31.94 |
Gallery Category /wp-admin/edit-tags.php?taxonomy=responsive_ils_slider-category&post_type=ils_gallery_slider | 1,289 | 2.17 | 27.14 | 29.04 |
Add New /wp-admin/post-new.php?post_type=ils_gallery_slider | 2,343 | 7.57 | 171.03 | 65.25 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
The following issues need your attention
- 3× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/info-list-slideshow/ils_gallery_admin_settings_center.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/info-list-slideshow/info-list-slideshow.php:329
- > PHP Fatal error
Uncaught Error: Call to undefined function the_post_thumbnail() in wp-content/plugins/info-list-slideshow/designs/template.php:3
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
These are user-side errors you should fix
- > GET request to /wp-admin/edit.php?post_type=ils_gallery_slider&page=responsive_gallery-ils-bar-submenu-page
- > Network (severe)
wp-content/plugins/info-list-slideshow/images/design-1.jpg - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
Attributes that require attention:
- Screenshots: These screenshots do not have images: #1 (Designs Views from admin side), #2 (Catagroies shortcode)
info-list-slideshow/info-list-slideshow.php Passed 13 tests
Analyzing the main PHP file in "Info List Slideshow" version 1.0
39 characters long description:
A simple Responsive Info List Slideshow
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
There were no executable files found in this plugin3,857 lines of code in 31 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 18 | 549 | 376 | 2,266 |
CSS | 10 | 253 | 129 | 1,299 |
PHP | 3 | 58 | 25 | 292 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.20 |
Average class complexity | 21.00 |
▷ Minimum class complexity | 21.00 |
▷ Maximum class complexity | 21.00 |
Average method complexity | 2.67 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 10.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 12 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 12 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 4 | |
▷ Named functions | 4 | 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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
25 PNG files occupy 0.31MB with 0.30MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
themes/light/images/up-arrow.png | 3.31KB | 0.45KB | ▼ 86.45% |
themes/default-big/images/left-arrow.png | 22.89KB | 0.42KB | ▼ 98.16% |
themes/dark/images/left-arrow.png | 22.89KB | 0.44KB | ▼ 98.07% |
themes/light-big/images/left-arrow.png | 23.34KB | 0.58KB | ▼ 97.53% |
themes/default/images/left-arrow.png | 22.60KB | 0.26KB | ▼ 98.84% |