Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
This plugin's installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼9.15ms] Passed 4 tests
Analyzing server-side resources used by Rss news display
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 36.85 ▼3.58 |
Dashboard /wp-admin | 3.33 ▼0.02 | 46.60 ▼10.74 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 49.31 ▼0.49 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.02 | 84.23 ▼18.20 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 36.12 ▼4.07 |
Rss news display /wp-admin/options-general.php?page=rss-news-display | 3.22 | 28.63 |
Server storage [IO: ▲0.07MB] [DB: ▲0.07MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 13 new files
Database: no new tables, 17 new options
New WordPress options |
---|
widget_theysaidso_widget |
db_upgraded |
rssnews_rss3 |
rssnews_rss4 |
rssnews_rss2 |
widget_recent-posts |
widget_rssnewsdisplay |
rssnews_direction5 |
rssnews_direction3 |
widget_recent-comments |
... |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Rss news display
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,901 ▲155 | 13.43 ▼0.92 | 8.55 ▲6.77 | 39.14 ▼1.84 |
Dashboard /wp-admin | 2,202 ▲25 | 5.63 ▲0.05 | 84.06 ▼8.06 | 36.38 ▼3.30 |
Posts /wp-admin/edit.php | 2,083 ▼17 | 2.00 ▲0.01 | 34.41 ▼2.30 | 33.39 ▼3.20 |
Add New Post /wp-admin/post-new.php | 1,530 ▲4 | 23.26 ▲0.27 | 638.84 ▼4.29 | 54.05 ▲3.11 |
Media Library /wp-admin/upload.php | 1,401 ▲1 | 4.21 ▲0.01 | 101.60 ▲1.09 | 41.43 ▼1.90 |
Rss news display /wp-admin/options-general.php?page=rss-news-display | 1,070 | 1.99 | 23.11 | 30.45 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- Zombie WordPress options were found after uninstall: 7 options
- theysaidso_admin_options
- can_compress_scripts
- widget_rssnewsdisplay
- widget_theysaidso_widget
- widget_recent-comments
- db_upgraded
- widget_recent-posts
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
Even though everything seems fine, this is not an exhaustive test
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
Almost there! Just fix the following items
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Class 'WP_Widget' not found in wp-content/plugins/rss-news-display/rss-news-display.php:369
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
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 undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
4 plugin tags: wordpress, news, rss, plugin
rss-news-display/rss-news-display.php 92% from 13 tests
"Rss news display" version 9.2's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
It is important to fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 541 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Everything looks great! No dangerous files found in this plugin758 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 47 | 31 | 475 |
PO File | 3 | 77 | 112 | 186 |
CSS | 1 | 11 | 25 | 94 |
JavaScript | 1 | 0 | 25 | 2 |
HTML | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.18 |
Average class complexity | 13.00 |
▷ Minimum class complexity | 13.00 |
▷ Maximum class complexity | 13.00 |
Average method complexity | 3.40 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 8.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 | 5 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 5 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 11 | |
▷ Named functions | 11 | 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
All PNG images should be compressed to minimize bandwidth usage for end users
There were not PNG files found in your plugin