Query Metrics
2
Database Queries
2
Different statements
1.66 ms
Query time
0
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.79 ms |
SELECT s0_.id AS id_0, s0_.titulo AS titulo_1, s0_.descripcion AS descripcion_2, s0_.fecha_inicio AS fecha_inicio_3, s0_.fecha_fin AS fecha_fin_4, s0_.activo AS activo_5, s0_.posicion AS posicion_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.deleted_at AS deleted_at_9 FROM seccion s0_ WHERE (s0_.fecha_inicio <= ? AND s0_.fecha_fin >= ? AND s0_.activo = 1) AND (s0_.deleted_at IS NULL) LIMIT 1
Parameters:
[ "2025-12-28 23:57:33" "2025-12-28 23:57:33" ] |
| 2 | 0.87 ms |
SELECT t0.id AS id_1, t0.titulo AS titulo_2, t0.descripcion AS descripcion_3, t0.link AS link_4, t0.imagen AS imagen_5, t0.activo AS activo_6, t0.posicion AS posicion_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.seccion_id AS seccion_id_11 FROM tarjeta t0 WHERE t0.seccion_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
1
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| api | doctrine.dbal.api_connection |
| log | doctrine.dbal.log_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| api | doctrine.orm.api_entity_manager |
| log | doctrine.orm.log_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\App\Seccion | No errors. |
| App\Entity\App\Tarjeta | No errors. |
api entity manager
No loaded entities.
log entity manager
No loaded entities.