Query Metrics
6
Database Queries
6
Different statements
0.67 ms
Query time
0
Invalid entities
46
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.09 ms |
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
]
|
||||||||||||||||||||||||||||||
| 2 | 0.14 ms |
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"
]
|
||||||||||||||||||||||||||||||
| 3 | 0.14 ms |
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
]
|
||||||||||||||||||||||||||||||
| 4 | 0.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_locked AS is_locked_3, t0.tournament_id AS tournament_id_4 FROM poule t0 WHERE t0.tournament_id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
| 5 | 0.09 ms |
SELECT t0.id AS id_1, t0.phase AS phase_2, t0.round_index AS round_index_3, t0.slot AS slot_4, t0.seed_a AS seed_a_5, t0.seed_b AS seed_b_6, t0.poule_aid AS poule_aid_7, t0.poule_bid AS poule_bid_8, t0.score_a AS score_a_9, t0.score_b AS score_b_10, t0.status AS status_11, t0.target AS target_12, t0.slot_start AS slot_start_13, t0.slot_end AS slot_end_14, t0.winner_round AS winner_round_15, t0.winner_slot AS winner_slot_16, t0.loser_round AS loser_round_17, t0.loser_slot AS loser_slot_18, t0.tournament_id AS tournament_id_19, t0.participant_a_id AS participant_a_id_20, t0.participant_b_id AS participant_b_id_21 FROM bracket t0 WHERE t0.tournament_id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
| 6 | 0.08 ms |
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.tournament_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\Tournament | No errors. |
| App\Entity\Poule | No errors. |
| App\Entity\Participant | No errors. |
| App\Entity\MatchGame | No errors. |
| App\Entity\Bracket | No errors. |