Query Metrics
7
Database Queries
7
Different statements
5.40 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.27 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.nombre AS nombre_5, t0.codvendedor AS codvendedor_6, t0.is_enabled AS is_enabled_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
14
]
|
| 2 | 0.80 ms |
SELECT t0.id AS id_1, t0.nombres AS nombres_2, t0.apellidos AS apellidos_3, t0.telefonocliente AS telefonocliente_4, t0.emailcliente AS emailcliente_5, t0.nifcliente AS nifcliente_6 FROM cliente_bitcubo t0 WHERE t0.id = ?
Parameters:
[
14489
]
|
| 3 | 0.51 ms |
SELECT t0.id AS id_1, t0.direccion AS direccion_2, t0.complemento AS complemento_3, t0.cliente_bitcubo_id AS cliente_bitcubo_id_4 FROM cliente_envio_bitcubo t0 WHERE t0.cliente_bitcubo_id = ? AND t0.direccion = ? AND t0.complemento = ? LIMIT 1
Parameters:
[ 14489 "CLL 17 82D 14 MEDELLLIN" "APTO 401 ED JUANES 2 SECTOR BELEN LA NUBIA" ] |
| 4 | 0.28 ms |
"START TRANSACTION"
Parameters:
[] |
| 5 | 0.72 ms |
INSERT INTO cabecera (nombrecliente, nombres, apellidos, codpostalcliente, direccioncliente, poblacioncliente, provinciacliente, paiscliente, telefonocliente, telefono2cliente, movilcliente, emailcliente, codmonedaminuta, nifcliente, zona, fechareserva, codcliente, direccion2cliente, total, totalsiniva, sucursal, comentario, is_finalizada, metododepago, tipodeservicio, is_enviado, filename, estado, propinatotal, propinaporcentaje, linkdepago, facturaelectronica, DIRECCION_2, NOMBRE_1, OTROS_NOMBRES, APELLIDO_1, APELLIDO_2, FE_MUNICIPIO, FE_RESPONSABILIDADES, TIPO_DE_DOCUMENTO, TIPOPERSONA, FE_REGIMEN, FE_DET_TRIBUTARIO, CUENTA_ALIMENTACION, CENTRO_COSTOS, CENTRO_OPERACION, alias, email_linkdepago, nombre_receptor, telefono_receptor, observaciones_receptor, created_at, updated_at, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "MARCELA VELEZ QUIROZ" "MARCELA" "VELEZ QUIROZ" null "CLL 17 82D 14 MEDELLLIN" null null null "3006526963" null null "" null "1026137843" null null 14489 "APTO 401 ED JUANES 2 SECTOR BELEN LA NUBIA" "0" null "OCCIDENTE DOMICILIOS" null null null 4 0 null "INICIADO" null null null 0 "NULL" "MARCELA" null "VELEZ QUIROZ" null "NULL" null null null "NULL" null "NULL" "NULL" "NULL" "0" "" "MARCELA VELEZ QUIROZ" "3006526936" null "2025-12-17 12:02:45" null 14 ] |
| 6 | 0.41 ms |
INSERT INTO cabecera_status (estado, created_at, updated_at, user_id, cabecera_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ "INICIADO" "2025-12-17 12:02:45" null 14 369367 ] |
| 7 | 2.40 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\User | No errors. |
| App\Entity\Cabecera | No errors. |
| App\Entity\Domicilios | No errors. |
| App\Entity\ClienteBitcubo | No errors. |
| App\Entity\ClienteEnvioBitcubo | No errors. |
| App\Entity\CabeceraStatus | No errors. |
| App\Entity\Lineas | No errors. |
| App\Entity\CabeceraLinkdepago | No errors. |