84% comments-archive

Code Review | Comments Archive

WordPress plugin Comments Archive scored84%from 54 tests.

About plugin

  • Plugin page: comments-archive
  • Plugin version: 0.1
  • PHP version: 7.4.16
  • WordPress compatibility: 3.0.1-3.7
  • WordPress version: 6.3.1
  • First release: Nov 22, 2013
  • Latest release: Nov 22, 2013
  • Number of updates: 6
  • Update frequency: N/A
  • Top authors: roycegracie (100%)

Code review

54 tests

User reviews

1 review

Install metrics

10+ active /1,133 total downloads

Benchmarks

Plugin footprint 83% from 16 tests

Installer Passed 1 test

🔺 Critical test (weight: 50) | The install procedure must perform silently
Install script ran successfully

Server metrics [RAM: ▲0.01MB] [CPU: ▼7.45ms] Passed 4 tests

A check of server-side resources used by Comments Archive
Normal server usage
PageMemory (MB)CPU Time (ms)
Home /3.47 ▲0.0140.69 ▼2.53
Dashboard /wp-admin3.31 ▲0.0148.98 ▼5.97
Posts /wp-admin/edit.php3.36 ▲0.0147.62 ▼7.28
Add New Post /wp-admin/post-new.php5.89 ▲0.0188.62 ▼14.00
Media Library /wp-admin/upload.php3.23 ▲0.0139.28 ▲3.13

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

A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 2 new files
Database: no new tables, 6 new options
New WordPress options
db_upgraded
widget_recent-posts
can_compress_scripts
widget_recent-comments
widget_theysaidso_widget
theysaidso_admin_options

Browser metrics Passed 4 tests

An overview of browser requirements for Comments Archive
There were no issues detected in relation to browser resource usage
PageNodesMemory (MB)Script (ms)Layout (ms)
Home /2,814 ▲5314.24 ▼0.101.98 ▲0.3244.72 ▼1.92
Dashboard /wp-admin2,198 ▲185.58 ▼0.0995.09 ▲2.7243.00 ▼0.59
Posts /wp-admin/edit.php2,103 ▲31.96 ▲0.0135.47 ▼1.4133.36 ▼4.06
Add New Post /wp-admin/post-new.php1,528 ▼523.01 ▲0.28676.72 ▲33.8666.05 ▲9.50
Media Library /wp-admin/upload.php1,400 ▼04.12 ▲0.03113.86 ▲6.8649.17 ▲0.66

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
Please fix the following items
  • Zombie WordPress options were found after uninstall: 6 options
    • widget_theysaidso_widget
    • db_upgraded
    • can_compress_scripts
    • theysaidso_admin_options
    • widget_recent-posts
    • widget_recent-comments

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)
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
The following issues need your attention
  • 1× PHP files trigger errors when accessed directly with GET requests:
    • > PHP Fatal error
      Uncaught Error: Call to undefined function add_action() in wp-content/plugins/comments-archive/comments-archive.php:11

User-side errors Passed 1 test

🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side

Optimizations

Plugin configuration 97% 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: "Plugin Name" should be replaced with the name of your plugin on the first line ( === comments-archive === )
You can look at the official readme.txt

comments-archive/comments-archive.php Passed 13 tests

The primary PHP file in "Comments Archive" version 0.1 is used by WordPress to initiate all plugin functionality
100 characters long description:
this plugin creates a comment archive in your site , just add [comments-archive] to any post or page

Code Analysis Passed 3 tests

File types Passed 1 test

🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Success! There were no dangerous files found in this plugin24 lines of code in 1 file:
LanguageFilesBlank linesComment linesLines of code
PHP161024

PHP code Passed 2 tests

Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Great job! No cyclomatic complexity issues were detected in 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%
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 were not PNG files found in your plugin