https://torg.dev/en/admin/tournament/4/archive

Query Metrics

4 Database Queries
4 Different statements
7.52 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

default connection

Time Count Info
3.05 ms
(0.00%)
1
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:
[
  "4"
]
1.68 ms
(0.00%)
1
"COMMIT"
Parameters:
[]
1.65 ms
(0.00%)
1
UPDATE tournament SET is_active = ? WHERE id = ?
Parameters:
[
  0
  4
]
1.14 ms
(0.00%)
1
"START TRANSACTION"
Parameters:
[]

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\Tournament No 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.

replayer entity manager

No loaded entities.