https://torg.dev/en/admin/tournament/9/competition/10/match/list

Query Metrics

3 Database Queries
3 Different statements
16.60 ms Query time
2 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 3.38 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 6.25 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 6.97 ms
SELECT t0.id AS id_1, t0.team1_name AS team1_name_2, t0.team2_name AS team2_name_3, t0.starts_at AS starts_at_4, t0.is_launched AS is_launched_5, t0.table_id AS table_id_6, t0.competition_id AS competition_id_7, t0.team1 AS team1_8, t0.team2 AS team2_9, t0.match_format_id AS match_format_id_10 FROM competition_match t0 WHERE t0.competition_id = ? AND t0.is_launched = ?
Parameters:
[
  10
  1
]

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\CompetitionMatch
  • The field App\Core\Entity\CompetitionMatch#results is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Core\Entity\Result#match does not contain the required 'inversedBy="results"' attribute.
App\Core\Entity\Tournament No errors.
App\Core\Entity\Competition No errors.
App\Core\Entity\Team 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\Table No errors.

replayer entity manager

No loaded entities.