Query Metrics
3
Database Queries
3
Different statements
1.83 ms
Query time
0
Invalid entities
18
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.65 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:
[
1
]
|
||||||||||||||||||||||||||||||
| 2 | 0.91 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:
[
1
]
|
||||||||||||||||||||||||||||||
| 3 | 0.28 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:
[
1
]
|
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\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. |