Query Metrics
9
Database Queries
9
Different statements
14.24 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.74 ms |
SELECT t0.id AS id_1, t0.nick AS nick_2, t0.password AS password_3, t0.nombre AS nombre_4, t0.dni AS dni_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.direccion AS direccion_8, t0.telefono AS telefono_9, t0.localidad AS localidad_10, t0.visible AS visible_11, t0.create_at AS create_at_12, t0.update_at AS update_at_13, t0.created_by_id AS created_by_id_14, t0.updated_by_id AS updated_by_id_15, t0.create_by_id AS create_by_id_16, t0.update_by_id AS update_by_id_17 FROM usuario t0 WHERE t0.nick = ? LIMIT 1
Parameters:
[
"Cecilia"
]
|
2 | 0.86 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.codigo AS codigo_3, t0.negro AS negro_4, t0.create_at AS create_at_5, t0.update_at AS update_at_6, t0.supervisor_id AS supervisor_id_7, t0.create_by_id AS create_by_id_8, t0.update_by_id AS update_by_id_9 FROM usuario_nivel t0 INNER JOIN usuario_usuario_nivel ON t0.id = usuario_usuario_nivel.usuario_nivel_id WHERE usuario_usuario_nivel.usuario_id = ?
Parameters:
[
4
]
|
3 | 0.75 ms |
SELECT u0_.id AS id_0, u0_.nombre AS nombre_1, u0_.codigo AS codigo_2, u0_.negro AS negro_3, u0_.create_at AS create_at_4, u0_.update_at AS update_at_5, u0_.supervisor_id AS supervisor_id_6, u0_.create_by_id AS create_by_id_7, u0_.update_by_id AS update_by_id_8 FROM usuario_nivel u0_
Parameters:
[] |
4 | 0.95 ms |
SELECT u0_.id AS id_0, u0_.nombre AS nombre_1, u0_.codigo AS codigo_2, u0_.negro AS negro_3, u0_.create_at AS create_at_4, u0_.update_at AS update_at_5, u0_.supervisor_id AS supervisor_id_6, u0_.create_by_id AS create_by_id_7, u0_.update_by_id AS update_by_id_8 FROM usuario_nivel u0_ WHERE u0_.id IN (?)
Parameters:
[
"1"
]
|
5 | 0.54 ms |
"START TRANSACTION"
Parameters:
[] |
6 | 4.34 ms |
INSERT INTO usuario (nick, password, nombre, dni, created_at, updated_at, direccion, telefono, localidad, visible, create_at, update_at, created_by_id, updated_by_id, create_by_id, update_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "Florencia" "florencia1" "Florencia Castillo" null "2025-09-02 21:01:06" "2025-09-02 21:01:06" null null "San Miguel de Tucumán" 1 "2025-09-02 21:01:06" "2025-09-02 21:01:06" null null 4 4 ] |
7 | 1.31 ms |
INSERT INTO testigo (createdAt, detalle, objeto, obejto_id, usuario_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ "2025-09-02 21:01:06" "Nuevo: {"\u0000*\u0000createAt":"02.09.2025 21:01:06","\u0000*\u0000createBy":"ID=4","\u0000*\u0000updateAt":"02.09.2025 21:01:06","\u0000*\u0000updateBy":"ID=4","id":11,"nick":"Florencia","password":"florencia1","nombre":"Florencia Castillo","dni":null,"createdAt":"02.09.2025 21:01:06","createdBy":null,"updatedAt":"02.09.2025 21:01:06","updatedBy":null,"direccion":null,"telefono":null,"localidad":"San Miguel de Tucum\u00e1n","nivel":[1],"visible":1,"juicios":[],"eventos":[],"agendasVisibles":[],"quienVe":[]}" "Usuario" 11 4 ] |
8 | 2.44 ms |
INSERT INTO usuario_usuario_nivel (usuario_id, usuario_nivel_id) VALUES (?, ?)
Parameters:
[ 11 1 ] |
9 | 1.31 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\Base | No errors. |
App\Entity\Usuario | No errors. |
App\Entity\UsuarioNivel | No errors. |
App\Entity\Juicio | No errors. |
App\Entity\Evento | No errors. |
App\Entity\Testigo | No errors. |