Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.07MB] [CPU: ▼4.81ms] Passed 4 tests
This is a short check of server-side resources used by rss scroller
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.06 | 42.19 ▼3.31 |
Dashboard /wp-admin | 3.37 ▲0.07 | 51.74 ▼0.16 |
Posts /wp-admin/edit.php | 3.42 ▲0.07 | 49.52 ▼2.47 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.07 | 87.00 ▼13.28 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 40.80 ▲4.10 |
RSS scroller /wp-admin/options-general.php?page=rss-scroller | 3.26 | 32.43 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 8 new files
Database: no new tables, 15 new options
New WordPress options |
---|
rss_scr_num |
rss_scr_width |
db_upgraded |
rss_scr_title |
widget_theysaidso_widget |
rss_scr_delay |
can_compress_scripts |
widget_recent-comments |
rss_scr_url2 |
theysaidso_admin_options |
... |
Browser metrics Passed 4 tests
An overview of browser requirements for rss scroller
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲58 | 13.26 ▼1.13 | 4.97 ▲2.83 | 43.79 ▼1.47 |
Dashboard /wp-admin | 2,210 ▲25 | 4.86 ▼1.04 | 101.95 ▼3.41 | 38.40 ▼10.38 |
Posts /wp-admin/edit.php | 2,090 ▲1 | 2.04 ▲0.03 | 35.60 ▼1.89 | 33.60 ▼2.77 |
Add New Post /wp-admin/post-new.php | 1,536 ▲3 | 23.22 ▼0.02 | 683.82 ▼34.97 | 52.59 ▼7.05 |
Media Library /wp-admin/upload.php | 1,392 ▲7 | 4.18 ▼0.03 | 97.79 ▼9.13 | 43.27 ▼5.63 |
RSS scroller /wp-admin/options-general.php?page=rss-scroller | 920 | 2.02 | 25.13 | 29.38 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
You still need to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
- theysaidso_admin_options
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected
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 server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/rss-scroller/rss-scroller.php:99
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
3 plugin tags: scrolling, rss, horizontal
rss-scroller/rss-scroller.php Passed 13 tests
The primary PHP file in "rss scroller" version 8.1 is used by WordPress to initiate all plugin functionality
127 characters long description:
This plug-in will display RSS feed with simple scroller or ticker. It gradually reveals each item into view from left to right.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Everything looks great! No dangerous files found in this plugin514 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 43 | 32 | 337 |
PO File | 2 | 58 | 62 | 146 |
JavaScript | 1 | 3 | 0 | 31 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.17 |
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 | 10 | |
▷ Named functions | 10 | 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
There are no PNG files in this plugin