Query Metrics
2
Database Queries
2
Different statements
1.02 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.54 ms (52.71%) |
1 |
SELECT cc.*, i.* FROM inventario i LEFT JOIN cat_componentes cc ON cc.id_componente = i.id_componente WHERE i.en_uso = 1 ORDER BY cc.tipo ASC
Parameters:
[] |
|
0.48 ms (47.29%) |
1 |
SELECT t0.id_usu AS id_usu_1, t0.nombre AS nombre_2, t0.papellido AS papellido_3, t0.sapellido AS sapellido_4, t0.correo AS correo_5, t0.contrasena AS contrasena_6, t0.estatus AS estatus_7, t0.unidad AS unidad_8, t0.rol AS rol_9 FROM usuario t0 WHERE t0.id_usu = ?
Parameters:
[
94
]
|
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\Usuario | No errors. |
| App\Entity\Unidad | No errors. |
| App\Entity\Role | No errors. |