GET https://www.demo.setic.asociadosmsa.com/detalle_evento/1

Query Metrics

4 Database Queries
4 Different statements
2.10 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.82 ms
(38.77%)
1
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.short_description AS short_description_2, e0_.content AS content_3, e0_.image AS image_4, e0_.event_date AS event_date_5, e0_.event_type AS event_type_6, e0_.is_visible AS is_visible_7, e0_.position AS position_8, e0_.created_at AS created_at_9, e0_.updated_at AS updated_at_10 FROM event e0_ WHERE e0_.is_visible = ? AND e0_.id <> ? ORDER BY e0_.event_date DESC LIMIT 3
Parameters:
[
  1
  1
]
0.57 ms
(27.07%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.content AS content_4, t0.image AS image_5, t0.event_date AS event_date_6, t0.event_type AS event_type_7, t0.is_visible AS is_visible_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM event t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.41 ms
(19.48%)
1
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.short_description AS short_description_2, e0_.content AS content_3, e0_.image AS image_4, e0_.event_date AS event_date_5, e0_.event_type AS event_type_6, e0_.is_visible AS is_visible_7, e0_.position AS position_8, e0_.created_at AS created_at_9, e0_.updated_at AS updated_at_10 FROM event e0_ WHERE e0_.is_visible = ? AND e0_.id <> ? AND e0_.event_date < ? ORDER BY e0_.event_date DESC LIMIT 1
Parameters:
[
  1
  1
  "2026-04-27 00:00:00"
]
0.31 ms
(14.68%)
1
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.short_description AS short_description_2, e0_.content AS content_3, e0_.image AS image_4, e0_.event_date AS event_date_5, e0_.event_type AS event_type_6, e0_.is_visible AS is_visible_7, e0_.position AS position_8, e0_.created_at AS created_at_9, e0_.updated_at AS updated_at_10 FROM event e0_ WHERE e0_.is_visible = ? AND e0_.id <> ? AND e0_.event_date > ? ORDER BY e0_.event_date ASC LIMIT 1
Parameters:
[
  1
  1
  "2026-04-27 00:00:00"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Event No errors.