8.09 ms (25.03%)
|
18 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.about AS about_3, t0.our AS our_4, t0.logo AS logo_5, t0.photos AS photos_6, t0.domestic AS domestic_7, t0.bg AS bg_8, t0.beach AS beach_9, t0.rating AS rating_10, t0.hide_roster AS hide_roster_11, t0.captain_id AS captain_id_12, t0.coach_id AS coach_id_13, t0.head_id AS head_id_14 FROM team t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.about AS about_3, t0.our AS our_4, t0.logo AS logo_5, t0.photos AS photos_6, t0.domestic AS domestic_7, t0.bg AS bg_8, t0.beach AS beach_9, t0.rating AS rating_10, t0.hide_roster AS hide_roster_11, t0.captain_id AS captain_id_12, t0.coach_id AS coach_id_13, t0.head_id AS head_id_14 FROM team t0 WHERE t0.id = 51;
|
6.83 ms (21.12%)
|
12 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.photo AS photo_6, t0.auth_date AS auth_date_7, t0.theme AS theme_8, t0.birthday AS birthday_9, t0.phone AS phone_10, t0.about AS about_11, t0.custom_photo AS custom_photo_12, t0.male AS male_13, t0.coach AS coach_14, t0.captain AS captain_15, t0.ts_x AS ts_x_16, t0.register_date AS register_date_17, t0.telegram_id AS telegram_id_18, t0.notification AS notification_19, t0.trainings_filter AS trainings_filter_20, t0.show_year AS show_year_21, t0.verified AS verified_22, t0.account_balance AS account_balance_23, t0.discount AS discount_24, t0.patronymic AS patronymic_25, t0.beach_rating AS beach_rating_26, t0.beach_games AS beach_games_27, t0.child AS child_28, t0.level_id AS level_id_29 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.photo AS photo_6, t0.auth_date AS auth_date_7, t0.theme AS theme_8, t0.birthday AS birthday_9, t0.phone AS phone_10, t0.about AS about_11, t0.custom_photo AS custom_photo_12, t0.male AS male_13, t0.coach AS coach_14, t0.captain AS captain_15, t0.ts_x AS ts_x_16, t0.register_date AS register_date_17, t0.telegram_id AS telegram_id_18, t0.notification AS notification_19, t0.trainings_filter AS trainings_filter_20, t0.show_year AS show_year_21, t0.verified AS verified_22, t0.account_balance AS account_balance_23, t0.discount AS discount_24, t0.patronymic AS patronymic_25, t0.beach_rating AS beach_rating_26, t0.beach_games AS beach_games_27, t0.child AS child_28, t0.level_id AS level_id_29 FROM user t0 WHERE t0.id = 1;
|
6.50 ms (20.11%)
|
9 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.photo AS photo_6, t0.auth_date AS auth_date_7, t0.theme AS theme_8, t0.birthday AS birthday_9, t0.phone AS phone_10, t0.about AS about_11, t0.custom_photo AS custom_photo_12, t0.male AS male_13, t0.coach AS coach_14, t0.captain AS captain_15, t0.ts_x AS ts_x_16, t0.register_date AS register_date_17, t0.telegram_id AS telegram_id_18, t0.notification AS notification_19, t0.trainings_filter AS trainings_filter_20, t0.show_year AS show_year_21, t0.verified AS verified_22, t0.account_balance AS account_balance_23, t0.discount AS discount_24, t0.patronymic AS patronymic_25, t0.beach_rating AS beach_rating_26, t0.beach_games AS beach_games_27, t0.child AS child_28, t0.level_id AS level_id_29 FROM user t0 INNER JOIN team_user ON t0.id = team_user.user_id WHERE team_user.team_id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.photo AS photo_6, t0.auth_date AS auth_date_7, t0.theme AS theme_8, t0.birthday AS birthday_9, t0.phone AS phone_10, t0.about AS about_11, t0.custom_photo AS custom_photo_12, t0.male AS male_13, t0.coach AS coach_14, t0.captain AS captain_15, t0.ts_x AS ts_x_16, t0.register_date AS register_date_17, t0.telegram_id AS telegram_id_18, t0.notification AS notification_19, t0.trainings_filter AS trainings_filter_20, t0.show_year AS show_year_21, t0.verified AS verified_22, t0.account_balance AS account_balance_23, t0.discount AS discount_24, t0.patronymic AS patronymic_25, t0.beach_rating AS beach_rating_26, t0.beach_games AS beach_games_27, t0.child AS child_28, t0.level_id AS level_id_29 FROM user t0 INNER JOIN team_user ON t0.id = team_user.user_id WHERE team_user.team_id = 51;
|
6.28 ms (19.43%)
|
12 |
SELECT r0_.id AS id_0, r0_.entity AS entity_1, r0_.entity_id AS entity_id_2, r0_.date AS date_3, r0_.user_id AS user_id_4, r0_.emoji_id AS emoji_id_5 FROM reaction r0_ WHERE r0_.entity = ? AND r0_.entity_id = ?
SELECT r0_.id AS id_0, r0_.entity AS entity_1, r0_.entity_id AS entity_id_2, r0_.date AS date_3, r0_.user_id AS user_id_4, r0_.emoji_id AS emoji_id_5 FROM reaction r0_ WHERE r0_.entity = 4 AND r0_.entity_id = 7;
|
1.52 ms (4.71%)
|
3 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.color AS color_4, t0.bg AS bg_5 FROM level t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.color AS color_4, t0.bg AS bg_5 FROM level t0 WHERE t0.id = 4;
|
1.23 ms (3.81%)
|
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.criteria AS criteria_2, p0_.add_criteria AS add_criteria_3, p0_.type AS type_4, p0_.title AS title_5, p0_.default_location_id AS default_location_id_6, p0_.tournament_id AS tournament_id_7 FROM phase p0_ INNER JOIN tournament t1_ ON p0_.tournament_id = t1_.id WHERE t1_.archive = 0
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.criteria AS criteria_2, p0_.add_criteria AS add_criteria_3, p0_.type AS type_4, p0_.title AS title_5, p0_.default_location_id AS default_location_id_6, p0_.tournament_id AS tournament_id_7 FROM phase p0_ INNER JOIN tournament t1_ ON p0_.tournament_id = t1_.id WHERE t1_.archive = 0;
|
0.81 ms (2.51%)
|
1 |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.about AS about_2, t0_.logo AS logo_3, t0_.season AS season_4, t0_.archive AS archive_5, t0_.date AS date_6, t0_.beach AS beach_7, t0_.filter AS filter_8, t0_.place1_id AS place1_id_9, t0_.place2_id AS place2_id_10, t0_.place3_id AS place3_id_11, t0_.place4_id AS place4_id_12, t0_.tournament_group_id AS tournament_group_id_13 FROM tournament t0_ WHERE t0_.archive = 0
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.about AS about_2, t0_.logo AS logo_3, t0_.season AS season_4, t0_.archive AS archive_5, t0_.date AS date_6, t0_.beach AS beach_7, t0_.filter AS filter_8, t0_.place1_id AS place1_id_9, t0_.place2_id AS place2_id_10, t0_.place3_id AS place3_id_11, t0_.place4_id AS place4_id_12, t0_.tournament_group_id AS tournament_group_id_13 FROM tournament t0_ WHERE t0_.archive = 0;
|
0.58 ms (1.80%)
|
1 |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.about AS about_2, t0_.logo AS logo_3, t0_.season AS season_4, t0_.archive AS archive_5, t0_.date AS date_6, t0_.beach AS beach_7, t0_.filter AS filter_8, t0_.place1_id AS place1_id_9, t0_.place2_id AS place2_id_10, t0_.place3_id AS place3_id_11, t0_.place4_id AS place4_id_12, t0_.tournament_group_id AS tournament_group_id_13 FROM tournament t0_ WHERE t0_.archive = 1 ORDER BY t0_.id DESC
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.about AS about_2, t0_.logo AS logo_3, t0_.season AS season_4, t0_.archive AS archive_5, t0_.date AS date_6, t0_.beach AS beach_7, t0_.filter AS filter_8, t0_.place1_id AS place1_id_9, t0_.place2_id AS place2_id_10, t0_.place3_id AS place3_id_11, t0_.place4_id AS place4_id_12, t0_.tournament_group_id AS tournament_group_id_13 FROM tournament t0_ WHERE t0_.archive = 1 ORDER BY t0_.id DESC;
|
0.48 ms (1.49%)
|
1 |
SELECT e0_.id AS id_0, e0_.value AS value_1, e0_.active AS active_2 FROM emoji e0_ WHERE e0_.active = 1
SELECT e0_.id AS id_0, e0_.value AS value_1, e0_.active AS active_2 FROM emoji e0_ WHERE e0_.active = 1;
|