Query Metrics
1
Database Queries
1
Different statements
2.12 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.12 ms |
SELECT e0_.id AS id_0, e0_.asunto AS asunto_1, e0_.fecha_inicio AS fecha_inicio_2, e0_.fecha_fin AS fecha_fin_3, e0_.cuerpo AS cuerpo_4, e0_.localizacion AS localizacion_5 FROM ishtar.evento_calendario e0_ WHERE (e0_.fecha_inicio BETWEEN ? AND ? OR e0_.fecha_fin BETWEEN ? AND ?) AND EXISTS (SELECT 1 FROM ishtar.users_eventocalendario u1_ WHERE u1_.user_id = e0_.id AND u1_.eventocalendario_id IN (?))
Parameters:
[ "2026-06-01 00:00:00" "2026-07-13 00:00:00" "2026-06-01 00:00:00" "2026-07-13 00:00:00" 50 ] |
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\EventoCalendario | No errors. |
| Maps\UserBundle\Entity\Users | No errors. |
| Maps\UserBundle\Entity\User | No errors. |