Query Metrics
12
Database Queries
3
Different statements
568.96 ms
Query time
0
Invalid entities
10
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
461.21 ms (81.06%) |
1 |
SELECT p0_.id AS id_0, p0_.nombre AS nombre_1 FROM academias a1_ INNER JOIN usuarios u2_ ON a1_.id = u2_.id INNER JOIN provincias p0_ ON u2_.idprovincia_id = p0_.id WHERE u2_.idprovincia_id IS NOT NULL AND u2_.activo = 1 AND a1_.ispublic = 1 GROUP BY p0_.id, p0_.nombre ORDER BY p0_.nombre ASC
Parameters:
[] |
|
98.67 ms (17.34%) |
1 |
SELECT DISTINCT c0_.poblacion AS poblacion_0 FROM convocatorias c0_ WHERE c0_.eliminado = 0 AND c0_.indcerradaabierta = 1 AND ((c0_.fechacierreiml >= '2026-07-03 01:39:48' OR (c0_.lateEntry1Permitido = 1 AND c0_.fechacierreiml < '2026-07-03 01:39:48' AND c0_.lateEntry1Fecha >= '2026-07-03 01:39:48') OR (c0_.lateEntry2Permitido = 1 AND c0_.lateEntry1Fecha < '2026-07-03 01:39:48' AND c0_.lateEntry2Fecha >= '2026-07-03 01:39:48') OR (c0_.lateEntry3Permitido = 1 AND c0_.lateEntry2Fecha < '2026-07-03 01:39:48' AND c0_.lateEntry3Fecha >= '2026-07-03 01:39:48')))
Parameters:
[] |
|
9.08 ms (1.60%) |
10 |
SELECT t0.id AS id_1, t0.poblacion AS poblacion_2, t0.slug AS slug_3, t0.texto AS texto_4, t0.eliminada AS eliminada_5 FROM convocatoriapoblacion t0 WHERE t0.poblacion = ? LIMIT 1
Parameters:
[
"Granada"
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\convocatoriapoblacion | 10 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\convocatorias | No errors. |
| App\Entity\convocatoriapoblacion | No errors. |
| App\Entity\usuarios | No errors. |
| App\Entity\academias | No errors. |
| App\Entity\provincias | No errors. |