Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Install script ran successfully
Server metrics [RAM: ▼0.05MB] [CPU: ▼18.37ms] Passed 4 tests
Server-side resources used by Easy Fullscreen Slider
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 30.42 ▼8.53 |
Dashboard /wp-admin | 3.39 ▲0.09 | 48.55 ▼5.83 |
Posts /wp-admin/edit.php | 3.50 ▲0.15 | 53.41 ▼14.26 |
Add New Post /wp-admin/post-new.php | 5.52 ▼0.36 | 75.93 ▼44.84 |
Media Library /wp-admin/upload.php | 3.31 ▲0.09 | 36.77 ▼0.69 |
Easy Fullscreen Slider /wp-admin/options-general.php?page=easy-fullscreen-slider | 3.46 | 40.66 |
Server storage [IO: ▲9.44MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 185 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
can_compress_scripts |
db_upgraded |
efs-settings |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for Easy Fullscreen Slider
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.34 ▼0.25 | 1.90 ▲0.09 | 49.06 ▲8.94 |
Dashboard /wp-admin | 2,202 ▲22 | 5.63 ▼0.02 | 86.98 ▼6.43 | 37.98 ▼2.96 |
Posts /wp-admin/edit.php | 2,104 ▼1 | 1.99 ▲0.05 | 38.88 ▼3.51 | 33.75 ▼10.53 |
Add New Post /wp-admin/post-new.php | 7,599 ▲6,073 | 22.69 ▲1.64 | 1,036.14 ▲383.95 | 47.45 ▼3.39 |
Media Library /wp-admin/upload.php | 1,404 ▲1 | 4.27 ▲0.06 | 100.11 ▲0.29 | 44.22 ▲2.94 |
Easy Fullscreen Slider /wp-admin/options-general.php?page=easy-fullscreen-slider | 2,340 | 3.32 | 45.74 | 275.54 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% 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
- Uninstall procedure had uncaught errors
- > Deprecated in wp-includes/class-wp-hook.php+310
Non-static method EasyFullscreenSlider::deactivate() should not be called statically
- This plugin does not fully uninstall, leaving 7 options in the database
- can_compress_scripts
- efs-settings
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
The smoke test was a success, however most plugin functionality was not tested
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
Please take a closer look at the following
- 93× PHP files trigger server errors when accessed directly (only 10 are shown):
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 80
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 77
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 6
- > PHP Notice
Undefined variable: values in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 80
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 10
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 26
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 12
- > PHP Notice
Undefined variable: default_values in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 69
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 20
- > PHP Notice
Undefined variable: values in wp-content/plugins/easy-fullscreen-slider/templates/settings_post.php on line 61
- > PHP Notice
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
5 plugin tags: supersized, background, slideshow, slider, fullscreen
easy-fullscreen-slider/easy-fullscreen-slider.php 92% from 13 tests
The main PHP file in "Easy Fullscreen Slider" ver. 2.0.4 adds more information about the plugin and also serves as the entry point for this plugin
Please make the necessary changes and fix the following:
- Description: The description should be shorter than 140 characters (currently 195 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Everything looks great! No dangerous files found in this plugin1,109 lines of code in 12 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 51 | 91 | 884 |
CSS | 3 | 23 | 25 | 174 |
JavaScript | 4 | 11 | 85 | 51 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.22 |
Average class complexity | 17.33 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 47.00 |
Average method complexity | 3.88 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 25.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 3 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 3 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 17 | |
▷ Static methods | 1 | 5.88% |
▷ Public methods | 17 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.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 50% from 2 tests
Image compression 50% from 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
171 PNG files occupy 9.29MB with 2.61MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/img/bg_patterns/smooth_wall.png | 105.09KB | 77.61KB | ▼ 26.14% |
assets/img/bg_patterns/gold_scale.png | 1.37KB | 1.72KB | 0.00% |
assets/img/pause.png | 1.10KB | 0.35KB | ▼ 68.08% |
assets/img/bg_patterns/lghtmesh.png | 55.38KB | 29.98KB | ▼ 45.87% |
assets/img/bg_patterns/littleknobs.png | 0.28KB | 0.28KB | 0.35% |