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
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.04MB] [CPU: ▼3.23ms] Passed 4 tests
Server-side resources used by Jeba Plus Multi Slider
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.05 | 35.64 ▼1.58 |
Dashboard /wp-admin | 3.35 ▲0.05 | 44.25 ▼1.17 |
Posts /wp-admin/edit.php | 3.40 ▲0.04 | 50.85 ▲3.82 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.04 | 80.52 ▼9.23 |
Media Library /wp-admin/upload.php | 3.27 ▲0.04 | 32.69 ▼0.92 |
Add New /wp-admin/post-new.php?post_type=jeba-pitems | 3.40 | 47.72 |
JebaSliders /wp-admin/edit.php?post_type=jeba-pitems | 3.32 | 37.38 |
Categories /wp-admin/edit-tags.php?taxonomy=category&post_type=jeba-pitems | 3.26 | 35.52 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=jeba-pitems | 3.26 | 33.70 |
Server storage [IO: ▲0.05MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 6 new files
Database: no new tables, 7 new options
New WordPress options |
---|
category_children |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for Jeba Plus Multi Slider
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,970 ▲224 | 13.77 ▼0.60 | 11.41 ▲9.52 | 41.01 ▲0.75 |
Dashboard /wp-admin | 2,247 ▲73 | 5.88 ▲0.03 | 99.09 ▼7.78 | 39.72 ▼11.38 |
Posts /wp-admin/edit.php | 2,130 ▲41 | 2.03 ▼0.02 | 37.01 ▼2.27 | 33.57 ▼1.88 |
Add New Post /wp-admin/post-new.php | 1,549 ▲16 | 17.68 ▼5.39 | 655.56 ▲11.50 | 52.05 ▼3.82 |
Media Library /wp-admin/upload.php | 1,426 ▲38 | 4.23 ▼0.17 | 99.43 ▼1.51 | 44.09 ▼1.50 |
Add New /wp-admin/post-new.php?post_type=jeba-pitems | 2,380 | 7.80 | 191.94 | 64.34 |
JebaSliders /wp-admin/edit.php?post_type=jeba-pitems | 1,146 | 1.98 | 30.59 | 33.29 |
Categories /wp-admin/edit-tags.php?taxonomy=category&post_type=jeba-pitems | 1,481 | 2.18 | 29.77 | 31.88 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=jeba-pitems | 1,345 | 2.15 | 30.10 | 28.99 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
You still need to fix the following
- Zombie WordPress options detected upon uninstall: 7 options
- widget_recent-comments
- theysaidso_admin_options
- db_upgraded
- widget_recent-posts
- widget_theysaidso_widget
- category_children
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please take a closer look at the following
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/jeba-plus-multi-slider/jeba-index.php:13
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
Optimizations
Plugin configuration 87% 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:
- Contributors: Plugin contributors field is missing
- Screenshots: Please add images for these screenshots: #1 (How to use shortcode in editor.), #2 (Another demo.)
jeba-plus-multi-slider/jeba-index.php 85% from 13 tests
The main file in "Jeba Plus Multi Slider" v. 1.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
The following require your attention:
- Description: Please keep the plugin description shorter than 140 characters (currently 349 characters long)
- Main file name: It is recommended to name the main PHP file as the plugin slug ("jeba-plus-multi-slider.php" instead of "jeba-index.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
There were no executable files found in this plugin751 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 2 | 151 | 177 | 584 |
PHP | 1 | 40 | 10 | 166 |
CSS | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.06 |
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 | 8 | |
▷ Named functions | 8 | 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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
1 PNG file occupies 0.00MB with 0.00MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
js/img/plus-sprite.png | 3.34KB | 2.58KB | ▼ 22.62% |