2.84 ms (15.28%)
|
1 |
SELECT t0.iso3 AS iso3_1, t0.iso2 AS iso2_2, t0.name AS name_3, t0.capital AS capital_4, t0.currency AS currency_5, t0.phone AS phone_6, t0.sanctioned AS sanctioned_7 FROM country t0 INNER JOIN user_country ON t0.iso3 = user_country.country_iso3 WHERE user_country.user_id = ?
SELECT t0.iso3 AS iso3_1, t0.iso2 AS iso2_2, t0.name AS name_3, t0.capital AS capital_4, t0.currency AS currency_5, t0.phone AS phone_6, t0.sanctioned AS sanctioned_7 FROM country t0 INNER JOIN user_country ON t0.iso3 = user_country.country_iso3 WHERE user_country.user_id = 1;
|
2.70 ms (14.52%)
|
1 |
SELECT t0.id AS id_1, t0.subject AS subject_2, t0.username AS username_3, t0.email AS email_4, t0.email_verified AS email_verified_5, t0.cognito_groups AS cognito_groups_6, t0.cognito_brands AS cognito_brands_7, t0.cognito_markets AS cognito_markets_8, t0.cognito_old_subs AS cognito_old_subs_9 FROM cognito_information t0 WHERE t0.id IN (?)
SELECT t0.id AS id_1, t0.subject AS subject_2, t0.username AS username_3, t0.email AS email_4, t0.email_verified AS email_verified_5, t0.cognito_groups AS cognito_groups_6, t0.cognito_brands AS cognito_brands_7, t0.cognito_markets AS cognito_markets_8, t0.cognito_old_subs AS cognito_old_subs_9 FROM cognito_information t0 WHERE t0.id IN (1);
|
2.47 ms (13.27%)
|
1 |
SELECT t0.id AS id_1, t0.flag_key AS flag_key_2, t0.enabled AS enabled_3 FROM feature_flag t0 WHERE t0.flag_key = ? LIMIT 1
Parameters: [
"auth_logs_enabled"
]
SELECT t0.id AS id_1, t0.flag_key AS flag_key_2, t0.enabled AS enabled_3 FROM feature_flag t0 WHERE t0.flag_key = 'auth_logs_enabled' LIMIT 1;
|
2.42 ms (13.01%)
|
1 |
SELECT u0_.id AS id_0, u0_.sub AS sub_1, u0_.email AS email_2, u0_.given_name AS given_name_3, u0_.family_name AS family_name_4, u0_.enabled AS enabled_5, u0_.permissions AS permissions_6, u0_.show_tutorial AS show_tutorial_7, u0_.last_login AS last_login_8, u0_.cognito_information_id AS cognito_information_id_9 FROM users u0_ WHERE u0_.sub = ?
Parameters: [
"0193448f-44c0-7aae-828e-90bb15cf5c78"
]
SELECT u0_.id AS id_0, u0_.sub AS sub_1, u0_.email AS email_2, u0_.given_name AS given_name_3, u0_.family_name AS family_name_4, u0_.enabled AS enabled_5, u0_.permissions AS permissions_6, u0_.show_tutorial AS show_tutorial_7, u0_.last_login AS last_login_8, u0_.cognito_information_id AS cognito_information_id_9 FROM users u0_ WHERE u0_.sub = '0193448f-44c0-7aae-828e-90bb15cf5c78';
|
2.29 ms (12.32%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.country_aware AS country_aware_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.brand_id AS brand_id_7 FROM channel t0 INNER JOIN user_channel ON t0.id = user_channel.channel_id WHERE user_channel.user_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.country_aware AS country_aware_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.brand_id AS brand_id_7 FROM channel t0 INNER JOIN user_channel ON t0.id = user_channel.channel_id WHERE user_channel.user_id = 1;
|
2.20 ms (11.85%)
|
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.description AS description_4, t0.editable AS editable_5, t0.last_update AS last_update_6 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.description AS description_4, t0.editable AS editable_5, t0.last_update AS last_update_6 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = 1;
|
1.95 ms (10.48%)
|
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.title AS title_3, t0.brand_id AS brand_id_4, t0.owner_id AS owner_id_5 FROM dealership_group t0 INNER JOIN dealership_group_user ON t0.id = dealership_group_user.dealership_group_id WHERE dealership_group_user.user_id = ?
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.title AS title_3, t0.brand_id AS brand_id_4, t0.owner_id AS owner_id_5 FROM dealership_group t0 INNER JOIN dealership_group_user ON t0.id = dealership_group_user.dealership_group_id WHERE dealership_group_user.user_id = 1;
|
1.72 ms (9.27%)
|
1 |
SELECT t0.code AS code_1, t0.name AS name_2, t0.splash_screen AS splash_screen_3 FROM brand t0 INNER JOIN user_brand ON t0.code = user_brand.brand_code WHERE user_brand.user_id = ?
SELECT t0.code AS code_1, t0.name AS name_2, t0.splash_screen AS splash_screen_3 FROM brand t0 INNER JOIN user_brand ON t0.code = user_brand.brand_code WHERE user_brand.user_id = 1;
|