Query Metrics
12
Database Queries
3
Different statements
346.06 ms
Query time
0
Invalid entities
10
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 58.49 ms |
SELECT DISTINCT c0_.poblacion AS poblacion_0 FROM convocatorias c0_ WHERE c0_.eliminado = 0 AND c0_.indcerradaabierta = 1 AND ((c0_.fechacierreiml >= '2026-07-03 02:55:50' OR (c0_.lateEntry1Permitido = 1 AND c0_.fechacierreiml < '2026-07-03 02:55:50' AND c0_.lateEntry1Fecha >= '2026-07-03 02:55:50') OR (c0_.lateEntry2Permitido = 1 AND c0_.lateEntry1Fecha < '2026-07-03 02:55:50' AND c0_.lateEntry2Fecha >= '2026-07-03 02:55:50') OR (c0_.lateEntry3Permitido = 1 AND c0_.lateEntry2Fecha < '2026-07-03 02:55:50' AND c0_.lateEntry3Fecha >= '2026-07-03 02:55:50')))
Parameters:
[] |
| 2 | 3.93 ms |
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"
]
|
| 3 | 0.43 ms |
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:
[
"Almería"
]
|
| 4 | 0.32 ms |
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:
[
"Málaga"
]
|
| 5 | 0.44 ms |
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:
[
"Marbella"
]
|
| 6 | 0.38 ms |
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:
[
"Sevilla"
]
|
| 7 | 0.40 ms |
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:
[
"Almuñécar"
]
|
| 8 | 0.33 ms |
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:
[
"Huércal de Almería"
]
|
| 9 | 0.30 ms |
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:
[
"El Ejido"
]
|
| 10 | 0.32 ms |
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:
[
"Úbeda"
]
|
| 11 | 0.28 ms |
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:
[
"Vera"
]
|
| 12 | 280.43 ms |
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:
[] |
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. |