Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
Install script ran successfully
Server metrics [RAM: ▲0.05MB] [CPU: ▼4.62ms] Passed 4 tests
Server-side resources used by Simple RSS Aggregator
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.06 | 50.60 ▲6.65 |
Dashboard /wp-admin | 3.43 ▲0.09 | 79.21 ▲12.48 |
Posts /wp-admin/edit.php | 3.41 ▲0.05 | 51.45 ▼3.52 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 91.15 ▼16.16 |
Media Library /wp-admin/upload.php | 3.28 ▲0.05 | 42.02 ▼5.46 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=user_feed | 3.27 | 38.66 |
RSS Aggregator /wp-admin/options-general.php?page=simple-rss-aggregator | 3.30 | 35.01 |
Add New /wp-admin/post-new.php?post_type=user_feed | 3.35 | 50.32 |
User Feeds /wp-admin/edit.php?post_type=user_feed | 3.32 | 37.24 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 9 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-comments |
can_compress_scripts |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Simple RSS Aggregator
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,852 ▲91 | 14.34 ▲0.06 | 1.95 ▲0.35 | 42.85 ▲2.32 |
Dashboard /wp-admin | 2,227 ▲47 | 5.51 ▼0.14 | 81.44 ▼7.50 | 41.23 ▼2.73 |
Posts /wp-admin/edit.php | 2,135 ▲32 | 1.98 ▼0.01 | 38.90 ▼3.85 | 37.36 ▲1.36 |
Add New Post /wp-admin/post-new.php | 1,555 ▲27 | 23.09 ▲0.00 | 667.03 ▼1.45 | 63.03 ▲8.65 |
Media Library /wp-admin/upload.php | 1,438 ▲41 | 4.18 ▼0.05 | 112.20 ▲11.41 | 42.10 ▼2.91 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=user_feed | 1,357 | 2.12 | 27.72 | 32.29 |
RSS Aggregator /wp-admin/options-general.php?page=simple-rss-aggregator | 1,007 | 1.85 | 30.24 | 26.67 |
Add New /wp-admin/post-new.php?post_type=user_feed | 1,756 | 3.80 | 68.77 | 34.40 |
User Feeds /wp-admin/edit.php?post_type=user_feed | 1,104 | 1.90 | 31.50 | 33.17 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
These items require your attention
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-comments
- widget_theysaidso_widget
- db_upgraded
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
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)
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please fix the following
- 6× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/simple-rss-aggregator/cron-jobs.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/simple-rss-aggregator/add-userfields.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function add_filter() in wp-content/plugins/simple-rss-aggregator/filters.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/simple-rss-aggregator/admin-template.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/simple-rss-aggregator/add-userfields.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/simple-rss-aggregator/admin.php:3
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
There were no browser issues found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
These attributes need your attention:
- Tags: Too many tags (21 tag instead of maximum 10); only the first 5 tags are used in your directory listing
simple-rss-aggregator/simple-rss-aggregator.php Passed 13 tests
The principal PHP file in "Simple RSS Aggregator" v. 1.0.1 is loaded by WordPress automatically on each request
66 characters long description:
Imports and aggregates RSS Feeds using each user as feed provider.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
Good job! No executable or dangerous file extensions detected424 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 8 | 151 | 81 | 424 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.43 |
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 | 24 | |
▷ Named functions | 24 | 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
PNG files should be compressed to save space and minimize bandwidth usage
No PNG files were detected