Does Notification work with WordPress 5.6 and PHP 7.4.8? A smoke test was performed on .
6 | PHP notices |
No JavaScript exceptions | |
All test pages loaded successfully | |
No resource errors |
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.
WordPress version | 5.6 |
---|---|
PHP version | 7.4.8 |
MySQL version | 8.0.21 |
PHP memory limit | 256M |
Last updated | |
---|---|
Active installs | 10,000+ |
WordPress.org page | https://wordpress.org/plugins/notification/ |
Badges |
|
URL | /wp-admin/plugins.php?plugin_status=all&paged=1&s¬ification-cache-refresh=1 |
---|---|
Requested URL | /wp-admin/plugins.php?action=activate&plugin=notification%2Fnotification.php&plugin_status=all&paged=1&s&_wpnonce=62cabbee67 |
Aspect | after-activation |
HTTP status | 200 |
Load time | 1.171 s |
Memory usage | 3.96 MiB |
JS errors | None |
Resource errors | None |
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.364 s |
Memory usage | 3.84 MiB |
JS errors | None |
Resource errors | None |
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.329 s |
Memory usage | 3.78 MiB |
JS errors | None |
Resource errors | None |
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.336 s |
Memory usage | 3.78 MiB |
JS errors | None |
Resource errors | None |
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.299 s |
Memory usage | 3.78 MiB |
JS errors | None |
Resource errors | None |
URL | / |
---|---|
Aspect | front-page |
HTTP status | 200 |
Load time | 0.216 s |
Memory usage | 3.68 MiB |
JS errors | None |
Resource errors | None |
URL | Load time | Memory usage | ||||
---|---|---|---|---|---|---|
Inactive | Active | Change | Inactive | Active | Change | |
/wp-admin/index.php | 0.265 s | 0.274 s | +0.009 s | 2.79 MiB | 3.88 MiB | + 1.09 MiB |
/wp-admin/edit.php | 0.181 s | 0.203 s | +0.022 s | 2.84 MiB | 3.93 MiB | + 1.1 MiB |
/wp-admin/post-new.php | 0.802 s | 1.101 s | +0.299 s | 4.93 MiB | 6.06 MiB | + 1.12 MiB |
/wp-admin/upload.php | 0.468 s | 0.401 s | -0.067 s | 2.67 MiB | 3.78 MiB | + 1.11 MiB |
/wp-admin/options-writing.php | 0.193 s | 0.169 s | -0.024 s | 2.68 MiB | 3.75 MiB | + 1.07 MiB |
/wp-admin/media-new.php | 0.201 s | 0.190 s | -0.011 s | 2.65 MiB | 3.75 MiB | + 1.11 MiB |
/wp-admin/edit-tags.php?taxonomy=category | 0.180 s | 0.202 s | +0.022 s | 2.68 MiB | 3.84 MiB | + 1.16 MiB |
/wp-admin/post-new.php?post_type=page | 0.604 s | 0.591 s | -0.013 s | 4.92 MiB | 6.04 MiB | + 1.12 MiB |
/wp-admin/options-discussion.php | 0.207 s | 0.217 s | +0.010 s | 2.65 MiB | 3.75 MiB | + 1.11 MiB |
/wp-admin/edit-comments.php | 0.236 s | 0.215 s | -0.021 s | 2.75 MiB | 3.85 MiB | + 1.1 MiB |
/ | 0.255 s | 0.223 s | -0.032 s | 2.67 MiB | 3.68 MiB | + 1.01 MiB |
Average | 0.327 s | 0.344 s | +0.018 s | 3.11 MiB | 4.21 MiB | + 1.1 MiB |
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 |
---|---|
notification | Notifications |
{
"notification": {
"notification_save": {
"title": "Save",
"context": "side"
},
"notification_merge_tags": {
"title": "Merge Tags",
"context": "side"
}
}
}
[01-Jan-2021 09:54:19 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 09:54:19 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 09:54:19 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 09:54: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 09:54: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 09:54: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