Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Please fix the following installer errors
- Install procedure validation failed for this plugin
- > Deprecated in wp-content/plugins/categorized-rss-feed/categorized-rss-feed.php+11
Methods with the same name as their class will not be constructors in a future version of PHP; MyCategorizedRssFeedWidget has a deprecated constructor
Server metrics [RAM: ▼1.92MB] [CPU: ▼58.71ms] Passed 4 tests
Analyzing server-side resources used by Categorized Rss Feed
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.07 ▼1.40 | 5.57 ▼36.59 |
Dashboard /wp-admin | 2.09 ▼1.22 | 7.75 ▼49.54 |
Posts /wp-admin/edit.php | 2.09 ▼1.27 | 7.56 ▼46.16 |
Add New Post /wp-admin/post-new.php | 2.09 ▼3.80 | 5.43 ▼102.54 |
Media Library /wp-admin/upload.php | 2.09 ▼1.14 | 5.57 ▼29.89 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] 67% from 3 tests
A short overview of filesystem and database impact
Please try to fix the following items
- You have illegally modified 1 file (4.00KB) outside of "wp-content/plugins/categorized-rss-feed/" and "wp-content/uploads/"
- (new file) wp-content/mgd_mirror/mgd_maximinodotpy-gitdown-test-repository
Filesystem: 4 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
widget_theysaidso_widget |
theysaidso_admin_options |
db_upgraded |
widget_mycategorizedrssfeedwidget |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for Categorized Rss Feed
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,815 ▲29 | 14.74 ▲0.16 | 1.85 ▼0.01 | 43.42 ▼1.03 |
Dashboard /wp-admin | 2,221 ▲18 | 4.88 ▼0.96 | 120.78 ▲11.58 | 42.86 ▼1.78 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 2.05 ▲0.02 | 35.67 ▼4.04 | 33.93 ▼3.60 |
Add New Post /wp-admin/post-new.php | 1,545 ▼0 | 23.44 ▲0.30 | 601.59 ▼82.39 | 47.22 ▼2.70 |
Media Library /wp-admin/upload.php | 1,403 ▲9 | 4.20 ▼0.04 | 97.16 ▼12.96 | 43.17 ▼2.33 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
The following items require your attention
- This plugin did not uninstall without warnings or errors
- > Deprecated in wp-content/plugins/categorized-rss-feed/categorized-rss-feed.php+11
Methods with the same name as their class will not be constructors in a future version of PHP; MyCategorizedRssFeedWidget has a deprecated constructor
- Zombie WordPress options were found after uninstall: 7 options
- widget_mycategorizedrssfeedwidget
- widget_recent-comments
- db_upgraded
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-posts
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
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
Almost there! Just fix the following items
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Class 'WP_Widget' not found in wp-content/plugins/categorized-rss-feed/categorized-rss-feed.php:11
- > 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 93% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Attributes that need to be fixed:
- Screenshots: Screenshot #1 (Displayed Rss feed link button.) image required
- Donate link: Invalid url: ""
categorized-rss-feed/categorized-rss-feed.php Passed 13 tests
The main PHP file in "Categorized Rss Feed" ver. 1.0.3 adds more information about the plugin and also serves as the entry point for this plugin
32 characters long description:
Widget for categorized RSS feed.
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
No dangerous file extensions were detected53 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 4 | 9 | 53 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.20 |
Average class complexity | 6.00 |
▷ Minimum class complexity | 6.00 |
▷ Maximum class complexity | 6.00 |
Average method complexity | 2.25 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 6.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 | 4 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 4 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 1 | |
▷ Named functions | 1 | 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
2 PNG files occupy 0.01MB with 0.00MB in potential savings
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
rss.png | 1.29KB | 1.40KB | 0.00% |
screenshot-1.png | 9.10KB | 1.87KB | ▼ 79.43% |