Correios Automático - Rastreio, Frete, Etiqueta, Declaração e Devolução 1.3.0

Does "Correios Automático - Rastreio, Frete, Etiqueta, Declaração e Devolução" work with WordPress 6.7.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 139.28 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.7.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 2,000+
WordPress.org page https://wordpress.org/plugins/infixs-correios-automatico/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

WordPress › Error

Page screenshot: WordPress › Error
URL /wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Requested URL /wp-admin/plugins.php?action=activate&plugin=infixs-correios-automatico%2Finfixs-correios-automatico.php&plugin_status=all&paged=1&s&_wpnonce=f32b809432
Aspect after-activation
HTTP status 500
Load time 0.211 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.056 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.474 s0.259 s-0.215 s3.48 MiB3.61 MiB+ 133.27 KiB
/wp-admin/edit.php0.207 s0.227 s+0.020 s3.54 MiB3.67 MiB+ 133.22 KiB
/wp-admin/post-new.php0.855 s1.131 s+0.276 s5.92 MiB6.12 MiB+ 199.55 KiB
/wp-admin/upload.php0.670 s0.619 s-0.051 s3.49 MiB3.61 MiB+ 115.81 KiB
/wp-admin/options-writing.php0.231 s0.208 s-0.023 s3.47 MiB3.59 MiB+ 119.8 KiB
/wp-admin/media-new.php0.269 s0.261 s-0.008 s3.46 MiB3.59 MiB+ 128 KiB
/wp-admin/edit-tags.php?taxonomy=category0.212 s0.197 s-0.015 s3.48 MiB3.61 MiB+ 138.67 KiB
/wp-admin/post-new.php?post_type=page1.027 s0.816 s-0.211 s5.92 MiB6.11 MiB+ 192.4 KiB
/wp-admin/options-discussion.php0.484 s0.257 s-0.227 s3.47 MiB3.59 MiB+ 116.3 KiB
/wp-admin/edit-comments.php0.291 s0.219 s-0.072 s3.49 MiB3.61 MiB+ 115.8 KiB
Average 0.472 s0.419 s-0.053 s3.97 MiB4.11 MiB+ 139.28 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
JavaScript
Language % Lines of code Comment lines Files
PHP83.9%7,5934,113114
JavaScript11.3%1,0243296
CSS4.6%41883
Markdown0.1%1301
Total 9,048 4,450 124

PHP Code Analysis | More results »

Lines of code 6,816
Total complexity 1,261
Median class complexity 5.0
Median method complexity 1.0
Most complex class Infixs\CorreiosAutomatico\Core\Shipping\CorreiosShippingMethod
Most complex function Infixs\CorreiosAutomatico\Core\Shipping\CorreiosShippingMethod::calculate_shipping()
Classes 94
Methods 536
Functions 1

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 4

Options wp_options 1

Meta Boxes

{
    "shop_order": {
        "infixs-correios-automatico-tracking-history": {
            "title": "Histo\u0301rico de Rastreio",
            "context": "normal"
        },
        "infixs-correios-automatico-tracking-code": {
            "title": "C\u00f3digo de Rastreio",
            "context": "side"
        },
        "infixs-correios-automatico-prepost": {
            "title": "Pr\u00e9-Postagem",
            "context": "side"
        },
        "infixs-correios-automatico-label": {
            "title": "Etiqueta e Declarac\u00e3o",
            "context": "side"
        }
    }
}

PHP Error Log 53 lines

[30-Dec-2024 06:38:30 UTC] PHP Fatal error:  Uncaught Error: Class "WC_Shipping_Zones" not found in /wp-content/plugins/infixs-correios-automatico/src/Services/ShippingService.php:56
Stack trace:
#0 /wp-content/plugins/infixs-correios-automatico/src/Core/Install.php(60): Infixs\CorreiosAutomatico\Services\ShippingService->list_shipping_methods()
#1 /wp-includes/class-wp-hook.php(324): Infixs\CorreiosAutomatico\Core\Install->maybe_show_wizard()
#2 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(517): WP_Hook->do_action()
#4 /wp-settings.php(726): do_action()
#5 /wp-config.php(191): require_once('...')
#6 /wp-load.php(50): require_once('...')
#7 /wp-admin/admin.php(34): require_once('...')
#8 /wp-admin/plugins.php(10): require_once('...')
#9 {main}
  thrown in /wp-content/plugins/infixs-correios-automatico/src/Services/ShippingService.php on line 56
[30-Dec-2024 06:38:31 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function Infixs\CorreiosAutomatico\Core\Front\WooCommerce\is_account_page() in /wp-content/plugins/infixs-correios-automatico/src/Core/Front/WooCommerce/Order.php:101
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Infixs\CorreiosAutomatico\Core\Front\WooCommerce\Order->enqueue_order_details_script()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-includes/script-loader.php(2272): do_action()
#4 /wp-includes/class-wp-hook.php(324): wp_enqueue_scripts()
#5 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /wp-includes/general-template.php(3064): do_action()
#8 /wp-content/themes/twentyseventeen/header.php(22): wp_head()
#9 /wp-includes/template.php(810): require_once('...')
#10 /wp-includes/template.php(745): load_template()
#11 /wp-includes/general-template.php(48): locate_template()
#12 /wp-content/themes/twentyseventeen/index.php(18): get_header()
#13 /wp-includes/template-loader.php(106): include('...')
#14 /wp-blog-header.php(19): require_once('...')
#15 /index.php(17): require('...')
#16 {main}
  thrown in /wp-content/plugins/infixs-correios-automatico/src/Core/Front/WooCommerce/Order.php on line 101
[30-Dec-2024 06:38:40 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function Infixs\CorreiosAutomatico\Core\Front\WooCommerce\is_account_page() in /wp-content/plugins/infixs-correios-automatico/src/Core/Front/WooCommerce/Order.php:101
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Infixs\CorreiosAutomatico\Core\Front\WooCommerce\Order->enqueue_order_details_script()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-includes/script-loader.php(2272): do_action()
#4 /wp-includes/class-wp-hook.php(324): wp_enqueue_scripts()
#5 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /wp-includes/general-template.php(3064): do_action()
#8 /wp-content/themes/twentyseventeen/header.php(22): wp_head()
#9 /wp-includes/template.php(810): require_once('...')
#10 /wp-includes/template.php(745): load_template()
#11 /wp-includes/general-template.php(48): locate_template()
#12 /wp-content/themes/twentyseventeen/index.php(18): get_header()
#13 /wp-includes/template-loader.php(106): include('...')
#14 /wp-blog-header.php(19): require_once('...')
#15 /index.php(17): require('...')
#16 {main}
  thrown in /wp-content/plugins/infixs-correios-automatico/src/Core/Front/WooCommerce/Order.php on line 101
See also: All tests for this plugin