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.33MB] [CPU: ▼3.94ms] Passed 4 tests
This is a short check of server-side resources used by Category Specific RSS feed Subscription
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.81 ▲0.35 | 46.62 ▲7.78 |
Dashboard /wp-admin | 3.67 ▲0.36 | 53.21 ▲1.09 |
Posts /wp-admin/edit.php | 3.72 ▲0.36 | 50.41 ▼4.02 |
Add New Post /wp-admin/post-new.php | 6.19 ▲0.30 | 90.93 ▼10.75 |
Media Library /wp-admin/upload.php | 3.53 ▲0.30 | 35.93 ▼2.08 |
Category Specific RSS /wp-admin/options-general.php?page=category-specific-rss-feed-menu/category-specific-rss-wp.php | 3.50 | 38.01 |
Server storage [IO: ▲0.12MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 10 new files
Database: no new tables, 14 new options
New WordPress options |
---|
cat_rss_custom |
widget_recent-comments |
cat_rss_all_aut |
cat_rss_all_cat |
rss_category_1_link |
cat_rss_show_image_on_left |
rss_widget_title_name |
rss_category_1_name |
theysaidso_admin_options |
can_compress_scripts |
... |
Browser metrics Passed 4 tests
Checking browser requirements for Category Specific RSS feed Subscription
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,795 ▲34 | 14.72 ▲0.35 | 1.73 ▲0.07 | 44.11 ▼1.37 |
Dashboard /wp-admin | 2,202 ▲22 | 5.62 ▼0.01 | 91.85 ▼0.53 | 42.99 ▲0.10 |
Posts /wp-admin/edit.php | 2,101 ▲4 | 2.00 ▼0.02 | 33.77 ▼2.15 | 36.18 ▼1.89 |
Add New Post /wp-admin/post-new.php | 1,539 ▲11 | 20.97 ▼2.31 | 670.25 ▼5.73 | 54.92 ▼6.92 |
Media Library /wp-admin/upload.php | 1,401 ▲4 | 4.24 ▲0.15 | 101.81 ▼25.72 | 44.37 ▼3.29 |
Category Specific RSS /wp-admin/options-general.php?page=category-specific-rss-feed-menu/category-specific-rss-wp.php | 1,111 | 2.00 | 22.51 | 27.75 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
You still need to fix the following
- This plugin does not fully uninstall, leaving 14 options in the database
- cat_rss_show_image_on_left
- widget_theysaidso_widget
- db_upgraded
- cat_rss_custom
- cat_rss_show_post_count
- widget_recent-comments
- rss_category_1_name
- rss_widget_title_name
- rss_category_1_link
- cat_rss_all_aut
- ...
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP Passed 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Congratulations! This plugin passed the SRP test
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 90% from 29 tests
readme.txt 94% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
These attributes need to be fixed:
- Tags: There are too many tags (14 tag instead of maximum 10)
category-specific-rss-feed-menu/category-specific-rss-wp.php 85% from 13 tests
This is the main PHP file of "Category Specific RSS feed Subscription" version v2.3..., providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
The following require your attention:
- Main file name: The principal plugin file should be the same as the plugin slug ("category-specific-rss-feed-menu.php" instead of "category-specific-rss-wp.php")
- Version: The version number should be digits and periods (ex. "1.0.3" instead of "v2.3...")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Everything looks great! No dangerous files found in this plugin1,714 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 300 | 270 | 1,682 |
CSS | 1 | 1 | 1 | 32 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.46 |
Average class complexity | 164.50 |
▷ Minimum class complexity | 131.00 |
▷ Maximum class complexity | 198.00 |
Average method complexity | 4.85 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 57.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 85 | |
▷ Static methods | 1 | 1.18% |
▷ Public methods | 69 | 81.18% |
▷ Protected methods | 16 | 18.82% |
▷ Private methods | 0 | 0.00% |
Functions | 15 | |
▷ Named functions | 15 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 23 | |
▷ Global constants | 23 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
2 compressed PNG files occupy 0.00MB
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
rss_icon_2.png | 1.35KB | 0.95KB | ▼ 29.81% |
rss_small_icon.png | 0.58KB | 0.79KB | 0.00% |