Flamix: Bitrix24 and WooCommerce Orders integration 5.2.1

Does "Flamix: Bitrix24 and WooCommerce Orders integration" work with WordPress 6.7 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
12PHP warnings
6PHP deprecation warnings
2Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 5.14 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
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 500+
WordPress.org page https://wordpress.org/plugins/flamix-bitrix24-and-woo-integrations/
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=flamix-bitrix24-and-woo-integrations%2Fflamix-bitrix24-and-woo-integrations.php&plugin_status=all&paged=1&s&_wpnonce=7bb7a9c952
Aspect after-activation
HTTP status 200
Load time 0.252 s
Memory usage 3.51 MiB
JS errors None
Resource errors None

Settings → Bitrix24 ← WooCommerce

Page screenshot: Settings → Bitrix24 ← WooCommerce
URL /wp-admin/options-general.php?page=flamix-bitrix24-and-woo-integrations%2Fsettings%2FSettings.php
Requested URL /wp-admin/options-general.php?page=flamix-bitrix24-and-woo-integrations/settings/Settings.php
Aspect menu-item
HTTP status 200
Load time 1.670 s
Memory usage 3.5 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.349 s
Memory usage 3.41 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.342 s0.297 s-0.045 s3.48 MiB3.5 MiB+ 18.33 KiB
/wp-admin/edit.php0.215 s0.207 s-0.008 s3.54 MiB3.56 MiB+ 18.37 KiB
/wp-admin/post-new.php0.849 s1.098 s+0.249 s5.92 MiB5.95 MiB+ 21.95 KiB
/wp-admin/upload.php0.805 s0.553 s-0.252 s3.5 MiB3.5 MiB+ 1.02 KiB
/wp-admin/options-writing.php0.240 s0.186 s-0.054 s3.47 MiB3.48 MiB+ 5.01 KiB
/wp-admin/media-new.php0.290 s0.220 s-0.070 s3.46 MiB3.48 MiB+ 13.2 KiB
/wp-admin/edit-tags.php?taxonomy=category0.200 s0.188 s-0.012 s3.48 MiB3.5 MiB+ 23.88 KiB
/wp-admin/post-new.php?post_type=page0.704 s0.601 s-0.103 s5.92 MiB5.94 MiB+ 21.96 KiB
/wp-admin/options-discussion.php0.489 s0.264 s-0.225 s3.47 MiB3.48 MiB+ 1.45 KiB
/wp-admin/edit-comments.php0.255 s0.451 s+0.196 s3.49 MiB3.5 MiB+ 976 bytes
/0.323 s0.249 s-0.074 s3.48 MiB3.41 MiB- 69.55 KiB
Average 0.428 s0.392 s-0.036 s3.93 MiB3.93 MiB+ 5.14 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
PHP97.7%80530411
JSON2.3%1901
Total 824 304 12

PHP Code Analysis | More results »

Lines of code 548
Total complexity 119
Median class complexity 16.5
Median method complexity 1.0
Most complex class Flamix\Bitrix24\WooCommerce\Handlers
Most complex function Flamix\Bitrix24\WooCommerce\Handlers::prepareProducts()
Classes 6
Methods 43
Functions 0

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

PHP Error Log 23 lines

[20-Nov-2024 16:03:58 UTC] PHP Deprecated:  Optional parameter $table declared before required parameter $prepareClosure is implicitly treated as a required parameter in /wp-content/plugins/flamix-bitrix24-and-woo-integrations/includes/vendor/flamix/plugin-helpers/src/Queue/SQL.php on line 14
[20-Nov-2024 16:03:58 UTC] WordPress database error Table 'wordpress.wp_flamix_order_jobs' doesn't exist for query SELECT id, order_id, UNIX_TIMESTAMP(reserved_at) as reservet_at_timestamp
                    FROM wp_flamix_order_jobs
                        WHERE order_job_status != 'SENT' AND (reserved_at IS NULL OR UNIX_TIMESTAMP(reserved_at) < UNIX_TIMESTAMP(NOW()) + 60)
                            LIMIT 20; made by require_once('wp-admin/admin.php'), do_action('settings_page_flamix-bitrix24-and-woo-integrations/settings/Settings'), WP_Hook->do_action, WP_Hook->apply_filters, Flamix\Bitrix24\WooCommerce\Settings::include_setting_page, include_once('/plugins/flamix-bitrix24-and-woo-integrations/resources/views/index.php'), include('/plugins/flamix-bitrix24-and-woo-integrations/resources/views/configuration.php'), FlamixLocal\WooOrders\Jobs\Order->getNotSentOrders, FlamixLocal\WooOrders\Jobs\Order->query
[20-Nov-2024 16:03:58 UTC] WordPress database error Table 'wordpress.wp_flamix_order_jobs' doesn't exist for query DESCRIBE wp_flamix_order_jobs made by require_once('wp-admin/admin.php'), do_action('settings_page_flamix-bitrix24-and-woo-integrations/settings/Settings'), WP_Hook->do_action, WP_Hook->apply_filters, Flamix\Bitrix24\WooCommerce\Settings::include_setting_page, include_once('/plugins/flamix-bitrix24-and-woo-integrations/resources/views/index.php'), include('/plugins/flamix-bitrix24-and-woo-integrations/resources/views/configuration.php'), Flamix\Plugin\Queue\JobCommands->createQueueTableIfNotExist, Flamix\Plugin\Queue\JobCommands->isTableExist, FlamixLocal\WooOrders\Jobs\Order->query
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "HTTP_HOST" in /wp-config.php on line 174
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "HTTP_HOST" in /wp-config.php on line 175
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "host" in /wp-includes/canonical.php on line 717
[20-Nov-2024 16:04:04 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/canonical.php on line 717
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "host" in /wp-includes/canonical.php on line 718
[20-Nov-2024 16:04:04 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/canonical.php on line 718
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "host" in /wp-includes/canonical.php on line 728
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "host" in /wp-includes/canonical.php on line 731
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "scheme" in /wp-includes/canonical.php on line 752
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "host" in /wp-includes/canonical.php on line 717
[20-Nov-2024 16:04:04 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/canonical.php on line 717
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "host" in /wp-includes/canonical.php on line 718
[20-Nov-2024 16:04:04 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/canonical.php on line 718
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "host" in /wp-includes/canonical.php on line 728
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "host" in /wp-includes/canonical.php on line 731
[20-Nov-2024 16:04:04 UTC] PHP Warning:  Undefined array key "scheme" in /wp-includes/canonical.php on line 752
[20-Nov-2024 16:04:04 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/link-template.php on line 4830
See also: All tests for this plugin, How to Hide the "Bitrix24 ← WooCommerce" Admin Menu