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_trp_gettext_en_us
wp_trp_gettext_original_meta
wp_trp_gettext_original_strings
Options wp_options6
trp_db_errors
trp_db_stored_data
trp_language_switcher_settings
trp_onboarding_started
trp_plugin_version
trp_settings
User Metadata wp_usermeta1
trp_language
Custom Post Types 1
ID
Name
language_switcher
Language Switcher
PHP Error Log 23 lines
[04-Mar-2026 13:29:59 UTC] Invalid trp_settings: "not_set"
[04-Mar-2026 13:29:59 UTC] WordPress database error Table 'wp_trp_gettext_en_us' already exists for query CREATE TABLE `wp_trp_gettext_en_us`(
id bigint(20) AUTO_INCREMENT NOT NULL PRIMARY KEY,
original longtext NOT NULL,
translated longtext,
domain longtext,
status int(20),
original_id bigint(20),
plural_form int(20),
UNIQUE KEY id (id) )
DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by 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, TRP_Upgrade->check_for_necessary_updates, TRP_Upgrade->check_if_gettext_tables_exist, TRP_Gettext_Table_Creation->check_gettext_table, dbDelta
[04-Mar-2026 13:29:59 UTC] PHP Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>translatepress-multilingual</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 6131
[04-Mar-2026 13:29:59 UTC] WordPress database error Duplicate key name 'index_name' for query CREATE INDEX index_name ON `wp_trp_gettext_en_us` (original(100)); made by 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, TRP_Upgrade->check_for_necessary_updates, TRP_Upgrade->check_if_gettext_tables_exist, TRP_Gettext_Table_Creation->check_gettext_table
[04-Mar-2026 13:29:59 UTC] WordPress database error Duplicate key name 'original_fulltext' for query CREATE FULLTEXT INDEX original_fulltext ON `wp_trp_gettext_en_us`(original); made by 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, TRP_Upgrade->check_for_necessary_updates, TRP_Upgrade->check_if_gettext_tables_exist, TRP_Gettext_Table_Creation->check_gettext_table
[04-Mar-2026 13:29:59 UTC] WordPress database error Table 'wp_trp_gettext_original_strings' already exists for query CREATE TABLE `wp_trp_gettext_original_strings`(
id bigint(20) AUTO_INCREMENT NOT NULL PRIMARY KEY,
original TEXT NOT NULL,
domain TEXT NOT NULL,
context TEXT DEFAULT NULL,
original_plural TEXT DEFAULT NULL
)
DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by 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, TRP_Upgrade->check_for_necessary_updates, TRP_Upgrade->check_if_gettext_tables_exist, TRP_Gettext_Table_Creation->check_gettext_original_table, dbDelta
[04-Mar-2026 13:29:59 UTC] WordPress database error Duplicate key name 'gettext_index_original' for query CREATE INDEX gettext_index_original ON `wp_trp_gettext_original_strings` (original(100)); made by require('wp-blog-header.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, TRP_Upgrade->check_for_necessary_updates, TRP_Upgrade->check_if_gettext_tables_exist, TRP_Gettext_Table_Creation->check_gettext_original_table