Delivery & Pickup Date Time for WooCommerce 1.3.27

Does "Delivery & Pickup Date Time for WooCommerce" work with WordPress 5.9.2 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
3PHP fatal errors
No JavaScript exceptions
1Page failed to load
  • 1 500 Internal Server Error
No resource errors
Performance

Memory usage: 107.02 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.068 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version5.9.2
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 6,000+
WordPress.org page https://wordpress.org/plugins/woo-delivery/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

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=woo-delivery%2Fcoderockz-woo-delivery.php&plugin_status=all&paged=1&s&_wpnonce=d13697346e
Aspect after-activation
HTTP status 200
Load time 0.594 s
Memory usage 3.36 MiB
JS errors None
Resource errors None

Woo Delivery

Page screenshot: Woo Delivery
URL /wp-admin/admin.php?page=coderockz-woo-delivery-settings
Aspect menu-item
HTTP status 200
Load time 0.440 s
Memory usage N/A
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 500
Load time 0.050 s
Memory usage N/A
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.337 s0.318 s-0.019 s3.37 MiB3.47 MiB+ 98.84 KiB
/wp-admin/edit.php0.178 s0.270 s+0.092 s3.4 MiB3.5 MiB+ 98.64 KiB
/wp-admin/post-new.php1.124 s1.539 s+0.415 s6.15 MiB6.25 MiB+ 100.28 KiB
/wp-admin/upload.php0.444 s0.454 s+0.010 s3.25 MiB3.35 MiB+ 106.63 KiB
/wp-admin/options-writing.php0.246 s0.179 s-0.067 s3.24 MiB3.33 MiB+ 92.24 KiB
/wp-admin/media-new.php0.250 s0.398 s+0.148 s3.23 MiB3.33 MiB+ 108.3 KiB
/wp-admin/edit-tags.php?taxonomy=category0.195 s0.374 s+0.179 s3.27 MiB3.36 MiB+ 98.82 KiB
/wp-admin/post-new.php?post_type=page1.357 s1.265 s-0.092 s6.15 MiB6.24 MiB+ 95.87 KiB
/wp-admin/options-discussion.php0.269 s0.304 s+0.035 s3.22 MiB3.33 MiB+ 108.88 KiB
/wp-admin/edit-comments.php0.257 s0.235 s-0.022 s3.27 MiB3.43 MiB+ 161.71 KiB
Average 0.466 s0.534 s+0.068 s3.85 MiB3.96 MiB+ 107.02 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
PHP93.1%3,94662216
PO File6.8%2881851
JavaScript0.1%303
CSS0.0%202
Total 4,239 807 22

PHP Code Analysis | More results »

Lines of code 2,290
Total complexity 974
Median class complexity 18.0
Median method complexity 6.0
Most complex class Coderockz_Woo_Delivery_Public
Most complex function Coderockz_Woo_Delivery_Public::coderockz_woo_delivery_customise_checkout_field_process()
Classes 11
Methods 73
Functions 3

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.

Options wp_options 1

Meta Boxes

{
    "shop_order": {
        "coderockz_woo_delivery_meta_box": {
            "title": "Delivery Date & Time",
            "context": "normal"
        }
    }
}

PHP Error Log 31 lines

[19-Mar-2022 09:20:41 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function get_woocommerce_currency() in /wp-content/plugins/woo-delivery/admin/partials/coderockz-woo-delivery-admin-display.php:35
Stack trace:
#0 /wp-content/plugins/woo-delivery/admin/class-coderockz-woo-delivery-admin.php(1230): include_once()
#1 /wp-includes/class-wp-hook.php(307): Coderockz_Woo_Delivery_Admin->coderockz_woo_delivery_main_layout()
#2 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(474): WP_Hook->do_action()
#4 /wp-admin/admin.php(259): do_action()
#5 {main}
  thrown in /wp-content/plugins/woo-delivery/admin/partials/coderockz-woo-delivery-admin-display.php on line 35
[19-Mar-2022 09:20:42 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_checkout() in /wp-content/plugins/woo-delivery/public/class-coderockz-woo-delivery-public.php:103
Stack trace:
#0 /wp-includes/class-wp-hook.php(307): Coderockz_Woo_Delivery_Public->enqueue_scripts()
#1 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(474): WP_Hook->do_action()
#3 /wp-includes/script-loader.php(2105): do_action()
#4 /wp-includes/class-wp-hook.php(307): wp_enqueue_scripts()
#5 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(474): WP_Hook->do_action()
#7 /wp-includes/general-template.php(3042): do_action()
#8 /wp-content/themes/twentyse in /wp-content/plugins/woo-delivery/public/class-coderockz-woo-delivery-public.php on line 103
[19-Mar-2022 09:20:51 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_checkout() in /wp-content/plugins/woo-delivery/public/class-coderockz-woo-delivery-public.php:103
Stack trace:
#0 /wp-includes/class-wp-hook.php(307): Coderockz_Woo_Delivery_Public->enqueue_scripts()
#1 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(474): WP_Hook->do_action()
#3 /wp-includes/script-loader.php(2105): do_action()
#4 /wp-includes/class-wp-hook.php(307): wp_enqueue_scripts()
#5 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(474): WP_Hook->do_action()
#7 /wp-includes/general-template.php(3042): do_action()
#8 /wp-content/themes/twentyse in /wp-content/plugins/woo-delivery/public/class-coderockz-woo-delivery-public.php on line 103
See also: All tests for this plugin