2.28 ms (69.01%)
|
32 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rating AS rating_3, t0.level AS level_4, t0.is_paid AS is_paid_5, t0.is_coming AS is_coming_6, t0.tournament_id AS tournament_id_7, t0.poule_id AS poule_id_8 FROM participant t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.rating AS rating_3, t0.level AS level_4, t0.is_paid AS is_paid_5, t0.is_coming AS is_coming_6, t0.tournament_id AS tournament_id_7, t0.poule_id AS poule_id_8 FROM participant t0 WHERE t0.id = 220;
|
0.69 ms (21.02%)
|
8 |
SELECT t0.id AS id_1, t0.slot_start AS slot_start_2, t0.slot_end AS slot_end_3, t0.status AS status_4, t0.score_a AS score_a_5, t0.score_b AS score_b_6, t0.round_index AS round_index_7, t0.display_order AS display_order_8, t0.target AS target_9, t0.tournament_id AS tournament_id_10, t0.poule_id AS poule_id_11, t0.participant_a_id AS participant_a_id_12, t0.participant_b_id AS participant_b_id_13 FROM match_game t0 WHERE t0.poule_id = ?
SELECT t0.id AS id_1, t0.slot_start AS slot_start_2, t0.slot_end AS slot_end_3, t0.status AS status_4, t0.score_a AS score_a_5, t0.score_b AS score_b_6, t0.round_index AS round_index_7, t0.display_order AS display_order_8, t0.target AS target_9, t0.tournament_id AS tournament_id_10, t0.poule_id AS poule_id_11, t0.participant_a_id AS participant_a_id_12, t0.participant_b_id AS participant_b_id_13 FROM match_game t0 WHERE t0.poule_id = 113;
|
0.13 ms (4.09%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.format AS format_3, t0.start_at AS start_at_4, t0.finish_at AS finish_at_5, t0.is_locked AS is_locked_6, t0.nb_targets AS nb_targets_7, t0.nb_poule AS nb_poule_8, t0.players_per_poule AS players_per_poule_9, t0.min_players AS min_players_10, t0.max_players AS max_players_11, t0.is_full AS is_full_12, t0.slot_duration AS slot_duration_13, t0.break_duration AS break_duration_14, t0.max_manches_poule AS max_manches_poule_15, t0.max_manches_finale AS max_manches_finale_16, t0.current_step AS current_step_17, t0.organizer_name AS organizer_name_18 FROM tournament t0 WHERE t0.format = ? ORDER BY t0.start_at DESC LIMIT 1
Parameters: [
"individuel"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.format AS format_3, t0.start_at AS start_at_4, t0.finish_at AS finish_at_5, t0.is_locked AS is_locked_6, t0.nb_targets AS nb_targets_7, t0.nb_poule AS nb_poule_8, t0.players_per_poule AS players_per_poule_9, t0.min_players AS min_players_10, t0.max_players AS max_players_11, t0.is_full AS is_full_12, t0.slot_duration AS slot_duration_13, t0.break_duration AS break_duration_14, t0.max_manches_poule AS max_manches_poule_15, t0.max_manches_finale AS max_manches_finale_16, t0.current_step AS current_step_17, t0.organizer_name AS organizer_name_18 FROM tournament t0 WHERE t0.format = 'individuel' ORDER BY t0.start_at DESC LIMIT 1;
|