https://torg.dev/bg/admin/tournament/9/competition/10/team/list

Query Metrics

3 Database Queries
3 Different statements
10.81 ms Query time
1 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 4.26 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 1.66 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:
[
  "10"
]
3 4.89 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:
[
  10
]

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
  • The association App\Core\Entity\MatchFormat#template refers to the inverse side field App\Core\Entity\MatchFormat#id which is not defined as association.
  • The association App\Core\Entity\MatchFormat#template refers to the inverse side field App\Core\Entity\MatchFormat#id which does not exist.
App\Core\Entity\Player No errors.

replayer entity manager

No loaded entities.