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.03MB] [CPU: ▼1.97ms] Passed 4 tests
Server-side resources used by RSS Feed Styles
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 35.16 ▼0.56 |
Dashboard /wp-admin | 3.33 ▲0.03 | 45.08 ▼4.08 |
Posts /wp-admin/edit.php | 3.38 ▲0.03 | 45.47 ▼1.21 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.05 | 91.17 ▲1.16 |
Media Library /wp-admin/upload.php | 3.25 ▲0.03 | 33.13 ▼2.04 |
RSS Feed Styles /wp-admin/options-general.php?page=rss-feed-styles | 3.28 | 32.22 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin was installed successfully
Filesystem: 23 new files
Database: no new tables, 12 new options
New WordPress options |
---|
rss_feed_styles_secret_id |
theysaidso_admin_options |
rss_feed_styles_credit_disabled |
rss_feed_styles_enabled_buttons |
widget_recent-comments |
can_compress_scripts |
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
rss_feed_styles_enabled_readers |
... |
Browser metrics Passed 4 tests
This is an overview of browser requirements for RSS Feed Styles
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,808 ▲73 | 13.21 ▼1.37 | 1.64 ▲0.04 | 40.82 ▲2.58 |
Dashboard /wp-admin | 2,214 ▲25 | 6.01 ▲1.09 | 101.37 ▼5.73 | 38.86 ▼4.67 |
Posts /wp-admin/edit.php | 2,094 ▲5 | 2.03 ▲0.02 | 36.68 ▼3.24 | 35.03 ▼4.85 |
Add New Post /wp-admin/post-new.php | 1,521 ▼12 | 23.41 ▲0.16 | 649.43 ▲63.11 | 48.58 ▼4.30 |
Media Library /wp-admin/upload.php | 1,399 ▲11 | 4.20 ▼0.00 | 98.06 ▼12.43 | 43.98 ▲0.10 |
RSS Feed Styles /wp-admin/options-general.php?page=rss-feed-styles | 961 | 2.03 | 24.02 | 28.33 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 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: 10 options
- rss_feed_styles_enabled_buttons
- db_upgraded
- rss_feed_styles_full_html
- widget_recent-comments
- widget_theysaidso_widget
- rss_feed_styles_enabled_readers
- widget_recent-posts
- rss_feed_styles_last_fetch_upsell
- theysaidso_admin_options
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Everything seems fine, however this is by no means 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
Please fix the following
- 2× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/rss-feed-styles/includes/class-loader.php:123
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/rss-feed-styles/admin/partials/rss-feed-styles-admin-display.php:43
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser issues were found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
These attributes need to be fixed:
- Tags: Please delete some tags, you are using 14 tag instead of maximum 10
rss-feed-styles/rss-feed-styles.php Passed 13 tests
The primary PHP file in "RSS Feed Styles" version 1.0.6 is used by WordPress to initiate all plugin functionality
79 characters long description:
Styles your RSS feed automatically. Your RSS feed is at http://myblog.com/feed/
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are not allowed as they can serve as attack vectors
Success! There were no dangerous files found in this plugin706 lines of code in 17 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 13 | 111 | 572 | 577 |
XSLT | 1 | 7 | 0 | 68 |
CSS | 2 | 4 | 4 | 58 |
JavaScript | 1 | 2 | 27 | 3 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.41 |
Average class complexity | 4.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 15.00 |
Average method complexity | 1.65 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 6.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 8 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 8 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 37 | |
▷ Static methods | 6 | 16.22% |
▷ Public methods | 32 | 86.49% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 5 | 13.51% |
Functions | 8 | |
▷ Named functions | 8 | 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
No PNG images were found in this plugin