Revi.io - Customer and Product Reviews 6.0.9

Does "Revi.io - Customer and Product Reviews" work with WordPress 6.7.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 17.76 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 200+
WordPress.org page https://wordpress.org/plugins/revi-io-customer-and-product-reviews/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

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=revi-io-customer-and-product-reviews%2Frevi.php&plugin_status=all&paged=1&s&_wpnonce=3890f03f2b
Aspect after-activation
HTTP status 200
Load time 0.313 s
Memory usage 3.51 MiB
JS errors None
Resource errors None

Revi

Page screenshot: Revi
URL /wp-admin/admin.php?page=revi
Aspect menu-item
HTTP status 200
Load time 0.253 s
Memory usage 3.48 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.691 s
Memory usage 3.43 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 1.706 s
Memory usage 5.8 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.358 s0.308 s-0.050 s3.48 MiB3.5 MiB+ 22.62 KiB
/wp-admin/edit.php0.215 s0.205 s-0.010 s3.54 MiB3.57 MiB+ 23.76 KiB
/wp-admin/post-new.php0.837 s0.626 s-0.211 s5.92 MiB5.95 MiB+ 29.21 KiB
/wp-admin/upload.php0.776 s0.513 s-0.263 s3.49 MiB3.5 MiB+ 5.62 KiB
/wp-admin/options-writing.php0.234 s0.218 s-0.016 s3.47 MiB3.48 MiB+ 9.61 KiB
/wp-admin/media-new.php0.307 s0.276 s-0.031 s3.46 MiB3.48 MiB+ 17.8 KiB
/wp-admin/edit-tags.php?taxonomy=category0.205 s0.221 s+0.016 s3.48 MiB3.5 MiB+ 28.48 KiB
/wp-admin/post-new.php?post_type=page0.705 s0.620 s-0.085 s5.92 MiB5.94 MiB+ 24.43 KiB
/wp-admin/options-discussion.php0.313 s0.283 s-0.030 s3.47 MiB3.48 MiB+ 6.11 KiB
/wp-admin/edit-comments.php0.442 s0.229 s-0.213 s3.49 MiB3.5 MiB+ 5.61 KiB
/0.323 s0.211 s-0.112 s3.41 MiB3.43 MiB+ 22.17 KiB
Average 0.429 s0.337 s-0.091 s3.92 MiB3.94 MiB+ 17.76 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
PO File
CSS
Language % Lines of code Comment lines Files
PHP70.0%2,30915228
PO File20.7%6842797
CSS8.9%29425
SQL0.4%1206
Total 3,299 433 46

PHP Code Analysis | More results »

Lines of code 1,863
Total complexity 356
Median class complexity 15.0
Median method complexity 3.0
Most complex class reviProductsModel
Most complex function reviProductsModel::getCombinationMetaValue()
Classes 10
Methods 64
Functions 48

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.

Options wp_options 14

Sidebar Widgets 1

ID Name
revi_boxRevi Widget

PHP Error Log 28 lines

[14-Jan-2025 08:46:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 6 for query CREATE TABLE IF NOT EXISTS `revi_orders` (
            `id_order` BIGINT(20) NOT null,
            `status` INT(1) NOT null,
            `date_sent` DATETIME NOT null,
            PRIMARY KEY (`id_order`)
            ) $charset_collate made by activate_plugin, do_action('activate_revi-io-customer-and-product-reviews/revi.php'), WP_Hook->do_action, WP_Hook->apply_filters, revi_install, revi_createReviDatabase, dbDelta
[14-Jan-2025 08:46:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 7 for query CREATE TABLE IF NOT EXISTS `revi_products` (
            `id_product` VARCHAR(36) NOT null,
            `num_reviews` INT(10) NOT null,
            `avg_rating` FLOAT(5) NOT null,
            `date_sent` DATETIME NOT null,
            PRIMARY KEY (`id_product`)
            ) $charset_collate made by activate_plugin, do_action('activate_revi-io-customer-and-product-reviews/revi.php'), WP_Hook->do_action, WP_Hook->apply_filters, revi_install, revi_createReviDatabase, dbDelta
[14-Jan-2025 08:46:23 UTC] WordPress database error Table 'wordpress.revi_products' doesn't exist for query ALTER TABLE `revi_products` MODIFY `id_product` VARCHAR(36) NOT NULL made by do_action('toplevel_page_revi'), WP_Hook->do_action, WP_Hook->apply_filters, revi_plugin_configuration_page, update_revi_database_from_files
[14-Jan-2025 08:46:23 UTC] WordPress database error Table 'wordpress.revi_products' doesn't exist for query ALTER TABLE `revi_products` CHANGE `num_ratings` `num_reviews` INT(10) UNSIGNED NOT NULL DEFAULT 0 made by do_action('toplevel_page_revi'), WP_Hook->do_action, WP_Hook->apply_filters, revi_plugin_configuration_page, update_revi_database_from_files
[14-Jan-2025 08:46:24 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:32 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:36 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:36 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:36 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:36 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:36 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:36 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:36 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:37 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:37 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:37 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[14-Jan-2025 08:46:37 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
See also: All tests for this plugin, How to Hide Revi.io - Customer and Product Reviews Admin Menus