Stream 3.10.0

Does Stream work with WordPress 6.4.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 358.25 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.4.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 70,000+
WordPress.org page https://wordpress.org/plugins/stream/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

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=stream%2Fstream.php&plugin_status=all&paged=1&s&_wpnonce=b6302144f5
Aspect after-activation
HTTP status 200
Load time 0.711 s
Memory usage 4.03 MiB
JS errors None
Resource errors None

Stream

Page screenshot: Stream
URL /wp-admin/admin.php?page=wp_stream
Aspect menu-item
HTTP status 200
Load time 0.306 s
Memory usage 4.24 MiB
JS errors None
Resource errors None

Stream → Alerts

Page screenshot: Stream → Alerts
URL /wp-admin/edit.php?post_type=wp_stream_alerts
Aspect menu-item
HTTP status 200
Load time 0.270 s
Memory usage 3.73 MiB
JS errors None
Resource errors None

Stream → Settings

Page screenshot: Stream → Settings
URL /wp-admin/admin.php?page=wp_stream_settings#0
Requested URL /wp-admin/admin.php?page=wp_stream_settings
Aspect menu-item
HTTP status 200
Load time 0.193 s
Memory usage 3.73 MiB
JS errors None
Resource errors None

Stream → Settings → Exclude

Page screenshot: Stream → Settings → 
							Exclude
URL /wp-admin/admin.php?page=wp_stream_settings&tab=exclude#1
Requested URL /wp-admin/admin.php?page=wp_stream_settings&tab=exclude
Aspect menu-item-tab
HTTP status 200
Load time 0.204 s
Memory usage 3.72 MiB
JS errors None
Resource errors None

Stream → Settings → Advanced

Page screenshot: Stream → Settings → 
							Advanced
URL /wp-admin/admin.php?page=wp_stream_settings&tab=advanced#2
Requested URL /wp-admin/admin.php?page=wp_stream_settings&tab=advanced
Aspect menu-item-tab
HTTP status 200
Load time 0.216 s
Memory usage 3.72 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.217 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.388 s0.347 s-0.041 s3.38 MiB3.75 MiB+ 381.48 KiB
/wp-admin/edit.php0.221 s0.240 s+0.019 s3.41 MiB3.8 MiB+ 408.12 KiB
/wp-admin/post-new.php1.032 s0.733 s-0.299 s5.46 MiB5.84 MiB+ 389.59 KiB
/wp-admin/upload.php0.696 s0.492 s-0.204 s3.32 MiB3.69 MiB+ 376.38 KiB
/wp-admin/options-writing.php0.227 s0.237 s+0.010 s3.32 MiB3.67 MiB+ 365.59 KiB
/wp-admin/media-new.php0.316 s0.259 s-0.057 s3.29 MiB3.67 MiB+ 387.16 KiB
/wp-admin/edit-tags.php?taxonomy=category0.217 s0.215 s-0.002 s3.31 MiB3.69 MiB+ 383.09 KiB
/wp-admin/post-new.php?post_type=page0.626 s0.647 s+0.021 s5.45 MiB5.83 MiB+ 387.53 KiB
/wp-admin/options-discussion.php0.352 s0.316 s-0.036 s3.3 MiB3.67 MiB+ 379.74 KiB
/wp-admin/edit-comments.php0.259 s0.237 s-0.022 s3.33 MiB3.69 MiB+ 368.61 KiB
/0.300 s0.203 s-0.097 s3.36 MiB3.47 MiB+ 113.48 KiB
Average 0.421 s0.357 s-0.064 s3.72 MiB4.07 MiB+ 358.25 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
PO File
Language % Lines of code Comment lines Files
PHP70.8%15,0538,94968
JavaScript12.6%2,67017160
PO File10.8%2,2949871
CSS4.6%972494
Markdown0.6%13003
JSON0.4%7701
YAML0.3%6401
SVG0.1%1303
Total 21,273 10,156 141

PHP Code Analysis | More results »

Lines of code 14,982
Total complexity 2,792
Median class complexity 30.0
Median method complexity 2.0
Most complex class Carbon\Carbon
Most complex function Settings::render_field()
Classes 61
Methods 841
Functions 13

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 2

Options wp_options 1

User Metadata wp_usermeta 1

Custom Post Types 1

ID Name
wp_stream_alertsAlerts

PHP Error Log 29 lines

[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  Return type of Carbon\Carbon::createFromFormat($format, $time, $tz = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/stream/includes/lib/Carbon.php on line 372
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setTimezone($value) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/stream/includes/lib/Carbon.php on line 751
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setTime($hour, $minute, $second = 0, $microseconds = 0) should either be compatible with DateTime::setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/stream/includes/lib/Carbon.php on line 682
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setDate($year, $month, $day) should either be compatible with DateTime::setDate(int $year, int $month, int $day): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/stream/includes/lib/Carbon.php on line 623
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  timezone_name_from_abbr(): Passing null to parameter #1 ($abbr) of type string is deprecated in /wp-content/plugins/stream/classes/class-date-interval.php on line 46
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
[06-Dec-2023 23:39:18 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/stream/includes/lib/Carbon.php on line 190
See also: All tests for this plugin, How to Hide Stream Admin Menus