https://dev.ici-grenoble.org/agenda

Query Metrics

2 Database Queries
2 Different statements
4.77 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.40 ms
(50.23%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM period p0_ INNER JOIN event e1_ ON p0_.event_id = e1_.id WHERE (e1_.published = 1 AND ((p0_.period_end IS NOT NULL AND p0_.period_end > ?) OR (p0_.period_start IS NOT NULL AND p0_.period_start > ?))) OR (p0_.all_day = 1 AND p0_.period_start > ?)
Parameters:
[
  "2026-05-15 00:01:00"
  "2026-05-15 00:01:00"
  "2026-05-15 00:01:00"
]
2.37 ms
(49.77%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.period_start AS period_start_1, e1_.priority AS priority_2, e1_.name AS name_3 FROM period p0_ INNER JOIN event e1_ ON p0_.event_id = e1_.id WHERE (e1_.published = 1 AND ((p0_.period_end IS NOT NULL AND p0_.period_end > ?) OR (p0_.period_start IS NOT NULL AND p0_.period_start > ?))) OR (p0_.all_day = 1 AND p0_.period_start > ?) ORDER BY p0_.period_start ASC, e1_.priority DESC, e1_.name ASC LIMIT 30
Parameters:
[
  "2026-05-15 00:01:00"
  "2026-05-15 00:01:00"
  "2026-05-15 00:01: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\Period No errors.
App\Entity\Event No errors.