InforUMobile Automation 1.3.15

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

Summary

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

Memory usage: 21.8 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.1
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=b735414310
Aspect after-activation
HTTP status 200
Load time 0.232 s
Memory usage 3.6 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.206 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.361 s0.272 s-0.089 s3.51 MiB3.53 MiB+ 27.65 KiB
/wp-admin/edit.php0.186 s0.167 s-0.019 s3.57 MiB3.6 MiB+ 27.65 KiB
/wp-admin/post-new.php0.693 s0.585 s-0.108 s6.06 MiB6.09 MiB+ 31.4 KiB
/wp-admin/upload.php0.671 s0.529 s-0.142 s3.52 MiB3.53 MiB+ 10.24 KiB
/wp-admin/options-writing.php0.174 s0.184 s+0.010 s3.5 MiB3.51 MiB+ 14.23 KiB
/wp-admin/media-new.php0.239 s0.165 s-0.074 s3.49 MiB3.51 MiB+ 22.43 KiB
/wp-admin/edit-tags.php?taxonomy=category0.166 s0.306 s+0.140 s3.5 MiB3.54 MiB+ 33.1 KiB
/wp-admin/post-new.php?post_type=page0.618 s0.609 s-0.009 s6.05 MiB6.08 MiB+ 26.92 KiB
/wp-admin/options-discussion.php0.294 s0.258 s-0.036 s3.5 MiB3.51 MiB+ 10.73 KiB
/wp-admin/edit-comments.php0.182 s0.191 s+0.009 s3.52 MiB3.53 MiB+ 10.23 KiB
/0.272 s0.183 s-0.089 s3.43 MiB3.46 MiB+ 25.23 KiB
Average 0.351 s0.314 s-0.037 s3.97 MiB3.99 MiB+ 21.8 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,02858433
JavaScript1.9%3902
PO File1.4%29121
CSS0.3%701
Total 2,103 596 37

PHP Code Analysis | More results »

Lines of code 2,000
Total complexity 343
Median class complexity 9.5
Median method complexity 2.0
Most complex class WC_Inforu_Newsletter\Observer
Most complex function WC_Inforu\Event\CartAbandoned::getAbandonedCart()
Classes 28
Methods 153
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 3

PHP Error Log 16 lines

[11-May-2025 02:25:37 UTC] PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>inforu-mobile-automation</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6121
[11-May-2025 02:25:37 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 require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Inforu->check_update, WC_Inforu::install, WC_Inforu\Setup->run, WC_Inforu\Setup->addSessionTimestamp
[11-May-2025 02:25:37 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 require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Inforu->check_update, WC_Inforu::install
[11-May-2025 02:25:37 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 require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Inforu->check_update, WC_Inforu::install
See also: All tests for this plugin