Stream 4.0.0

Does Stream work with WordPress 6.6.1 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: 381.43 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.6.1
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=7a00a9013c
Aspect after-activation
HTTP status 200
Load time 0.430 s
Memory usage 4.14 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.246 s
Memory usage 4.33 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.248 s
Memory usage 3.9 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.179 s
Memory usage 3.84 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.179 s
Memory usage 3.84 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.163 s
Memory usage 3.84 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.182 s
Memory usage 3.56 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.311 s0.302 s-0.009 s3.47 MiB3.85 MiB+ 390.69 KiB
/wp-admin/edit.php0.188 s0.188 s+0.000 s3.54 MiB3.93 MiB+ 403.41 KiB
/wp-admin/post-new.php0.687 s0.579 s-0.108 s5.75 MiB6.15 MiB+ 409.49 KiB
/wp-admin/upload.php0.549 s0.394 s-0.155 s3.49 MiB3.86 MiB+ 377.34 KiB
/wp-admin/options-writing.php0.186 s0.177 s-0.009 s3.41 MiB3.84 MiB+ 440.14 KiB
/wp-admin/media-new.php0.277 s0.218 s-0.059 s3.4 MiB3.84 MiB+ 453.52 KiB
/wp-admin/edit-tags.php?taxonomy=category0.169 s0.166 s-0.003 s3.47 MiB3.85 MiB+ 388.44 KiB
/wp-admin/post-new.php?post_type=page0.542 s0.560 s+0.018 s5.75 MiB6.14 MiB+ 403.43 KiB
/wp-admin/options-discussion.php0.201 s0.240 s+0.039 s3.41 MiB3.84 MiB+ 441.83 KiB
/wp-admin/edit-comments.php0.215 s0.186 s-0.029 s3.49 MiB3.85 MiB+ 373.91 KiB
/0.281 s0.169 s-0.112 s3.45 MiB3.56 MiB+ 113.49 KiB
Average 0.328 s0.289 s-0.039 s3.88 MiB4.25 MiB+ 381.43 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,0548,95568
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,274 10,162 141

PHP Code Analysis | More results »

Lines of code 14,983
Total complexity 2,794
Median class complexity 30.0
Median method complexity 2.0
Most complex class Carbon\Carbon
Most complex function Settings::render_field()
Classes 61
Methods 842
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

[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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
[23-Jul-2024 20:54:19 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