78% hello-i-am-here

Code Review | Hello I am here! Video conferences

WordPress plugin Hello I am here! Video conferences scored78%from 54 tests.

About plugin

  • Plugin page: hello-i-am-here
  • Plugin version: 3.0
  • PHP version: 7.4.16
  • WordPress compatibility: 4.6-6.2.2
  • WordPress version: 6.3.1
  • First release: Jun 21, 2020
  • Latest release: Jul 2, 2023
  • Number of updates: 8
  • Update frequency: every 138.5 days
  • Top authors: goliver79 (100%)

Code review

54 tests

User reviews

6 reviews

Install metrics

600+ active /5,842 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 gracefully, with no errors

Server metrics [RAM: ▲0.15MB] [CPU: ▲0.83ms] Passed 4 tests

Analyzing server-side resources used by Hello I am here! Video conferences
Normal server usage
PageMemory (MB)CPU Time (ms)
Home /3.61 ▲0.1544.02 ▲5.09
Dashboard /wp-admin3.45 ▲0.1554.14 ▲5.28
Posts /wp-admin/edit.php3.56 ▲0.2148.81 ▼1.68
Add New Post /wp-admin/post-new.php6.05 ▲0.1690.10 ▼5.36
Media Library /wp-admin/upload.php3.37 ▲0.1449.14 ▲11.51

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

Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 42 new files
Database: 1 new table, 7 new options
New tables
wp_meetreunions
New WordPress options
widget_recent-comments
widget_recent-posts
meetreunion_db_version
theysaidso_admin_options
can_compress_scripts
widget_theysaidso_widget
db_upgraded

Browser metrics Passed 4 tests

Checking browser requirements for Hello I am here! Video conferences
This plugin has a minimal impact on browser resources
PageNodesMemory (MB)Script (ms)Layout (ms)
Home /2,897 ▲13613.51 ▼0.858.58 ▲7.0227.08 ▼16.38
Dashboard /wp-admin2,205 ▲285.86 ▲0.2087.32 ▼1.2192.02 ▲48.96
Posts /wp-admin/edit.php2,131 ▲282.28 ▲0.2639.01 ▼4.3041.34 ▼0.73
Add New Post /wp-admin/post-new.php1,703 ▲17722.67 ▼0.26676.88 ▲4.0644.25 ▼11.10
Media Library /wp-admin/upload.php1,419 ▲224.54 ▲0.31114.92 ▼1.1077.04 ▲24.15

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

🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
  • This plugin does not fully uninstall, leaving 6 options in the database
    • db_upgraded
    • can_compress_scripts
    • theysaidso_admin_options
    • widget_recent-comments
    • widget_recent-posts
    • widget_theysaidso_widget

Smoke tests 50% from 4 tests

Server-side errors Passed 1 test

🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected

SRP 0% 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
The following issues need your attention
  • 2× PHP files perform the action of outputting non-empty strings when accessed directly:
    • > /wp-content/plugins/hello-i-am-here/admin/partials/hello-here-admin-display.php
    • > /wp-content/plugins/hello-i-am-here/public/partials/hello-here-public-display.php
  • 4× PHP files trigger errors when accessed directly with GET requests:
    • > PHP Fatal error
      Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/hello-i-am-here/public/class-hello-here-public.php:13
    • > PHP Fatal error
      Uncaught Error: Call to undefined function _e() in wp-content/plugins/hello-i-am-here/public/partials/hello-here-show-meet.php:5
    • > PHP Fatal error
      Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/hello-i-am-here/admin/class-hello-here-admin.php:13
    • > PHP Fatal error
      Uncaught Error: Call to undefined function _e() in wp-content/plugins/hello-i-am-here/admin/partials/hello-here-admin-main.php:5

User-side errors Passed 1 test

🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side

Optimizations

Plugin configuration 93% 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
6 plugin tags: covid19, video conference, covid, video, conference...

hello-i-am-here/hello-here.php 85% from 13 tests

This is the main PHP file of "Hello I am here! Video conferences" version 3.0, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
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 ("hello-i-am-here.php" instead of "hello-here.php")
  • Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug

Code Analysis Passed 3 tests

File types Passed 1 test

🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Everything looks great! No dangerous files found in this plugin1,267 lines of code in 32 files:
LanguageFilesBlank linesComment linesLines of code
PHP15199561654
PO File3116133334
JavaScript101179252
CSS452427

PHP code Passed 2 tests

Analyzing cyclomatic complexity and code structure
Everything seems fine, there were no complexity issues found
Cyclomatic complexity
Average complexity per logical line of code0.09
Average class complexity3.50
▷ Minimum class complexity1.00
▷ Maximum class complexity9.00
Average method complexity1.44
▷ Minimum method complexity1.00
▷ Maximum method complexity6.00
Code structure
Namespaces0
Interfaces0
Traits0
Classes8
▷ Abstract classes00.00%
▷ Concrete classes8100.00%
▷ Final classes00.00%
Methods45
▷ Static methods24.44%
▷ Public methods3680.00%
▷ Protected methods00.00%
▷ Private methods920.00%
Functions4
▷ Named functions4100.00%
▷ Anonymous functions00.00%
Constants3
▷ Global constants3100.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
1 compressed PNG file occupies 0.00MB
Potential savings
Compression of 1 random PNG file using pngquant
FileSize - originalSize - compressedSavings
images/page-icon.png1.04KB0.99KB▼ 4.86%