Query Metrics
1
Database Queries
1
Different statements
27.50 ms
Query time
2
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
27.50 ms (100.00%) |
1 |
SELECT t0.id AS id_5, t0.email AS email_6, t0.roles AS roles_7, t0.password AS password_8, t0.nombre AS nombre_9, t0.apellidos AS apellidos_10, t0.identificacion AS identificacion_11, t0.direccion AS direccion_12, t0.codigo_postal AS codigo_postal_13, t0.created_at AS created_at_14, t0.deleted_at AS deleted_at_15, t0.updated_at AS updated_at_16, t0.rol, t2.ver_mascotas AS ver_mascotas_17 FROM "user" t0 LEFT JOIN administrador t1 ON t0.id = t1.id LEFT JOIN cliente t2 ON t0.id = t2.id LEFT JOIN empleado t3 ON t0.id = t3.id LEFT JOIN supervisor t4 ON t0.id = t4.id WHERE t0.email = ?
Parameters:
[
"zenpaw@gmail.com"
]
|
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\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Administrador | No errors. |
| App\Entity\Cliente | No errors. |
| App\Entity\Empleado |
|
| App\Entity\Supervisor |
|