Flamix: Bitrix24 and WooCommerce Orders integration 5.6.0

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

Summary

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

Memory usage: 4.72 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.2
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=6d73b35118
Aspect after-activation
HTTP status 200
Load time 0.247 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.720 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.328 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.333 s0.308 s-0.025 s3.48 MiB3.5 MiB+ 18.33 KiB
/wp-admin/edit.php0.206 s0.191 s-0.015 s3.54 MiB3.56 MiB+ 18.37 KiB
/wp-admin/post-new.php0.799 s0.791 s-0.008 s5.93 MiB5.95 MiB+ 21.95 KiB
/wp-admin/upload.php0.590 s0.529 s-0.061 s3.5 MiB3.5 MiB+ 984 bytes
/wp-admin/options-writing.php0.232 s0.293 s+0.061 s3.47 MiB3.48 MiB+ 4.95 KiB
/wp-admin/media-new.php0.365 s0.273 s-0.092 s3.46 MiB3.48 MiB+ 13.15 KiB
/wp-admin/edit-tags.php?taxonomy=category0.191 s0.192 s+0.001 s3.48 MiB3.5 MiB+ 23.82 KiB
/wp-admin/post-new.php?post_type=page0.613 s0.585 s-0.028 s5.92 MiB5.94 MiB+ 17.48 KiB
/wp-admin/options-discussion.php0.492 s0.257 s-0.235 s3.48 MiB3.48 MiB+ 1.45 KiB
/wp-admin/edit-comments.php0.222 s0.205 s-0.017 s3.5 MiB3.5 MiB+ 976 bytes
/0.320 s0.207 s-0.113 s3.48 MiB3.41 MiB- 69.55 KiB
Average 0.397 s0.348 s-0.048 s3.93 MiB3.94 MiB+ 4.72 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%81430411
JSON2.3%1901
Total 833 304 12

PHP Code Analysis | More results »

Lines of code 557
Total complexity 120
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 44
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 7 lines

[15-Feb-2025 16:48:38 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
[15-Feb-2025 16:48:38 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 reserved_at < NOW() + INTERVAL 60 SECOND)
                            ORDER BY id DESC
                                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
[15-Feb-2025 16:48:38 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
See also: All tests for this plugin, How to Hide the "Bitrix24 ← WooCommerce" Admin Menu