10% missed-schedule-wordpress-plugin-fix

Code Review | Missed Schedule WordPress Plugin Fix

WordPress plugin Missed Schedule WordPress Plugin Fix scored10%from 54 tests.

About plugin

  • Plugin page: missed-schedule-w...
  • Plugin version: 1.0.2b...
  • PHP version: 7.4.16
  • WordPress compatibility: 2.0.2-3.1
  • WordPress version: 6.3.1
  • First release: Apr 22, 2011
  • Latest release: Mar 1, 2013
  • Number of updates: 4
  • Update frequency: every 169.8 days
  • Top authors: byrev (100%)

Code review

54 tests

User reviews

10 reviews

Install metrics

10+ active /7,604 total downloads

Benchmarks

Plugin footprint 58% from 16 tests

Installer 0% from 1 test

🔺 Critical test (weight: 50) | The install procedure must perform silently
It is recommended to fix the following installer errors
  • The plugin did not install without errors
    • > Error in wp-content/plugins/missed-schedule-wordpress-plugin-fix/byrev_fix_missed_schedule.php+18
    Uncaught Error: Call to undefined function mysql_query() in wp-content/plugins/missed-schedule-wordpress-plugin-fix/byrev_fix_missed_schedule.php:18
    Stack trace:
    #0 wp-content/plugins/missed-schedule-wordpress-plugin-fix/byrev_fix_missed_schedule.php(27): fix_missed_shedule()
    #1 wp-admin/includes/plugin.php(2318): include_once('/var/www/wordpr...')
    #2 wp-admin/includes/plugin.php(663): plugin_sandbox_scrape()

Server metrics [RAM: ▲0.00MB] [CPU: ▼1.37ms] Passed 4 tests

An overview of server-side resources used by Missed Schedule WordPress Plugin Fix
No issues were detected with server-side resource usage
PageMemory (MB)CPU Time (ms)
Home /3.46 ▲0.0038.86 ▲1.21
Dashboard /wp-admin3.31 ▲0.0047.91 ▲4.39
Posts /wp-admin/edit.php3.36 ▲0.0045.60 ▲2.40
Add New Post /wp-admin/post-new.php5.89 ▲0.0087.08 ▼8.87
Media Library /wp-admin/upload.php3.23 ▲0.0033.58 ▼0.21

Server storage [IO: ▲0.00MB] [DB: ▲0.00MB] Passed 3 tests

Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 2 new files
Database: no new tables, 7 new options
New WordPress options
widget_theysaidso_widget
byrev_fixshedule_next_verify
theysaidso_admin_options
can_compress_scripts
widget_recent-posts
widget_recent-comments
db_upgraded

Browser metrics Passed 4 tests

A check of browser resources used by Missed Schedule WordPress Plugin Fix
This plugin has a minimal impact on browser resources
PageNodesMemory (MB)Script (ms)Layout (ms)
Home /2,800 ▲6513.32 ▼1.051.67 ▼0.0742.90 ▲4.13
Dashboard /wp-admin2,200 ▲115.79 ▼0.1399.97 ▼18.2744.14 ▼1.22
Posts /wp-admin/edit.php2,089 ▼32.01 ▲0.0036.62 ▼3.8232.43 ▼2.85
Add New Post /wp-admin/post-new.php1,534 ▲623.05 ▲4.65671.35 ▼8.2751.22 ▼7.76
Media Library /wp-admin/upload.php1,385 ▼34.16 ▼0.06101.15 ▲7.4742.72 ▲3.23

Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests

🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
These items require your attention
  • This plugin does not fully uninstall, leaving 7 options in the database
    • widget_theysaidso_widget
    • can_compress_scripts
    • widget_recent-posts
    • widget_recent-comments
    • db_upgraded
    • theysaidso_admin_options
    • byrev_fixshedule_next_verify

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 no errors were found, this is by no means an exhaustive test

SRP 50% from 2 tests

🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please take a closer look at the following
  • 1× 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/missed-schedule-wordpress-plugin-fix/byrev_fix_missed_schedule.php:24

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 90% from 29 tests

readme.txt Passed 16 tests

The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
5 plugin tags: post, shedule, wordpress, fix, error

missed-schedule-wordpress-plugin-fix/byrev_fix_missed_schedule.php 77% from 13 tests

The primary PHP file in "Missed Schedule WordPress Plugin Fix" version 1.0.2b... is used by WordPress to initiate all plugin functionality
You should first fix the following items:
  • Version: The version number should only use digits and periods (ex. "1.0.3" instead of "1.0.2b...")
  • Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 339 characters long)
  • Main file name: The principal plugin file should be the same as the plugin slug ("missed-schedule-wordpress-plugin-fix.php" instead of "byrev_fix_missed_schedule.php")

Code Analysis Passed 3 tests

File types Passed 1 test

🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
There were no executable files found in this plugin22 lines of code in 1 file:
LanguageFilesBlank linesComment linesLines of code
PHP16822

PHP code Passed 2 tests

Analyzing logical lines of code, cyclomatic complexity, and other code metrics
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity
Average complexity per logical line of code0.17
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%
Functions2
▷ Named functions2100.00%
▷ Anonymous functions00.00%
Constants2
▷ Global constants2100.00%
▷ Class constants00.00%
▷ Public constants00.00%

Plugin size Passed 2 tests

Image compression Passed 2 tests

Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG files were detected