Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
These installer errors require your attention
- This plugin did not install gracefully
- > Notice in wp-content/plugins/fix-my-feed-rss-repair/rss-feed-fixr.php+14
Undefined variable: file
Server metrics [RAM: ▼1.93MB] [CPU: ▼53.40ms] Passed 4 tests
Server-side resources used by Fix My Feed RSS Repair
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.06 ▼1.40 | 4.69 ▼40.51 |
Dashboard /wp-admin | 2.08 ▼1.23 | 5.30 ▼42.72 |
Posts /wp-admin/edit.php | 2.08 ▼1.28 | 7.05 ▼41.30 |
Add New Post /wp-admin/post-new.php | 2.08 ▼3.81 | 5.67 ▼89.07 |
Media Library /wp-admin/upload.php | 2.08 ▼1.15 | 6.44 ▼30.13 |
Rss Feed Fix /wp-admin/tools.php?page=rss-fix-my-feed | 2.08 | 7.77 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] 67% from 3 tests
Analyzing filesystem and database footprints of this plugin
Please try to fix the following items
- Illegal file modification detected: 1 file (1.20KB) outside of "wp-content/plugins/fix-my-feed-rss-repair/" and "wp-content/uploads/"
- (new file) fix.php
Filesystem: 4 new files
Database: no new tables, 7 new options
New WordPress options |
---|
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
fix_my_feed_dismissit |
db_upgraded |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for Fix My Feed RSS Repair
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.19 ▼1.18 | 1.79 ▼0.08 | 44.61 ▼3.62 |
Dashboard /wp-admin | 2,210 ▲19 | 4.85 ▼0.02 | 111.72 ▲2.19 | 40.14 ▼3.07 |
Posts /wp-admin/edit.php | 2,093 ▲7 | 2.04 ▲0.00 | 40.77 ▲5.04 | 34.83 ▲4.04 |
Add New Post /wp-admin/post-new.php | 1,536 ▲15 | 23.36 ▲0.13 | 658.39 ▼28.00 | 59.21 ▲7.37 |
Media Library /wp-admin/upload.php | 1,392 ▲1 | 4.15 ▼0.14 | 97.58 ▼2.38 | 41.08 ▼2.45 |
Rss Feed Fix /wp-admin/tools.php?page=rss-fix-my-feed | 782 | 2.15 | 26.53 | 26.37 |
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
- Uninstall procedure had uncaught errors
- > Notice in wp-content/plugins/fix-my-feed-rss-repair/rss-feed-fixr.php+14
Undefined variable: file
- Zombie WordPress options were found after uninstall: 7 options
- widget_theysaidso_widget
- fix_my_feed_dismissit
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Please fix the following server-side errors
- > GET request to /wp-admin/tools.php?page=rss-fix-my-feed
- > Notice in wp-content/plugins/fix-my-feed-rss-repair/rss-feed-fixr.php+14
Undefined variable: file
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
The following issues need your attention
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/fix-my-feed-rss-repair/rss-feed-fixr.php:13
- > PHP Fatal error
Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in wp-content/plugins/fix-my-feed-rss-repair/fix.php on line 7
- > 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 93% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
3 plugin tags: rss, fix rss, broken feed
fix-my-feed-rss-repair/rss-feed-fixr.php 85% from 13 tests
The principal PHP file in "Fix My Feed RSS Repair" v. 1.4 is loaded by WordPress automatically on each request
It is important to fix the following:
- Main file name: Even though not officially enforced, the main plugin file should be the same as the plugin slug ("fix-my-feed-rss-repair.php" instead of "rss-feed-fixr.php")
- Description: Please don't use more than 140 characters for the plugin description (currently 314 characters long)
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 detected81 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 60 | 20 | 81 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.32 |
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 | 4 | |
▷ Named functions | 4 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.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
PNG images were not found in this plugin