83% wp-avoider

Code Review | WP-AvoideR

WordPress plugin WP-AvoideR scored83%from 54 tests.

About plugin

  • Plugin page: wp-avoider
  • Plugin version: 1.0.0
  • PHP compatiblity: 7.2+
  • PHP version: 7.4.16
  • WordPress compatibility: 5.2-5.2
  • WordPress version: 6.3.1
  • First release: Oct 18, 2019
  • Latest release: Oct 18, 2019
  • Number of updates: 4
  • Update frequency: every 5.8 days
  • Top authors: hajonolte (100%)

Code review

54 tests

User reviews

1 review

Install metrics

10+ active /478 total downloads

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.01MB] [CPU: ▼6.10ms] Passed 4 tests

This is a short check of server-side resources used by WP-AvoideR
This plugin does not affect your website's performance
PageMemory (MB)CPU Time (ms)
Home /3.46 ▲0.0050.49 ▲8.11
Dashboard /wp-admin3.31 ▼0.0453.81 ▼17.23
Posts /wp-admin/edit.php3.36 ▲0.0050.49 ▼3.77
Add New Post /wp-admin/post-new.php5.89 ▲0.0085.75 ▼1.81
Media Library /wp-admin/upload.php3.23 ▲0.0036.51 ▼1.60
Avoid landing page redirects /wp-admin/options-general.php?page=wp-avoiderR3.2033.69

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

Analyzing filesystem and database footprints of this plugin
No storage issues were detected
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options
db_upgraded
theysaidso_admin_options
widget_recent-posts
widget_theysaidso_widget
can_compress_scripts
widget_recent-comments

Browser metrics Passed 4 tests

WP-AvoideR: an overview of browser usage
Minimal impact on browser resources
PageNodesMemory (MB)Script (ms)Layout (ms)
Home /2,804 ▲5813.55 ▼0.761.90 ▲0.0241.98 ▲1.78
Dashboard /wp-admin2,213 ▲284.87 ▼0.9799.16 ▼20.4136.90 ▼9.40
Posts /wp-admin/edit.php2,090 ▼21.96 ▼0.0237.36 ▼6.6432.39 ▼4.16
Add New Post /wp-admin/post-new.php1,546 ▲1118.42 ▼4.89635.39 ▲48.8159.81 ▲0.32
Media Library /wp-admin/upload.php1,395 ▲74.20 ▲0.0395.22 ▼2.3947.07 ▲0.65
Avoid landing page redirects /wp-admin/options-general.php?page=wp-avoiderR7942.0625.2227.44

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

🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
  • This plugin does not fully uninstall, leaving 6 options in the database
    • theysaidso_admin_options
    • can_compress_scripts
    • widget_recent-comments
    • db_upgraded
    • widget_theysaidso_widget
    • widget_recent-posts

Smoke tests 75% from 4 tests

Server-side errors Passed 1 test

🔹 Test weight: 20 | A smoke test targeting server-side errors
The smoke test was a success, however most plugin functionality was not tested

SRP 50% from 2 tests

🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following
  • 1× GET requests to PHP files have triggered server-side errors or warnings:
    • > PHP Fatal error
      Uncaught Error: Call to undefined function add_action() in wp-content/plugins/wp-avoider/wp-avoider.php:16

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

readme.txt 94% from 16 tests

It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Please fix the following attributes:
  • Plugin Name: You should set the name of your plugin on the first line ( === wp-avoider === )
You can take inspiration from this readme.txt

wp-avoider/wp-avoider.php 77% from 13 tests

This is the main PHP file of "WP-AvoideR" version 1.0.0, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
Please take the time to fix the following:
  • Requires at least: Required version does not match the one declared in readme.txt ("4.6" instead of "5.2")
  • Requires PHP: Required version does not match the one declared in readme.txt ("5.2.4" instead of "7.2")
  • Domain Path: The domain path points to an invalid folder, "/languages" does not exist

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 detected79 lines of code in 1 file:
LanguageFilesBlank linesComment linesLines of code
PHP1312279

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 code0.22
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%
Functions3
▷ Named functions3100.00%
▷ Anonymous functions00.00%
Constants0
▷ Global constants00.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
There are no PNG files in this plugin