Query Metrics
8
Database Queries
6
Different statements
50.81 ms
Query time
1
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.23 ms |
SELECT NEXTVAL('adjunto_id_seq')
Parameters:
[] |
2 | 0.30 ms |
"START TRANSACTION"
Parameters:
[] |
3 | 1.26 ms |
INSERT INTO adjunto (id, archivo, ruta, archivo_hash, size, contenido) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 198863 "98c6c8dc-8e03-4d03-b7a6-cf8a75c6c06a.jpg" "uploads" "67707658.jpg" 86738 null ] |
4 | 25.53 ms |
"COMMIT"
Parameters:
[] |
5 | 3.43 ms |
SELECT t0.id AS id_1, t0.identificacion AS identificacion_2, t0.nombres AS nombres_3, t0.apellido_paterno AS apellido_paterno_4, t0.apellido_materno AS apellido_materno_5, t0.telefono AS telefono_6, t0.telefono_emergencias AS telefono_emergencias_7, t0.email AS email_8, t0.fecha_registro AS fecha_registro_9, t0.fecha_nacimiento AS fecha_nacimiento_10, t0.sexo AS sexo_11, t0.estado_civil AS estado_civil_12, t0.estatura AS estatura_13, t0.edad AS edad_14, t0.lugar_string AS lugar_string_15, t0.edad_string AS edad_string_16, t0.pais_nacimiento AS pais_nacimiento_17, t0.foto_cedula AS foto_cedula_18, t0.instruccion AS instruccion_19, t0.localizacion_nacimiento AS localizacion_nacimiento_20, t0.foto AS foto_21, t0.certif_covid AS certif_covid_22, t0.grado AS grado_23, t0.fuerza AS fuerza_24, t0.arma AS arma_25 FROM reservistas t0 WHERE t0.id = ?
Parameters:
[
"28688"
]
|
6 | 0.58 ms |
"START TRANSACTION"
Parameters:
[] |
7 | 0.99 ms |
UPDATE reservistas SET foto = ? WHERE id = ?
Parameters:
[ 198863 28688 ] |
8 | 17.48 ms |
"COMMIT"
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\Reservista |
|
App\Entity\Adjunto | No errors. |
App\Entity\NmclDominioLocalizacion | No errors. |
App\Entity\NmclGrado | No errors. |
App\Entity\NmclFuerza | No errors. |
App\Entity\NmclArma | No errors. |
App\Entity\ProcesoRegistroReservistas | No errors. |
App\Entity\NmclNivelLocalizacion | No errors. |
App\Entity\NmclLocalizacion | No errors. |