Does WP Datepicker work with WordPress 5.5.1 and PHP 7.4.8? A smoke test was performed on .
4 | PHP warnings |
8 | PHP notices |
No JavaScript exceptions | |
All test pages loaded successfully | |
No resource errors |
Memory usage: 61.59 KiB
The average PHP memory usage increased by this amount after activating by the plugin.
Page speed impact:
0.049 seconds
The average page load time increased by this amount after activating the plugin.
WordPress version | 5.5.1 |
---|---|
PHP version | 7.4.8 |
MySQL version | 8.0.21 |
PHP memory limit | 256M |
Last updated | |
---|---|
Active installs | 9,000+ |
WordPress.org page | https://wordpress.org/plugins/wp-datepicker/ |
Badges |
|
URL | /wp-admin/plugins.php?plugin_status=all&paged=1&s |
---|---|
Requested URL | /wp-admin/plugins.php?action=activate&plugin=wp-datepicker%2Findex.php&plugin_status=all&paged=1&s&_wpnonce=feecd3ae85 |
Aspect | after-activation |
HTTP status | 200 |
Load time | 0.942 s |
Memory usage | 2.68 MiB |
JS errors | None |
Resource errors | None |
URL | /wp-admin/options-general.php?page=wp_dp |
---|---|
Aspect | menu-item |
HTTP status | 200 |
Load time | 1.977 s |
Memory usage | 2.89 MiB |
JS errors | None |
Resource errors | None |
URL | /wp-admin/options-general.php?page=wp_dp |
---|---|
Aspect | menu-item-tab |
HTTP status | 200 |
Load time | 1.284 s |
Memory usage | 2.79 MiB |
JS errors | None |
Resource errors | None |
URL | / |
---|---|
Aspect | front-page |
HTTP status | 200 |
Load time | 0.490 s |
Memory usage | 2.71 MiB |
JS errors | None |
Resource errors | None |
URL | Load time | Memory usage | ||||
---|---|---|---|---|---|---|
Inactive | Active | Change | Inactive | Active | Change | |
/wp-admin/index.php | 0.458 s | 0.412 s | -0.046 s | 2.75 MiB | 2.78 MiB | + 29.55 KiB |
/wp-admin/edit.php | 0.227 s | 0.251 s | +0.024 s | 2.8 MiB | 2.83 MiB | + 29.87 KiB |
/wp-admin/post-new.php | 1.543 s | 1.942 s | +0.399 s | 4.54 MiB | 4.61 MiB | + 63.19 KiB |
/wp-admin/upload.php | 0.569 s | 0.457 s | -0.112 s | 2.63 MiB | 2.66 MiB | + 30.91 KiB |
/wp-admin/options-writing.php | 0.181 s | 0.193 s | +0.012 s | 2.64 MiB | 2.64 MiB | - 152 bytes |
/wp-admin/media-new.php | 0.209 s | 0.441 s | +0.232 s | 2.6 MiB | 2.64 MiB | + 32.95 KiB |
/wp-admin/edit-tags.php?taxonomy=category | 0.205 s | 0.272 s | +0.067 s | 2.64 MiB | 2.74 MiB | + 95.13 KiB |
/wp-admin/post-new.php?post_type=page | 1.387 s | 1.359 s | -0.028 s | 4.53 MiB | 4.59 MiB | + 62.79 KiB |
/wp-admin/options-discussion.php | 0.261 s | 0.347 s | +0.086 s | 2.61 MiB | 2.64 MiB | + 32.36 KiB |
/wp-admin/edit-comments.php | 0.276 s | 0.241 s | -0.035 s | 2.65 MiB | 2.74 MiB | + 92.48 KiB |
/ | 0.306 s | 0.249 s | -0.057 s | 2.51 MiB | 2.71 MiB | + 208.39 KiB |
Average | 0.511 s | 0.560 s | +0.049 s | 2.99 MiB | 3.05 MiB | + 61.59 KiB |
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
2[30-Sep-2020 06:06:58 UTC] PHP Warning: Invalid argument supplied for foreach() in /wp-content/plugins/wp-datepicker/inc/wpdp_settings.php on line 266
[30-Sep-2020 06:06:58 UTC] PHP Warning: extract() expects parameter 1 to be array, string given in /wp-content/plugins/wp-datepicker/inc/functions.php on line 738
[30-Sep-2020 06:07:00 UTC] PHP Warning: Invalid argument supplied for foreach() in /wp-content/plugins/wp-datepicker/inc/wpdp_settings.php on line 266
[30-Sep-2020 06:07:00 UTC] PHP Warning: extract() expects parameter 1 to be array, string given in /wp-content/plugins/wp-datepicker/inc/functions.php on line 738
[30-Sep-2020 06:07:04 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wpdp-android-settings/v1/wp_datepicker_read_settings</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 5225
[30-Sep-2020 06:07:04 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wpdp-android-settings/v1/wp_datepicker_read_pro_settings</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 5225
[30-Sep-2020 06:07:04 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wpdp-android-settings/v1/wp_datepicker_update_settings</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 5225
[30-Sep-2020 06:07:04 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wpdp-android-settings/v1/wp_datepicker_authentication</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 5225
[30-Sep-2020 06:07:08 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wpdp-android-settings/v1/wp_datepicker_read_settings</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 5225
[30-Sep-2020 06:07:08 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wpdp-android-settings/v1/wp_datepicker_read_pro_settings</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 5225
[30-Sep-2020 06:07:08 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wpdp-android-settings/v1/wp_datepicker_update_settings</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 5225
[30-Sep-2020 06:07:08 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wpdp-android-settings/v1/wp_datepicker_authentication</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 5225