Query Metrics
2
Database Queries
2
Different statements
1.55 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.09 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.nombre AS nombre_6, t0.habilitado AS habilitado_7, t0.empleada_id AS empleada_id_8, t0.contacto_id AS contacto_id_9, t0.contacto_proveedor_id AS contacto_proveedor_id_10 FROM usuario t0 WHERE t0.id = ?
Parameters:
[
32
]
|
2 | 0.46 ms |
SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.fecha_inicio AS fecha_inicio_2, t0_.fecha_fin AS fecha_fin_3, t0_.estado AS estado_4, t0_.proyecto_id AS proyecto_id_5, t0_.padre_id AS padre_id_6 FROM tarea t0_ WHERE t0_.proyecto_id = ? ORDER BY t0_.nombre DESC
Parameters:
[
null
]
|
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\Accesos\Usuario | No errors. |
App\Entity\Admin\Empleada | No errors. |
App\Entity\Admin\Contacto | No errors. |
App\Entity\Admin\ContactoProveedor | No errors. |
App\Entity\Comun\Proyecto | No errors. |
App\Entity\Comun\Tarea | No errors. |