Notification 7.2.1

Does Notification work with WordPress 5.6 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
6PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 1.1 MiB
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 version5.6
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 10,000+
WordPress.org page https://wordpress.org/plugins/notification/
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&notification-cache-refresh=1
Requested URL /wp-admin/plugins.php?action=activate&plugin=notification%2Fnotification.php&plugin_status=all&paged=1&s&_wpnonce=ec00c58d6c
Aspect after-activation
HTTP status 200
Load time 1.036 s
Memory usage 3.96 MiB
JS errors None
Resource errors None

Notifications

Page screenshot: Notifications
URL /wp-admin/edit.php?post_type=notification&page=wizard
Requested URL /wp-admin/edit.php?post_type=notification
Aspect menu-item
HTTP status 200
Load time 0.365 s
Memory usage 3.84 MiB
JS errors None
Resource errors None

Notifications → Add New Notification

Page screenshot: Notifications → Add New Notification
URL /wp-admin/edit.php?post_type=notification&page=wizard
Requested URL /wp-admin/post-new.php?post_type=notification
Aspect menu-item
HTTP status 200
Load time 0.316 s
Memory usage 3.78 MiB
JS errors None
Resource errors None

Notifications → Extensions

Page screenshot: Notifications → Extensions
URL /wp-admin/edit.php?post_type=notification&page=wizard
Requested URL /wp-admin/edit.php?post_type=notification&page=extensions
Aspect menu-item
HTTP status 200
Load time 0.393 s
Memory usage 3.78 MiB
JS errors None
Resource errors None

Notifications → Settings

Page screenshot: Notifications → Settings
URL /wp-admin/edit.php?post_type=notification&page=wizard
Requested URL /wp-admin/edit.php?post_type=notification&page=settings
Aspect menu-item
HTTP status 200
Load time 0.342 s
Memory usage 3.78 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.218 s
Memory usage 3.68 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.273 s0.380 s+0.107 s2.79 MiB3.88 MiB+ 1.09 MiB
/wp-admin/edit.php0.187 s0.223 s+0.036 s2.84 MiB3.93 MiB+ 1.1 MiB
/wp-admin/post-new.php0.882 s0.813 s-0.069 s4.93 MiB6.06 MiB+ 1.12 MiB
/wp-admin/upload.php0.611 s0.438 s-0.173 s2.67 MiB3.78 MiB+ 1.11 MiB
/wp-admin/options-writing.php0.205 s0.171 s-0.034 s2.68 MiB3.75 MiB+ 1.07 MiB
/wp-admin/media-new.php0.204 s0.203 s-0.001 s2.65 MiB3.75 MiB+ 1.11 MiB
/wp-admin/edit-tags.php?taxonomy=category0.205 s0.271 s+0.066 s2.68 MiB3.84 MiB+ 1.16 MiB
/wp-admin/post-new.php?post_type=page1.104 s0.979 s-0.125 s4.92 MiB6.04 MiB+ 1.12 MiB
/wp-admin/options-discussion.php0.335 s0.297 s-0.038 s2.65 MiB3.75 MiB+ 1.11 MiB
/wp-admin/edit-comments.php0.226 s0.239 s+0.013 s2.75 MiB3.85 MiB+ 1.1 MiB
/0.288 s0.236 s-0.052 s2.61 MiB3.68 MiB+ 1.07 MiB
Average 0.411 s0.386 s-0.025 s3.11 MiB4.21 MiB+ 1.1 MiB

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 1

Options wp_options 2

Custom Post Types 1

ID Name
notificationNotifications

Meta Boxes

{
    "notification": {
        "notification_save": {
            "title": "Save",
            "context": "side"
        },
        "notification_merge_tags": {
            "title": "Merge Tags",
            "context": "side"
        }
    }
}

PHP Error Log 6 lines

[01-Jan-2021 18:06:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>notification/v1/repeater-field/(?P<id>\d+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[01-Jan-2021 18:06:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>notification/v1/section-repeater-field/(?P<id>\d+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[01-Jan-2021 18:06:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>notification/v1/repeater-field/select</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[01-Jan-2021 18:06:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>notification/v1/repeater-field/(?P<id>\d+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[01-Jan-2021 18:06:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>notification/v1/section-repeater-field/(?P<id>\d+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[01-Jan-2021 18:06:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>notification/v1/repeater-field/select</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
See also: All tests for this plugin, How to Hide Notification Admin Menus and Meta Boxes