WSChat - Live Chat 1.0.0

Does WSChat - Live Chat work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
10PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 43.09 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 60+
WordPress.org page https://wordpress.org/plugins/wschat-live-chat/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=wschat-live-chat%2Fwschat.php&plugin_status=all&paged=1&s&_wpnonce=cba4281ef1
Aspect after-activation
HTTP status 200
Load time 0.378 s
Memory usage 3.04 MiB
JS errors None
Resource errors None

WSChat

Page screenshot: WSChat
URL /wp-admin/admin.php?page=wschat_chat
Aspect menu-item
HTTP status 200
Load time 0.624 s
Memory usage 3.04 MiB
JS errors None
Resource errors None

WSChat → Settings

Page screenshot: WSChat → Settings
URL /wp-admin/admin.php?page=wschat_settings
Aspect menu-item
HTTP status 200
Load time 0.219 s
Memory usage 3.09 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.383 s
Memory usage 3.04 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.268 s0.245 s-0.023 s3.05 MiB3.1 MiB+ 53.17 KiB
/wp-admin/edit.php0.181 s0.243 s+0.062 s3.07 MiB3.13 MiB+ 52.46 KiB
/wp-admin/post-new.php0.776 s0.930 s+0.154 s4.97 MiB5.02 MiB+ 52.98 KiB
/wp-admin/upload.php0.660 s0.260 s-0.400 s2.99 MiB3.03 MiB+ 34.87 KiB
/wp-admin/options-writing.php0.142 s0.263 s+0.121 s2.99 MiB3.01 MiB+ 21.52 KiB
/wp-admin/media-new.php0.261 s0.255 s-0.006 s2.97 MiB3.01 MiB+ 47.05 KiB
/wp-admin/edit-tags.php?taxonomy=category0.162 s0.193 s+0.031 s2.98 MiB3.03 MiB+ 52.23 KiB
/wp-admin/post-new.php?post_type=page0.618 s0.635 s+0.017 s4.96 MiB5.01 MiB+ 47.63 KiB
/wp-admin/options-discussion.php0.196 s0.205 s+0.009 s2.98 MiB3.01 MiB+ 35.36 KiB
/wp-admin/edit-comments.php0.203 s0.210 s+0.007 s3 MiB3.03 MiB+ 34.9 KiB
/0.264 s0.307 s+0.043 s2.94 MiB2.99 MiB+ 41.88 KiB
Average 0.339 s0.341 s+0.001 s3.35 MiB3.4 MiB+ 43.09 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
JavaScript
Language % Lines of code Comment lines Files
PHP45.6%3,0391,05938
JavaScript36.5%2,42919813
Markdown7.3%48401
Sass5.8%38963
Bourne Shell1.8%123111
JSON1.6%10703
XML0.7%4842
HTML0.3%2201
YAML0.3%1721
Total 6,658 1,280 63

PHP Code Analysis | More results »

Lines of code 2,676
Total complexity 524
Median class complexity 11.0
Median method complexity 1.0
Most complex class WpFluent\QueryBuilder\QueryBuilderHandler
Most complex function WpFluent\QueryBuilder\Adapters\BaseAdapter::select()
Classes 31
Methods 248
Functions 4

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 5

Options wp_options 2

Roles 1

ID Name
wschat_agentWSChat Agents

Capabilities 2

PHP Error Log 10 lines

[05-Dec-2022 18:12:27 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/illuminate/support/Collection.php on line 2060
[05-Dec-2022 18:12:27 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/illuminate/support/Collection.php on line 2071
[05-Dec-2022 18:12:27 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/illuminate/support/Collection.php on line 2083
[05-Dec-2022 18:12:27 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/illuminate/support/Collection.php on line 2098
[05-Dec-2022 18:12:27 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/illuminate/support/Collection.php on line 2007
[05-Dec-2022 18:12:27 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/illuminate/support/Collection.php on line 1986
[05-Dec-2022 18:12:27 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/illuminate/support/Collection.php on line 1955
[05-Dec-2022 18:12:29 UTC] PHP Deprecated:  Return type of Carbon\CarbonInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/nesbot/carbon/src/Carbon/CarbonInterface.php on line 3025
[05-Dec-2022 18:12:29 UTC] PHP Deprecated:  Return type of Carbon\CarbonInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/nesbot/carbon/src/Carbon/CarbonInterface.php on line 3025
[05-Dec-2022 18:12:37 UTC] PHP Deprecated:  Return type of Carbon\CarbonInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wschat-live-chat/vendor/nesbot/carbon/src/Carbon/CarbonInterface.php on line 3025
See also: All tests for this plugin, How to Hide ELEX WordPress Live Chat (WSChat) Admin Menus