Query Metrics
4
Database Queries
4
Different statements
1.34 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.51 ms (38.29%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
3
]
|
|
0.38 ms (28.61%) |
1 |
SELECT e0_.id AS id_0, e0_.serial AS serial_1, e0_.nombre AS nombre_2, e0_.ip AS ip_3, e0_.sentido AS sentido_4, e0_.nombre_bnovus AS nombre_bnovus_5, e0_.portico_id AS portico_id_6 FROM equipo e0_ WHERE e0_.id IN (?)
Parameters:
[
[
1
2
4
5
6
7
8
9
10
11
]
]
|
|
0.27 ms (20.34%) |
1 |
SELECT DISTINCT e0_.id AS id_0 FROM equipo e0_ LIMIT 15
Parameters:
[] |
|
0.17 ms (12.75%) |
1 |
SELECT count(e0_.id) AS sclr_0 FROM equipo e0_
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\User | No errors. |
| App\Entity\Equipo | No errors. |
| App\Entity\Portico | No errors. |