2.43 ms (40.43%)
|
1 |
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.level_id AS level_id_22 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.level_id AS level_id_22 FROM user t0 WHERE t0.id = 1;
|
1.01 ms (16.83%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.color AS color_4, t0.bg AS bg_5, t0.short AS short_6 FROM badge t0 INNER JOIN user_badge ON t0.id = user_badge.badge_id WHERE user_badge.user_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.color AS color_4, t0.bg AS bg_5, t0.short AS short_6 FROM badge t0 INNER JOIN user_badge ON t0.id = user_badge.badge_id WHERE user_badge.user_id = 1;
|
0.81 ms (13.49%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.about AS about_3, t0.logo AS logo_4, t0.season AS season_5, t0.criteria AS criteria_6, t0.add_criteria AS add_criteria_7 FROM tournament t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.about AS about_3, t0.logo AS logo_4, t0.season AS season_5, t0.criteria AS criteria_6, t0.add_criteria AS add_criteria_7 FROM tournament t0;
|