10% fix-my-feed-rss-repair

Code Review | Fix My Feed RSS Repair

WordPress plugin Fix My Feed RSS Repair scored10%from 54 tests.

About plugin

  • Plugin page: fix-my-feed-rss-r...
  • Plugin version: 1.4
  • PHP version: 7.4.16
  • WordPress compatibility: 3.0-4.4
  • WordPress version: 6.3.1
  • First release: May 17, 2012
  • Latest release: Feb 4, 2016
  • Number of updates: 8
  • Update frequency: every 169.9 days
  • Top authors: Scriptonite (100%)

Code review

54 tests

User reviews

36 reviews

Install metrics

4,000+ active /66,926 total downloads

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
PageMemory (MB)CPU Time (ms)
Home /2.06 ▼1.404.69 ▼40.51
Dashboard /wp-admin2.08 ▼1.235.30 ▼42.72
Posts /wp-admin/edit.php2.08 ▼1.287.05 ▼41.30
Add New Post /wp-admin/post-new.php2.08 ▼3.815.67 ▼89.07
Media Library /wp-admin/upload.php2.08 ▼1.156.44 ▼30.13
Rss Feed Fix /wp-admin/tools.php?page=rss-fix-my-feed2.087.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
PageNodesMemory (MB)Script (ms)Layout (ms)
Home /2,804 ▲6913.19 ▼1.181.79 ▼0.0844.61 ▼3.62
Dashboard /wp-admin2,210 ▲194.85 ▼0.02111.72 ▲2.1940.14 ▼3.07
Posts /wp-admin/edit.php2,093 ▲72.04 ▲0.0040.77 ▲5.0434.83 ▲4.04
Add New Post /wp-admin/post-new.php1,536 ▲1523.36 ▲0.13658.39 ▼28.0059.21 ▲7.37
Media Library /wp-admin/upload.php1,392 ▲14.15 ▼0.1497.58 ▼2.3841.08 ▼2.45
Rss Feed Fix /wp-admin/tools.php?page=rss-fix-my-feed7822.1526.5326.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

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:
LanguageFilesBlank linesComment linesLines of code
PHP2602081

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 code0.32
Average class complexity0.00
▷ Minimum class complexity0.00
▷ Maximum class complexity0.00
Average method complexity0.00
▷ Minimum method complexity0.00
▷ Maximum method complexity0.00
Code structure
Namespaces0
Interfaces0
Traits0
Classes0
▷ Abstract classes00.00%
▷ Concrete classes00.00%
▷ Final classes00.00%
Methods0
▷ Static methods00.00%
▷ Public methods00.00%
▷ Protected methods00.00%
▷ Private methods00.00%
Functions4
▷ Named functions4100.00%
▷ Anonymous functions00.00%
Constants1
▷ Global constants1100.00%
▷ Class constants00.00%
▷ Public constants00.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