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.
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 3
wp_lrsync
wp_lrsync_collections
wp_lrsync_meta
Options wp_options1
wplr_sync_rating_date
PHP Error Log 12 lines
[29-May-2021 06:50:57 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FIRST,
wp_col_id BIGINT(20) NULL,
wp_id BIGINT(20) NULL,
sort INT(11) DEFA' at line 2 for query CREATE TABLE wp_lrsync_relations (
id BIGINT(20) NOT NULL AUTO_INCREMENT UNIQUE FIRST,
wp_col_id BIGINT(20) NULL,
wp_id BIGINT(20) NULL,
sort INT(11) DEFAULT 0,
PRIMARY KEY id (id),
UNIQUE KEY id (wp_col_id, wp_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci 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, Meow_WPLR_Sync_Core->plugins_loaded, Meow_WPLR_Sync_Admin->__construct, Meow_WPLR_Sync_Core->check_db, meow_wplrsync_activate, dbDelta
[29-May-2021 06:50:57 UTC] WordPress database error Table 'wordpress.wp_lrsync_relations' doesn't exist for query INSERT INTO wp_lrsync_relations (wp_col_id, wp_id, sort) SELECT -1, wp_id, 0 FROM wp_lrsync 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, Meow_WPLR_Sync_Core->plugins_loaded, Meow_WPLR_Sync_Admin->__construct, Meow_WPLR_Sync_Core->check_db, meow_wplrsync_activate