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.03MB] [CPU: ▼1.10ms] Passed 4 tests
An overview of server-side resources used by Responsive Bottom-Up Slider
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 43.69 ▲0.43 |
Dashboard /wp-admin | 3.33 ▲0.03 | 51.39 ▲0.55 |
Posts /wp-admin/edit.php | 3.38 ▲0.03 | 49.06 ▼3.03 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.03 | 113.94 ▲9.84 |
Media Library /wp-admin/upload.php | 3.25 ▲0.03 | 37.67 ▼2.34 |
Responsive Bottom-Up Slider /wp-admin/options-general.php?page=responsive-bottom-up-slider/admin.php | 3.22 | 32.00 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 8 new files
Database: no new tables, 10 new options
New WordPress options |
---|
widget_recent-comments |
can_compress_scripts |
rs_display_secs |
widget_recent-posts |
theysaidso_admin_options |
rs_hide_days |
widget_theysaidso_widget |
db_upgraded |
rs_content |
rs_enabled |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Responsive Bottom-Up Slider
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,825 ▲64 | 14.30 ▼0.23 | 2.58 ▲0.99 | 51.35 ▲3.33 |
Dashboard /wp-admin | 2,199 ▲22 | 5.62 ▼0.05 | 93.54 ▲2.75 | 45.70 ▲4.64 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.01 ▼0.02 | 35.78 ▼1.31 | 34.16 ▲2.96 |
Add New Post /wp-admin/post-new.php | 1,531 ▲3 | 23.13 ▼0.04 | 651.66 ▼43.19 | 57.89 ▼9.35 |
Media Library /wp-admin/upload.php | 1,404 ▲7 | 4.17 ▼0.04 | 96.91 ▼2.54 | 41.84 ▼0.22 |
Responsive Bottom-Up Slider /wp-admin/options-general.php?page=responsive-bottom-up-slider/admin.php | 849 | 1.99 | 27.12 | 24.82 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- This plugin does not fully uninstall, leaving 10 options in the database
- rs_enabled
- db_upgraded
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-posts
- widget_theysaidso_widget
- rs_content
- rs_hide_days
- rs_display_secs
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
The smoke test was a success, however most plugin functionality was not tested
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
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function is_admin() in wp-content/plugins/responsive-bottom-up-slider/admin.php:2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
5 plugin tags: responsive popup, slider, responsive banner, popup, nag
responsive-bottom-up-slider/responsive-slider.php 77% from 13 tests
The main PHP script in "Responsive Bottom-Up Slider" version 1.1.5 is automatically included on every request by WordPress
You should first fix the following items:
- Text Domain: The text domain should only use lowercase characters and dashes
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 261 characters long)
- Main file name: It is recommended to name the main PHP file as the plugin slug ("responsive-bottom-up-slider.php" instead of "responsive-slider.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
Everything looks great! No dangerous files found in this plugin235 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 2 | 23 | 13 | 141 |
PHP | 4 | 10 | 12 | 94 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.13 |
Average class complexity | 2.00 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 2.00 |
Average method complexity | 1.12 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 2.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 | 8 | |
▷ Static methods | 8 | 100.00% |
▷ Public methods | 8 | 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 Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There are no PNG files in this plugin