InforUMobile Automation 1.3.14

Does InforUMobile Automation work with WordPress 6.8 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
3Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 22.57 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.8
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 30+
WordPress.org page https://wordpress.org/plugins/inforu-mobile-automation/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

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=inforu-mobile-automation%2Fwoocommerce-inforu.php&plugin_status=all&paged=1&s&_wpnonce=9906f1f95d
Aspect after-activation
HTTP status 200
Load time 0.342 s
Memory usage 3.55 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.182 s
Memory usage 3.46 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.299 s0.316 s+0.017 s3.51 MiB3.53 MiB+ 28.41 KiB
/wp-admin/edit.php0.197 s0.190 s-0.007 s3.57 MiB3.6 MiB+ 28.41 KiB
/wp-admin/post-new.php0.756 s0.611 s-0.145 s6.06 MiB6.09 MiB+ 32.16 KiB
/wp-admin/upload.php0.590 s0.629 s+0.039 s3.52 MiB3.53 MiB+ 11.01 KiB
/wp-admin/options-writing.php0.222 s0.205 s-0.017 s3.5 MiB3.52 MiB+ 15 KiB
/wp-admin/media-new.php0.280 s0.199 s-0.081 s3.49 MiB3.51 MiB+ 23.2 KiB
/wp-admin/edit-tags.php?taxonomy=category0.247 s0.206 s-0.041 s3.5 MiB3.54 MiB+ 33.87 KiB
/wp-admin/post-new.php?post_type=page0.615 s0.613 s-0.002 s6.05 MiB6.08 MiB+ 27.69 KiB
/wp-admin/options-discussion.php0.626 s0.239 s-0.387 s3.5 MiB3.51 MiB+ 11.5 KiB
/wp-admin/edit-comments.php0.249 s0.196 s-0.053 s3.52 MiB3.53 MiB+ 11 KiB
/0.303 s0.203 s-0.100 s3.43 MiB3.46 MiB+ 25.99 KiB
Average 0.399 s0.328 s-0.071 s3.97 MiB3.99 MiB+ 22.57 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
PHP96.4%2,02058433
JavaScript1.9%3902
PO File1.4%29121
CSS0.3%701
Total 2,095 596 37

PHP Code Analysis | More results »

Lines of code 1,992
Total complexity 341
Median class complexity 9.5
Median method complexity 1.5
Most complex class WC_Inforu_Newsletter\Observer
Most complex function WC_Inforu\Event\CartAbandoned::getAbandonedCart()
Classes 28
Methods 152
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 1

Options wp_options 2

PHP Error Log 15 lines

[23-Apr-2025 10:34:35 UTC] WordPress database error Table 'wordpress.wp_woocommerce_sessions' doesn't exist for query ALTER TABLE `wp_woocommerce_sessions` ADD `updated_at` TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP; made by activate_plugin, do_action('activate_inforu-mobile-automation/woocommerce-inforu.php'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Inforu::install, WC_Inforu\Setup->run, WC_Inforu\Setup->addSessionTimestamp
[23-Apr-2025 10:34:35 UTC] WordPress database error Can't create table `wordpress`.`wp_inforu_abandone_cart` (errno: 150 "Foreign key constraint is incorrectly formed") for query CREATE TABLE wp_inforu_abandone_cart (
            id mediumint(9) NOT NULL AUTO_INCREMENT,
            session_id bigint(20) unsigned NOT NULL,
            cart_data TEXT DEFAULT NULL,
        	create_at DATETIME DEFAULT CURRENT_TIMESTAMP,
        	token VARCHAR(64) DEFAULT NULL,
            PRIMARY KEY (id),
            FOREIGN KEY (session_id) REFERENCES wp_woocommerce_sessions(session_id) ON DELETE CASCADE
            ); made by activate_plugin, do_action('activate_inforu-mobile-automation/woocommerce-inforu.php'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Inforu::install
[23-Apr-2025 10:34:35 UTC] WordPress database error Table 'wordpress.wp_inforu_abandone_cart' doesn't exist for query INSERT INTO wp_inforu_abandone_cart (session_id)
                SELECT ws.session_id
                FROM wp_woocommerce_sessions ws
                LEFT JOIN wp_inforu_abandone_cart iac ON ws.session_id = iac.session_id
                WHERE iac.session_id IS NULL AND ws.updated_at < NOW() made by activate_plugin, do_action('activate_inforu-mobile-automation/woocommerce-inforu.php'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Inforu::install
See also: All tests for this plugin