Query Metrics
22
Database Queries
19
Different statements
71.16 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 4.27 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.nombres AS nombres_3, t0.apellidos AS apellidos_4, t0.telefono AS telefono_5, t0.celular AS celular_6, t0.email AS email_7, t0.direccion AS direccion_8, t0.fecha_registro AS fecha_registro_9, t0.fecha_vigencia_password AS fecha_vigencia_password_10, t0.causa_bloqueo AS causa_bloqueo_11, t0.password AS password_12, t0.eliminado AS eliminado_13, t0.fecha_eliminacion AS fecha_eliminacion_14, t0.intentos_fallidos AS intentos_fallidos_15, t0.primer_ingreso AS primer_ingreso_16, t0.activo AS activo_17, t0.conectado AS conectado_18, t0.fecha_acceso AS fecha_acceso_19, t0.cargo AS cargo_20, t0.grado AS grado_21, t0.foto AS foto_22, t0.base AS base_23, t0.centro AS centro_24, t0.unidad AS unidad_25, t0.centro_instruccion AS centro_instruccion_26 FROM seg_usuario t0 WHERE t0.id = ?
Parameters:
[
429
]
|
2 | 2.38 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sistema AS sistema_3, t0.descripcion AS descripcion_4, t0.asignable AS asignable_5 FROM seg_rol t0 INNER JOIN seg_usuario_rol ON t0.id = seg_usuario_rol.rol WHERE seg_usuario_rol.usuario = ?
Parameters:
[
429
]
|
3 | 1.99 ms |
SELECT n0_.id AS id_0, n0_.nombre AS nombre_1 FROM nmcl_cargo n0_ WHERE n0_.id IN (?)
Parameters:
[
"6"
]
|
4 | 1.47 ms |
SELECT n0_.id AS id_0, n0_.nombre AS nombre_1, n0_.id_dir_mov AS id_dir_mov_2 FROM nmcl_grado n0_ WHERE n0_.id IN (?)
Parameters:
[
"15"
]
|
5 | 1.55 ms |
SELECT c0_.id AS id_0, c0_.nombre AS nombre_1, c0_.fuerza AS fuerza_2, c0_.direccion AS direccion_3, c0_.geometria AS geometria_4, c0_.localizacion AS localizacion_5 FROM centro_instruccion c0_ WHERE c0_.id IN (?)
Parameters:
[
"50"
]
|
6 | 2.67 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sistema AS sistema_3, t0.descripcion AS descripcion_4, t0.asignable AS asignable_5 FROM seg_rol t0 WHERE t0.nombre = ? LIMIT 1
Parameters:
[
"ROLE_OPERADOR_INSTRUCCION"
]
|
7 | 1.57 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.nombres AS nombres_3, t0.apellidos AS apellidos_4, t0.telefono AS telefono_5, t0.celular AS celular_6, t0.email AS email_7, t0.direccion AS direccion_8, t0.fecha_registro AS fecha_registro_9, t0.fecha_vigencia_password AS fecha_vigencia_password_10, t0.causa_bloqueo AS causa_bloqueo_11, t0.password AS password_12, t0.eliminado AS eliminado_13, t0.fecha_eliminacion AS fecha_eliminacion_14, t0.intentos_fallidos AS intentos_fallidos_15, t0.primer_ingreso AS primer_ingreso_16, t0.activo AS activo_17, t0.conectado AS conectado_18, t0.fecha_acceso AS fecha_acceso_19, t0.cargo AS cargo_20, t0.grado AS grado_21, t0.foto AS foto_22, t0.base AS base_23, t0.centro AS centro_24, t0.unidad AS unidad_25, t0.centro_instruccion AS centro_instruccion_26 FROM seg_usuario t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"0502955628"
]
|
8 | 15.84 ms |
SELECT NEXTVAL('seg_usuario_id_seq')
Parameters:
[] |
9 | 0.89 ms |
"START TRANSACTION"
Parameters:
[] |
10 | 3.40 ms |
INSERT INTO seg_usuario (id, username, nombres, apellidos, telefono, celular, email, direccion, fecha_registro, fecha_vigencia_password, causa_bloqueo, password, eliminado, fecha_eliminacion, intentos_fallidos, primer_ingreso, activo, conectado, fecha_acceso, cargo, grado, foto, base, centro, unidad, centro_instruccion) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 23293 "0502955628" "Henry Geovanny" "Murillo Oñate" "0995983685" "0995983685" "hmurillo193@gmail.com" "Quevedo" "2025-01-08 16:14:27" null null null 0 null 0 1 0 null null 6 15 null null null null 50 ] |
11 | 1.44 ms |
INSERT INTO seg_usuario_rol (usuario, rol) VALUES (?, ?)
Parameters:
[ 23293 7 ] |
12 | 13.51 ms |
"COMMIT"
Parameters:
[] |
13 | 1.86 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.codigo_activacion AS codigo_activacion_3, t0.vigencia_codigo AS vigencia_codigo_4, t0.default_contrasena AS default_contrasena_5, t0.vigencia_contrasena AS vigencia_contrasena_6, t0.contrasenas_viejas AS contrasenas_viejas_7, t0.accesos_fallidos AS accesos_fallidos_8, t0.fortaleza_contrasena AS fortaleza_contrasena_9 FROM seg_configuracion t0 WHERE t0.nombre = ? LIMIT 1
Parameters:
[
"DEFAULT"
]
|
14 | 2.54 ms |
SELECT NEXTVAL('seg_codigos_activacion_id_seq')
Parameters:
[] |
15 | 0.77 ms |
"START TRANSACTION"
Parameters:
[] |
16 | 1.62 ms |
INSERT INTO seg_codigos_activacion (id, codigo, fecha_envio, fecha_vigencia, fecha_uso, usuario) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 28319 "69be8ee3e5339a37838780a11381aef4" "2025-01-08 16:14:27" null null 23293 ] |
17 | 1.07 ms |
"COMMIT"
Parameters:
[] |
18 | 1.87 ms |
SELECT CURRENT_DATABASE()
Parameters:
[] |
19 | 8.05 ms |
SELECT quote_ident(table_name) AS table_name, table_schema AS schema_name FROM information_schema.tables WHERE table_catalog = ? AND table_schema NOT LIKE 'pg\_%' AND table_schema != 'information_schema' AND table_name != 'geometry_columns' AND table_name != 'spatial_ref_sys' AND table_type = 'BASE TABLE'
Parameters:
[
"integral_produccion"
]
|
20 | 1.43 ms |
SELECT schema_name FROM information_schema.schemata WHERE schema_name NOT LIKE 'pg\_%' AND schema_name != 'information_schema'
Parameters:
[] |
21 | 0.44 ms |
SHOW search_path
Parameters:
[] |
22 | 0.53 ms |
SELECT CURRENT_DATABASE()
Parameters:
[] |
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\SeguridadUsuario | No errors. |
App\Entity\NmclCargo | No errors. |
App\Entity\NmclGrado | No errors. |
App\Entity\Adjunto | No errors. |
App\Entity\BaseMovilizacion | No errors. |
App\Entity\CentroMovilizacion | No errors. |
App\Entity\UnidadMilitar | No errors. |
App\Entity\CentroInstruccion | No errors. |
App\Entity\SeguridadRol | No errors. |
App\Entity\Notificacion | No errors. |
App\Entity\NmclDominioLocalizacion | No errors. |
App\Entity\NmclNivelLocalizacion | No errors. |
App\Entity\NmclLocalizacion | No errors. |
App\Entity\SeguridadConfiguracion | No errors. |
App\Entity\SeguridadFortalezaContrasena | No errors. |
App\Entity\SeguridadCodigoActivacion | No errors. |