Query Metrics
3
Database Queries
3
Different statements
8.73 ms
Query time
1
Invalid entities
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 3.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.api_key AS api_key_3, t0.is_active AS is_active_4 FROM tournament t0 WHERE t0.id = ?
Parameters:
[
"9"
]
|
2 | 0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.external_id AS external_id_3, t0.state AS state_4, t0.tournament_id AS tournament_id_5 FROM competition t0 WHERE t0.id = ?
Parameters:
[
"12"
]
|
3 | 4.74 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.type AS type_2, t0_.player1_id AS player1_id_3, t0_.player2_id AS player2_id_4 FROM team t0_ INNER JOIN team_competition t2_ ON t0_.id = t2_.team_id INNER JOIN competition c1_ ON c1_.id = t2_.competition_id WHERE c1_.id = ?
Parameters:
[
12
]
|
replayer connection
No database queries were performed.
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
replayer | doctrine.dbal.replayer_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
replayer | doctrine.orm.replayer_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
Class | Mapping errors |
---|---|
App\Core\Entity\Team | No errors. |
App\Core\Entity\Tournament | No errors. |
App\Core\Entity\Competition | No errors. |
App\Core\Entity\MatchFormat |
|
App\Core\Entity\Player | No errors. |
replayer entity manager
No loaded entities.