Query Metrics
3
Database Queries
3
Different statements
2.96 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.24 ms |
SELECT t0.username AS username_1, t0.roles AS roles_2, t0.password AS password_3, t0.codigo AS codigo_4, t0.nombre AS nombre_5, t0.apellido1 AS apellido1_6, t0.apellido2 AS apellido2_7, t0.cp AS cp_8, t0.observaciones AS observaciones_9, t0.nif AS nif_10, t0.is_activo AS is_activo_11, t0.descripcion AS descripcion_12, t0.tipo AS tipo_13, t0.nombre_representante AS nombre_representante_14, t0.email_representante AS email_representante_15, t0.telefono_representante AS telefono_representante_16, t0.nif_representante AS nif_representante_17, t0.cargo_representante AS cargo_representante_18, t0.seguimiento AS seguimiento_19, t0.uuid AS uuid_20, t0.id AS id_21, t0.empresa_id AS empresa_id_22, t0.grupo_empresa_id AS grupo_empresa_id_23 FROM `user` t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"ATRUTER"
]
|
| 2 | 0.84 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM parametro p0_ INNER JOIN empresa e1_ ON p0_.empresa_id = e1_.id AND (e1_.id = ?)
Parameters:
[
17
]
|
| 3 | 0.88 ms |
SELECT p0_.codigo AS codigo_0, p0_.nombre AS nombre_1, p0_.created AS created_2, p0_.updated AS updated_3, p0_.uuid AS uuid_4, p0_.id AS id_5, e1_.nombre AS nombre_6, e1_.cif AS cif_7, e1_.is_activo AS is_activo_8, e1_.codigo AS codigo_9, e1_.params_calculos AS params_calculos_10, e1_.params_informes AS params_informes_11, e1_.logo_name AS logo_name_12, e1_.uuid AS uuid_13, e1_.id AS id_14, e1_.created AS created_15, e1_.updated AS updated_16, p0_.empresa_id AS empresa_id_17, p0_.created_by AS created_by_18, p0_.updated_by AS updated_by_19, e1_.grupo_empresa_id AS grupo_empresa_id_20 FROM parametro p0_ INNER JOIN empresa e1_ ON p0_.empresa_id = e1_.id AND (e1_.id = ?) ORDER BY p0_.id ASC LIMIT 100
Parameters:
[
17
]
|
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\Parametro | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Empresa | No errors. |
| App\Entity\GrupoEmpresa | No errors. |
| App\Entity\Email | No errors. |
| App\Entity\Telefono | No errors. |
| App\Entity\Direccion | No errors. |
| App\Entity\Notificacion | No errors. |
| App\Entity\Evento | No errors. |