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
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.61 ▲0.15 | 44.02 ▲5.09 |
Dashboard /wp-admin | 3.45 ▲0.15 | 54.14 ▲5.28 |
Posts /wp-admin/edit.php | 3.56 ▲0.21 | 48.81 ▼1.68 |
Add New Post /wp-admin/post-new.php | 6.05 ▲0.16 | 90.10 ▼5.36 |
Media Library /wp-admin/upload.php | 3.37 ▲0.14 | 49.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
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,897 ▲136 | 13.51 ▼0.85 | 8.58 ▲7.02 | 27.08 ▼16.38 |
Dashboard /wp-admin | 2,205 ▲28 | 5.86 ▲0.20 | 87.32 ▼1.21 | 92.02 ▲48.96 |
Posts /wp-admin/edit.php | 2,131 ▲28 | 2.28 ▲0.26 | 39.01 ▼4.30 | 41.34 ▼0.73 |
Add New Post /wp-admin/post-new.php | 1,703 ▲177 | 22.67 ▼0.26 | 676.88 ▲4.06 | 44.25 ▼11.10 |
Media Library /wp-admin/upload.php | 1,419 ▲22 | 4.54 ▲0.31 | 114.92 ▼1.10 | 77.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
- > PHP Fatal error
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:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 15 | 199 | 561 | 654 |
PO File | 3 | 116 | 133 | 334 |
JavaScript | 10 | 11 | 79 | 252 |
CSS | 4 | 5 | 24 | 27 |
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 code | 0.09 |
Average class complexity | 3.50 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 9.00 |
Average method complexity | 1.44 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 6.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 8 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 8 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 45 | |
▷ Static methods | 2 | 4.44% |
▷ Public methods | 36 | 80.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 9 | 20.00% |
Functions | 4 | |
▷ Named functions | 4 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 3 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.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 | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/page-icon.png | 1.04KB | 0.99KB | ▼ 4.86% |