Query Metrics
7
Database Queries
7
Different statements
21.31 ms
Query time
0
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.45 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.theme AS theme_3, t0.roles AS roles_4, t0.password AS password_5 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"yovana.perez@postal3.es"
]
|
| 2 | 1.18 ms |
SELECT DISTINCT e0_.id AS id_0, e0_.nombre AS nombre_1 FROM expediente e0_ ORDER BY e0_.nombre ASC
Parameters:
[] |
| 3 | 1.30 ms |
SELECT DISTINCT c0_.id AS id_0, c0_.nombre AS nombre_1 FROM convocatoria c0_ ORDER BY c0_.nombre ASC
Parameters:
[] |
| 4 | 0.31 ms |
SELECT DISTINCT b0_.id AS id_0, b0_.nombre AS nombre_1 FROM beneficiario b0_ ORDER BY b0_.nombre ASC
Parameters:
[] |
| 5 | 0.49 ms |
SELECT DISTINCT c0_.id AS id_0, c0_.nombre AS nombre_1 FROM cliente c0_ ORDER BY c0_.nombre ASC
Parameters:
[] |
| 6 | 0.38 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.value AS value_3, t0.exist_validate AS exist_validate_4 FROM tipo_gasto t0
Parameters:
[] |
| 7 | 17.20 ms |
SELECT DISTINCT a0_.id AS id_0, a0_.nombre AS nombre_1 FROM accion_formativa a0_ ORDER BY a0_.nombre ASC
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| sqlserver | doctrine.dbal.sqlserver_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\Expediente | No errors. |
| App\Entity\Convocatoria | No errors. |
| App\Entity\Beneficiario | No errors. |
| App\Entity\Cliente | No errors. |
| App\Entity\TipoGasto | No errors. |
| App\Entity\RelacionProveedorGasto | No errors. |
| App\Entity\AccionFormativa | No errors. |