Notify.Events 1.3.2

Does Notify.Events work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 110 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 40+
WordPress.org page https://wordpress.org/plugins/notify-events/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

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=notify-events%2Fnotify-events.php&plugin_status=all&paged=1&s&_wpnonce=e9c689b5da
Aspect after-activation
HTTP status 200
Load time 0.448 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Settings → Notify.Events

Page screenshot: Settings → Notify.Events
URL /wp-admin/options-general.php?page=notify-events
Aspect menu-item
HTTP status 200
Load time 0.134 s
Memory usage 3.22 MiB
JS errors None
Resource errors None

Settings → Notify.Events → Channels

Page screenshot: Settings → Notify.Events → Channels
URL /wp-admin/options-general.php?page=notify-events&controller=channel
Aspect menu-item-tab
HTTP status 200
Load time 0.132 s
Memory usage 3.09 MiB
JS errors None
Resource errors None

Settings → Notify.Events → Events

Page screenshot: Settings → Notify.Events → Events
URL /wp-admin/options-general.php?page=notify-events&controller=event
Aspect menu-item-tab
HTTP status 200
Load time 0.132 s
Memory usage 3.1 MiB
JS errors None
Resource errors None

Settings → Notify.Events → Test

Page screenshot: Settings → Notify.Events → Test
URL /wp-admin/options-general.php?page=notify-events&controller=test
Aspect menu-item-tab
HTTP status 200
Load time 0.128 s
Memory usage 3.1 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.206 s
Memory usage 2.99 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.285 s0.248 s-0.037 s3.05 MiB3.16 MiB+ 117.12 KiB
/wp-admin/edit.php0.170 s0.171 s+0.001 s3.07 MiB3.17 MiB+ 100.77 KiB
/wp-admin/post-new.php0.767 s0.898 s+0.131 s4.97 MiB5.18 MiB+ 218.41 KiB
/wp-admin/upload.php0.571 s0.453 s-0.118 s2.99 MiB3.1 MiB+ 115.71 KiB
/wp-admin/options-writing.php0.143 s0.198 s+0.055 s2.99 MiB3.04 MiB+ 54.36 KiB
/wp-admin/media-new.php0.374 s0.229 s-0.145 s2.97 MiB3.05 MiB+ 79.9 KiB
/wp-admin/edit-tags.php?taxonomy=category0.190 s0.167 s-0.023 s2.98 MiB3.08 MiB+ 101.07 KiB
/wp-admin/post-new.php?post_type=page0.593 s0.639 s+0.046 s4.96 MiB5.17 MiB+ 209.75 KiB
/wp-admin/options-discussion.php0.205 s0.188 s-0.017 s2.98 MiB3.06 MiB+ 84.2 KiB
/wp-admin/edit-comments.php0.203 s0.197 s-0.006 s3 MiB3.08 MiB+ 83.7 KiB
/0.263 s0.206 s-0.057 s2.94 MiB2.99 MiB+ 45.02 KiB
Average 0.342 s0.327 s-0.015 s3.35 MiB3.46 MiB+ 110 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
Language % Lines of code Comment lines Files
PHP100.0%4,7811,70791
Markdown0.0%201
Total 4,783 1,707 92

PHP Code Analysis | More results »

Lines of code 3,736
Total complexity 529
Median class complexity 6.0
Median method complexity 1.0
Most complex class notify_events\models\Model
Most complex function notify_events\models\Model::rule_string()
Classes 61
Methods 338
Functions 0

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.

Custom Post Types 2

ID Name
wpne_channelwpne_channel
wpne_eventwpne_event

PHP Error Log 24 lines

[27-Jan-2023 23:19:22 UTC] PHP Warning:  Undefined property: WP_Error::$name in /wp-content/plugins/notify-events/modules/wordpress/tags/Post.php on line 42
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "ID" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 38
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_login" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 39
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_email" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 40
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "nickname" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 41
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_firstname" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 42
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_lastname" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 43
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_url" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 44
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Undefined property: WP_Error::$name in /wp-content/plugins/notify-events/modules/wordpress/tags/Post.php on line 42
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "ID" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 38
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_login" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 39
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_email" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 40
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "nickname" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 41
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_firstname" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 42
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_lastname" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 43
[27-Jan-2023 23:19:22 UTC] PHP Warning:  Attempt to read property "user_url" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 44
[27-Jan-2023 23:19:25 UTC] PHP Warning:  Undefined property: WP_Error::$name in /wp-content/plugins/notify-events/modules/wordpress/tags/Post.php on line 42
[27-Jan-2023 23:19:25 UTC] PHP Warning:  Attempt to read property "ID" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 38
[27-Jan-2023 23:19:25 UTC] PHP Warning:  Attempt to read property "user_login" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 39
[27-Jan-2023 23:19:25 UTC] PHP Warning:  Attempt to read property "user_email" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 40
[27-Jan-2023 23:19:25 UTC] PHP Warning:  Attempt to read property "nickname" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 41
[27-Jan-2023 23:19:25 UTC] PHP Warning:  Attempt to read property "user_firstname" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 42
[27-Jan-2023 23:19:25 UTC] PHP Warning:  Attempt to read property "user_lastname" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 43
[27-Jan-2023 23:19:25 UTC] PHP Warning:  Attempt to read property "user_url" on bool in /wp-content/plugins/notify-events/modules/wordpress/tags/User.php on line 44
See also: All tests for this plugin, How to Hide the "Notify.Events" Admin Menu