Query Metrics
8
Database Queries
8
Different statements
13.98 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.83 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.fk_team AS fk_team_2 FROM person p0_ INNER JOIN team t1_ ON p0_.fk_team = t1_.id WHERE t1_.name = ? ORDER BY p0_.id ASC
Parameters:
[
"it-web"
]
|
| 2 | 3.81 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM team t0 WHERE t0.id IN (?)
Parameters:
[
1
]
|
| 3 | 1.45 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.name AS name_3, t0.created AS created_4, t0.team_id AS team_id_5 FROM winner t0 WHERE t0.hash = ? LIMIT 1
Parameters:
[
"c807f69ab98fed911a4f02b412a758b3"
]
|
| 4 | 0.62 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM team t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"it-web"
]
|
| 5 | 0.60 ms |
SELECT NEXTVAL('winner_id_seq')
Parameters:
[] |
| 6 | 0.24 ms |
"START TRANSACTION"
Parameters:
[] |
| 7 | 1.08 ms |
INSERT INTO winner (id, hash, name, created, team_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 676 "c807f69ab98fed911a4f02b412a758b3" "["Dominik","Hardik","Anton","Christian","Kim","Nikola","Sachini","Rick"]" "2026-01-03 00:05:15" 1 ] |
| 8 | 2.36 ms |
"COMMIT"
Parameters:
[] |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Team | No errors. |
| App\Entity\Person | No errors. |
| App\Entity\Winner | No errors. |