Query Metrics
9
Database Queries
9
Different statements
6.24 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.93 ms (46.94%) |
1 |
"COMMIT"
Parameters:
[] |
0.65 ms (10.41%) |
1 |
SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.codarticulo AS codarticulo_3, t0.descripcion AS descripcion_4, t0.codfavorito AS codfavorito_5, t0.precio AS precio_6, t0.preciosiniva AS preciosiniva_7, t0.precioiva AS precioiva_8, t0.codimpuesto AS codimpuesto_9, t0.codmodificador AS codmodificador_10, t0.numlineasmodif AS numlineasmodif_11, t0.codfavoritos AS codfavoritos_12, t0.lft AS lft_13, t0.lvl AS lvl_14, t0.rgt AS rgt_15, t0.unidades AS unidades_16, t0.preciototal AS preciototal_17, t0.posicion AS posicion_18, t0.preciounidad AS preciounidad_19, t0.cabecera_id AS cabecera_id_20, t0.tree_root AS tree_root_21, t0.parent_id AS parent_id_22 FROM lineas t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
2665925
]
|
0.59 ms (9.38%) |
1 |
INSERT INTO lineas (create_at, codarticulo, descripcion, codfavorito, precio, preciosiniva, precioiva, codimpuesto, codmodificador, numlineasmodif, codfavoritos, lft, lvl, rgt, unidades, preciototal, posicion, preciounidad, cabecera_id, tree_root, parent_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ null 0 "RECOGE ALAS 12.30" null "0" null null null null null 0 0 0 0 1 null null null 356598 null 2665925 ] |
0.45 ms (7.28%) |
1 |
UPDATE lineas SET lft = lft + 2 WHERE lft >= 2 AND tree_root = ?
Parameters:
[
2665925
]
|
0.39 ms (6.30%) |
1 |
UPDATE lineas SET rgt = rgt + 2 WHERE rgt >= 2 AND tree_root = ?
Parameters:
[
2665925
]
|
0.37 ms (5.92%) |
1 |
UPDATE lineas SET tree_root = ?, lvl = 1, lft = 2, rgt = 3 WHERE id = ?
Parameters:
[ 2665925 2665943 ] |
0.30 ms (4.81%) |
1 |
UPDATE lineas SET numlineasmodif = ? WHERE id = ?
Parameters:
[ 1 2665925 ] |
0.29 ms (4.62%) |
1 |
"START TRANSACTION"
Parameters:
[] |
0.27 ms (4.34%) |
1 |
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:
[
155
]
|
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\Lineas | No errors. |