Query Metrics
4
Database Queries
4
Different statements
5.49 ms
Query time
0
Invalid entities
22
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.79 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.game_type AS game_type_3, t0.team_size AS team_size_4, t0.points_distribution AS points_distribution_5, t0.status AS status_6, t0.order_position AS order_position_7, t0.olympix_id AS olympix_id_8, t9.id AS id_10, t9.bracket_data AS bracket_data_11, t9.current_round AS current_round_12, t9.is_completed AS is_completed_13, t9.game_id AS game_id_14 FROM game t0 LEFT JOIN tournament t9 ON t9.game_id = t0.id WHERE t0.id = ?
Parameters:
[
6
]
|
||||||||||||||||||||||||||||||
| 2 | 1.18 ms |
SELECT g0_.id AS id_0, g0_.points AS points_1, g0_.position AS position_2, g0_.team_id AS team_id_3, g0_.joker_double_applied AS joker_double_applied_4, p1_.id AS id_5, p1_.name AS name_6, p1_.total_points AS total_points_7, p1_.joker_double_used AS joker_double_used_8, p1_.joker_swap_used AS joker_swap_used_9, g0_.game_id AS game_id_10, g0_.player_id AS player_id_11, p1_.olympix_id AS olympix_id_12 FROM game_result g0_ LEFT JOIN player p1_ ON g0_.player_id = p1_.id WHERE g0_.game_id = ? ORDER BY g0_.position ASC
Parameters:
[
6
]
|
||||||||||||||||||||||||||||||
| 3 | 3.12 ms |
SELECT s0_.id AS id_0, s0_.points_at_stake AS points_at_stake_1, s0_.player1_choice AS player1_choice_2, s0_.player2_choice AS player2_choice_3, s0_.player1_points AS player1_points_4, s0_.player2_points AS player2_points_5, s0_.is_completed AS is_completed_6, s0_.created_at AS created_at_7, s0_.completed_at AS completed_at_8, p1_.id AS id_9, p1_.name AS name_10, p1_.total_points AS total_points_11, p1_.joker_double_used AS joker_double_used_12, p1_.joker_swap_used AS joker_swap_used_13, p2_.id AS id_14, p2_.name AS name_15, p2_.total_points AS total_points_16, p2_.joker_double_used AS joker_double_used_17, p2_.joker_swap_used AS joker_swap_used_18, s0_.game_id AS game_id_19, s0_.player1_id AS player1_id_20, s0_.player2_id AS player2_id_21, p1_.olympix_id AS olympix_id_22, p2_.olympix_id AS olympix_id_23 FROM split_or_steal_match s0_ LEFT JOIN player p1_ ON s0_.player1_id = p1_.id LEFT JOIN player p2_ ON s0_.player2_id = p2_.id WHERE s0_.game_id = ? ORDER BY s0_.created_at ASC
Parameters:
[
6
]
|
||||||||||||||||||||||||||||||
| 4 | 0.39 ms |
SELECT t0.id AS id_1, t0.points AS points_2, t0.position AS position_3, t0.team_id AS team_id_4, t0.joker_double_applied AS joker_double_applied_5, t0.game_id AS game_id_6, t0.player_id AS player_id_7 FROM game_result t0 WHERE t0.game_id = ?
Parameters:
[
6
]
|
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\GameResult | 8 |
| App\Entity\Player | 8 |
| App\Entity\SplitOrStealMatch | 4 |
| App\Entity\Game | 1 |
| App\Entity\Olympix | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Game | No errors. |
| App\Entity\Olympix | No errors. |
| App\Entity\Tournament | No errors. |
| App\Entity\GameResult | No errors. |
| App\Entity\QuizQuestion | No errors. |
| App\Entity\Joker | No errors. |
| App\Entity\SplitOrStealMatch | No errors. |
| App\Entity\GamechangerThrow | No errors. |
| App\Entity\Player | No errors. |
| App\Entity\QuizAnswer | No errors. |