POST https://dev.odarts.blue.bzh/dashboard/match/individuel/361/launch-slot

Query Metrics

33 Database Queries
8 Different statements
5.26 ms Query time
0 Invalid entities
46 Managed entities

Grouped Statements

Show all queries

Time Count Info
3.32 ms
(63.11%)
2
"COMMIT"
Parameters:
[]
1.08 ms
(20.45%)
24
UPDATE match_game SET slot_start = ?, slot_end = ? WHERE id = ?
Parameters:
[
  "2026-03-11 17:13:00"
  "2026-03-11 17:43:00"
  361
]
0.20 ms
(3.80%)
1
UPDATE user SET last_seen_at = ? WHERE id = ?
Parameters:
[
  "2026-03-11 17:13:47"
  1
]
0.16 ms
(3.10%)
1
SELECT m0_.id AS id_0, m0_.slot_start AS slot_start_1, m0_.slot_end AS slot_end_2, m0_.status AS status_3, m0_.score_a AS score_a_4, m0_.score_b AS score_b_5, m0_.round_index AS round_index_6, m0_.display_order AS display_order_7, m0_.target AS target_8, p1_.id AS id_9, p1_.name AS name_10, p1_.is_locked AS is_locked_11, p2_.id AS id_12, p2_.name AS name_13, p2_.rating AS rating_14, p2_.level AS level_15, p2_.is_paid AS is_paid_16, p2_.is_coming AS is_coming_17, p3_.id AS id_18, p3_.name AS name_19, p3_.rating AS rating_20, p3_.level AS level_21, p3_.is_paid AS is_paid_22, p3_.is_coming AS is_coming_23, m0_.tournament_id AS tournament_id_24, m0_.poule_id AS poule_id_25, m0_.participant_a_id AS participant_a_id_26, m0_.participant_b_id AS participant_b_id_27, p1_.tournament_id AS tournament_id_28, p2_.tournament_id AS tournament_id_29, p2_.poule_id AS poule_id_30, p3_.tournament_id AS tournament_id_31, p3_.poule_id AS poule_id_32 FROM match_game m0_ LEFT JOIN poule p1_ ON m0_.poule_id = p1_.id LEFT JOIN participant p2_ ON m0_.participant_a_id = p2_.id LEFT JOIN participant p3_ ON m0_.participant_b_id = p3_.id WHERE m0_.tournament_id = ? ORDER BY m0_.slot_start ASC, m0_.display_order ASC, m0_.id ASC
Parameters:
[
  1
]
0.15 ms
(2.85%)
2
"START TRANSACTION"
Parameters:
[]
0.13 ms
(2.51%)
1
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.id = ?
Parameters:
[
  "361"
]
0.12 ms
(2.19%)
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"
]
0.11 ms
(2.00%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_seen_at AS last_seen_at_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\MatchGame 24
App\Entity\Participant 16
App\Entity\Poule 4
App\Entity\User 1
App\Entity\Tournament 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\MatchGame No errors.
App\Entity\Tournament No errors.
App\Entity\Poule No errors.
App\Entity\Participant No errors.
App\Entity\Bracket No errors.