Query Metrics
2
Database Queries
2
Different statements
1.19 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.80 ms (67.06%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM location t0 WHERE t0.id = ?
Parameters:
[
1
]
|
0.39 ms (32.94%) |
1 |
SELECT t1.id AS id_2, t1.winning_games AS winning_games_3, t1.time AS time_4, t1.status AS status_5, t0.pool_table_type AS pool_table_type_6, t0.approved AS approved_7, t0.counts_for_league_stats AS counts_for_league_stats_8, t0.track_game_times AS track_game_times_9, t0.track_final_ball_count AS track_final_ball_count_10, t0.track_finished_with_foul AS track_finished_with_foul_11, t0.single_game_tournament AS single_game_tournament_12, t0.league_id AS league_id_13, t0.location_id AS location_id_14, t1.type FROM tournament t0 INNER JOIN abstract_tournament t1 ON t0.id = t1.id WHERE t1.id = ?
Parameters:
[
"81"
]
|
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\AbstractTournament | 1 |
App\Entity\Location | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\AbstractTournament | No errors. |
App\Entity\Tournament | No errors. |
App\Entity\League | No errors. |
App\Entity\Location | No errors. |
App\Entity\User | No errors. |
App\Entity\Duel | No errors. |
App\Entity\TournamentDecider | No errors. |
App\Entity\TournamentPlayerAbsence | No errors. |