Does WSChat - Live Chat work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .
10 | PHP deprecation warnings |
No JavaScript exceptions | |
All test pages loaded successfully | |
No resource errors |
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.
WordPress version | 6.1.1 |
---|---|
PHP version | 8.1.12 |
MySQL version | 10.6.10 |
PHP memory limit | 512M |
Last updated | |
---|---|
Active installs | 60+ |
WordPress.org page | https://wordpress.org/plugins/wschat-live-chat/ |
Badges |
|
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 |
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 |
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 |
URL | / |
---|---|
Aspect | front-page |
HTTP status | 200 |
Load time | 0.383 s |
Memory usage | 3.04 MiB |
JS errors | None |
Resource errors | None |
URL | Load time | Memory usage | ||||
---|---|---|---|---|---|---|
Inactive | Active | Change | Inactive | Active | Change | |
/wp-admin/index.php | 0.268 s | 0.245 s | -0.023 s | 3.05 MiB | 3.1 MiB | + 53.17 KiB |
/wp-admin/edit.php | 0.181 s | 0.243 s | +0.062 s | 3.07 MiB | 3.13 MiB | + 52.46 KiB |
/wp-admin/post-new.php | 0.776 s | 0.930 s | +0.154 s | 4.97 MiB | 5.02 MiB | + 52.98 KiB |
/wp-admin/upload.php | 0.660 s | 0.260 s | -0.400 s | 2.99 MiB | 3.03 MiB | + 34.87 KiB |
/wp-admin/options-writing.php | 0.142 s | 0.263 s | +0.121 s | 2.99 MiB | 3.01 MiB | + 21.52 KiB |
/wp-admin/media-new.php | 0.261 s | 0.255 s | -0.006 s | 2.97 MiB | 3.01 MiB | + 47.05 KiB |
/wp-admin/edit-tags.php?taxonomy=category | 0.162 s | 0.193 s | +0.031 s | 2.98 MiB | 3.03 MiB | + 52.23 KiB |
/wp-admin/post-new.php?post_type=page | 0.618 s | 0.635 s | +0.017 s | 4.96 MiB | 5.01 MiB | + 47.63 KiB |
/wp-admin/options-discussion.php | 0.196 s | 0.205 s | +0.009 s | 2.98 MiB | 3.01 MiB | + 35.36 KiB |
/wp-admin/edit-comments.php | 0.203 s | 0.210 s | +0.007 s | 3 MiB | 3.03 MiB | + 34.9 KiB |
/ | 0.264 s | 0.307 s | +0.043 s | 2.94 MiB | 2.99 MiB | + 41.88 KiB |
Average | 0.339 s | 0.341 s | +0.001 s | 3.35 MiB | 3.4 MiB | + 43.09 KiB |
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.
Language | % | Lines of code | Comment lines | Files | |
---|---|---|---|---|---|
PHP | 45.6% | 3,039 | 1,059 | 38 | |
JavaScript | 36.5% | 2,429 | 198 | 13 | |
Markdown | 7.3% | 484 | 0 | 1 | |
Sass | 5.8% | 389 | 6 | 3 | |
Bourne Shell | 1.8% | 123 | 11 | 1 | |
JSON | 1.6% | 107 | 0 | 3 | |
XML | 0.7% | 48 | 4 | 2 | |
HTML | 0.3% | 22 | 0 | 1 | |
YAML | 0.3% | 17 | 2 | 1 | |
Total | 6,658 | 1,280 | 63 |
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 |
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.
wp_options
2ID | Name |
---|---|
wschat_agent | WSChat Agents |
[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