Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.09MB] [CPU: ▼13.32ms] Passed 4 tests
This is a short check of server-side resources used by Video Live Chat with Screen Share & Stripe Payment
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 25.98 ▼16.75 |
Dashboard /wp-admin | 3.42 ▲0.08 | 47.17 ▼19.37 |
Posts /wp-admin/edit.php | 3.54 ▲0.18 | 48.94 ▼3.77 |
Add New Post /wp-admin/post-new.php | 6.02 ▲0.14 | 85.04 ▼13.38 |
Media Library /wp-admin/upload.php | 3.35 ▲0.12 | 36.93 ▲0.33 |
Business Chat Room - 2ConnectMe /wp-admin/options-general.php?page=live-chat-2connectme-elements-settings | 3.29 | 30.95 |
Server storage [IO: ▲0.37MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 22 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
livechat_2connectme_elements_options9 |
theysaidso_admin_options |
db_upgraded |
widget_recent-posts |
can_compress_scripts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Video Live Chat with Screen Share & Stripe Payment: an overview of browser usage
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,092 ▲306 | 14.39 ▼0.02 | 22.87 ▲20.80 | 52.32 ▲10.11 |
Dashboard /wp-admin | 2,221 ▲44 | 5.99 ▲0.34 | 94.63 ▼1.94 | 36.59 ▼8.21 |
Posts /wp-admin/edit.php | 2,128 ▲28 | 2.29 ▲0.30 | 41.04 ▲4.77 | 34.63 ▲1.05 |
Add New Post /wp-admin/post-new.php | 1,552 ▲24 | 23.30 ▲0.28 | 683.48 ▲3.32 | 36.80 ▼19.72 |
Media Library /wp-admin/upload.php | 1,426 ▲29 | 4.38 ▲0.24 | 100.07 ▼3.78 | 43.74 ▲0.03 |
Business Chat Room - 2ConnectMe /wp-admin/options-general.php?page=live-chat-2connectme-elements-settings | 1,384 | 2.53 | 52.64 | 33.73 |
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
You still need to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- can_compress_scripts
- widget_recent-comments
- widget_recent-posts
- db_upgraded
- theysaidso_admin_options
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Smoke test failed, please fix the following
- > GET request to /wp-admin/options-general.php?page=live-chat-2connectme-elements-settings
- > User deprecated in wp-includes/functions.php+5463
Function screen_icon is deprecated since version 3.8.0 with no alternative available.
- > GET request to /wp-admin/options-general.php?page=live-chat-2connectme-elements-settings
- > User deprecated in wp-includes/functions.php+5463
Function get_screen_icon is deprecated since version 3.8.0 with no alternative available.
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please fix the following items
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/business-chat-room-2connectme/business-chat-room-2connectme.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Please fix the following attributes:
- Tags: Too many tags (12 tag instead of maximum 10); only the first 5 tags are used in your directory listing
business-chat-room-2connectme/business-chat-room-2connectme.php 92% from 13 tests
The primary PHP file in "Video Live Chat with Screen Share & Stripe Payment" version 1.6.9 is used by WordPress to initiate all plugin functionality
It is important to fix the following:
- Domain Path: The domain path points to a folder that does not exist ("/languages")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
No dangerous file extensions were detected771 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 131 | 39 | 767 |
JavaScript | 2 | 0 | 0 | 4 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.57 |
Average class complexity | 50.00 |
▷ Minimum class complexity | 50.00 |
▷ Maximum class complexity | 50.00 |
Average method complexity | 3.45 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 17.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 20 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 20 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 2 | |
▷ Named functions | 2 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
17 compressed PNG files occupy 0.25MB
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
img/mail.png | 1.43KB | 1.63KB | 0.00% |
img/chat-large.png | 1.18KB | 1.22KB | 0.00% |
img/chat-medium.png | 0.87KB | 0.86KB | ▼ 0.79% |
img/phone.png | 0.72KB | 0.79KB | 0.00% |
img/video-large.png | 1.71KB | 1.40KB | ▼ 18.17% |