Query Metrics
6
Database Queries
6
Different statements
25.17 ms
Query time
0
Invalid entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
20.15 ms (80.06%) |
1 |
SELECT DISTINCT a0_.id AS id_0, a0_.nombre AS nombre_1 FROM accion_formativa a0_ ORDER BY a0_.nombre ASC
Parameters:
[] |
|
1.81 ms (7.19%) |
1 |
SELECT DISTINCT e0_.id AS id_0, e0_.nombre AS nombre_1 FROM expediente e0_ ORDER BY e0_.nombre ASC
Parameters:
[] |
|
1.79 ms (7.12%) |
1 |
SELECT DISTINCT c0_.id AS id_0, c0_.nombre AS nombre_1 FROM convocatoria c0_ ORDER BY c0_.nombre ASC
Parameters:
[] |
|
0.55 ms (2.18%) |
1 |
SELECT DISTINCT c0_.id AS id_0, c0_.nombre AS nombre_1 FROM cliente c0_ ORDER BY c0_.nombre ASC
Parameters:
[] |
|
0.46 ms (1.84%) |
1 |
SELECT DISTINCT b0_.id AS id_0, b0_.nombre AS nombre_1 FROM beneficiario b0_ ORDER BY b0_.nombre ASC
Parameters:
[] |
|
0.41 ms (1.61%) |
1 |
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:
[] |
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\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. |