Query Metrics
4
Database Queries
4
Different statements
2.66 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.66 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.celular AS celular_5, t0.fecha_creacion AS fecha_creacion_6, t0.fecha_ultimo_acceso AS fecha_ultimo_acceso_7, t0.fecha_ultimo_cambio_password AS fecha_ultimo_cambio_password_8, t0.modulo_activo AS modulo_activo_9, t0.falta_de_pago AS falta_de_pago_10, t0.token_password AS token_password_11, t0.token_fecha AS token_fecha_12, t0.organizacion_activa_id AS organizacion_activa_id_13, t0.membresia_activa_id AS membresia_activa_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
111
]
|
| 2 | 0.59 ms |
SELECT t0.id AS id_1, t0.roles AS roles_2, t0.ultima_actividad AS ultima_actividad_3, t0.activo AS activo_4, t0.fecha_expiracion AS fecha_expiracion_5, t0.usuario_id AS usuario_id_6, t0.organizacion_id AS organizacion_id_7, t0.medico_id AS medico_id_8 FROM membresia t0 WHERE t0.id = ?
Parameters:
[
66
]
|
| 3 | 0.99 ms |
SELECT n0_.id AS id_0, n0_.titulo AS titulo_1, n0_.texto AS texto_2, n0_.fecha_creacion AS fecha_creacion_3, n0_.fecha_leida AS fecha_leida_4, n0_.usuario_id AS usuario_id_5 FROM notifications n0_ WHERE n0_.usuario_id = ? ORDER BY n0_.fecha_creacion DESC LIMIT 10
Parameters:
[
111
]
|
| 4 | 0.43 ms |
SELECT COUNT(n0_.id) AS sclr_0 FROM notifications n0_ WHERE n0_.usuario_id = ? AND n0_.fecha_leida IS NULL
Parameters:
[
111
]
|
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 |
| App\Entity\Organizacion | 1 |
| App\Entity\Membresia | 1 |
| App\Entity\Notificacion | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Organizacion | No errors. |
| App\Entity\Membresia | No errors. |
| App\Entity\Notificacion | No errors. |
| App\Entity\Medico | No errors. |