84% ignore-code

Code Review | Ignore Code

WordPress plugin Ignore Code scored84%from 54 tests.

About plugin

  • Plugin page: ignore-code
  • Plugin version: 1.0
  • PHP version: 7.4.16
  • WordPress compatibility: 3.5.1-4.8.3
  • WordPress version: 6.3.1
  • First release: Aug 19, 2016
  • Latest release: Nov 3, 2017
  • Number of updates: 12
  • Update frequency: every 36.8 days
  • Top authors: mattsaul (100%)

Code review

54 tests

User reviews

3 reviews

Install metrics

40+ active /2,872 total downloads

Benchmarks

Plugin footprint 83% from 16 tests

Installer Passed 1 test

🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices

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

Server-side resources used by Ignore Code
Normal server usage
PageMemory (MB)CPU Time (ms)
Home /3.46 ▲0.0036.41 ▼1.39
Dashboard /wp-admin3.31 ▲0.0042.78 ▼4.18
Posts /wp-admin/edit.php3.36 ▲0.0047.33 ▲3.71
Add New Post /wp-admin/post-new.php5.89 ▲0.0089.67 ▲1.82
Media Library /wp-admin/upload.php3.23 ▲0.0031.57 ▼2.69

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

How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 2 new files
Database: no new tables, 6 new options
New WordPress options
widget_recent-comments
widget_recent-posts
db_upgraded
theysaidso_admin_options
widget_theysaidso_widget
can_compress_scripts

Browser metrics Passed 4 tests

A check of browser resources used by Ignore Code
This plugin has a minimal impact on browser resources
PageNodesMemory (MB)Script (ms)Layout (ms)
Home /2,800 ▲2913.59 ▼0.821.72 ▼0.3541.32 ▼2.98
Dashboard /wp-admin2,200 ▲124.83 ▼0.09101.23 ▼15.4038.76 ▼6.03
Posts /wp-admin/edit.php2,092 ▲32.05 ▲0.0039.40 ▲3.6034.77 ▼3.19
Add New Post /wp-admin/post-new.php1,544 ▲1118.38 ▼4.99594.45 ▼72.5758.59 ▲0.24
Media Library /wp-admin/upload.php1,391 ▲34.19 ▼0.0499.84 ▼9.3444.60 ▲1.98

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
It is recommended to fix the following
  • This plugin does not fully uninstall, leaving 6 options in the database
    • theysaidso_admin_options
    • widget_theysaidso_widget
    • can_compress_scripts
    • widget_recent-posts
    • widget_recent-comments
    • db_upgraded

Smoke tests 75% from 4 tests

Server-side errors Passed 1 test

🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Even though no errors were found, this is by no means an exhaustive test

SRP 50% from 2 tests

🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please fix the following items
  • 1× PHP files trigger errors when accessed directly with GET requests:
    • > PHP Fatal error
      Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/ignore-code/ignore_code.php:11

User-side errors Passed 1 test

🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side

Optimizations

Plugin configuration 96% from 29 tests

readme.txt Passed 16 tests

Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
7 plugin tags: php, source code, code, validation, visual editor...

ignore-code/ignore_code.php 92% from 13 tests

The entry point to "Ignore Code" version 1.0 is a PHP file that has certain tags in its header comment area
You should first fix the following items:
  • Main file name: The principal plugin file should be the same as the plugin slug ("ignore-code.php" instead of "ignore_code.php")

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
Success! There were no dangerous files found in this plugin16 lines of code in 1 file:
LanguageFilesBlank linesComment linesLines of code
PHP1101116

PHP code Passed 2 tests

Analyzing cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity
Average complexity per logical line of code0.00
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%
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 were not PNG files found in your plugin