Query Metrics

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

Queries

Group similar statements

umem connection

# Time Info
1 1.06 ms
SELECT count(DISTINCT e0_.id) AS sclr_0 FROM event e0_ LEFT JOIN event_offsite_lecture e1_ ON e0_.id = e1_.id LEFT JOIN conference c2_ ON e0_.id = c2_.id LEFT JOIN lecture l3_ ON e0_.id = l3_.id WHERE ((e0_.dtype IN ('offsitelecture', 'conference', 'lecture', 'event') AND NOT e0_.dtype IN ('lecture') AND NOT e0_.dtype IN ('offsitelecture'))) AND e0_.public = 1 AND e0_.dtype IN ('conference') AND e0_.start >= ? AND e0_.start <= ?
Parameters:
[
  "2026-03-04 00:00:00"
  "2026-05-03 00:00:00"
]
2 0.72 ms
SELECT DISTINCT e0_.id AS id_0, e0_.start AS start_1 FROM event e0_ LEFT JOIN event_offsite_lecture e1_ ON e0_.id = e1_.id LEFT JOIN conference c2_ ON e0_.id = c2_.id LEFT JOIN lecture l3_ ON e0_.id = l3_.id WHERE ((e0_.dtype IN ('offsitelecture', 'conference', 'lecture', 'event') AND NOT e0_.dtype IN ('lecture') AND NOT e0_.dtype IN ('offsitelecture'))) AND e0_.public = 1 AND e0_.dtype IN ('conference') AND e0_.start >= ? AND e0_.start <= ? ORDER BY e0_.start DESC LIMIT 50
Parameters:
[
  "2026-03-04 00:00:00"
  "2026-05-03 00:00:00"
]
3 0.65 ms
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.description AS description_2, e0_.location AS location_3, e0_.notes AS notes_4, e0_.start AS start_5, e0_.duration AS duration_6, e0_.public AS public_7, e0_.created AS created_8, e0_.created_by AS created_by_9, e0_.updated AS updated_10, e0_.updated_by AS updated_by_11, e1_.expiration AS expiration_12, e1_.redirect_term AS redirect_term_13, c2_.active AS active_14, l3_.objectives AS objectives_15, l3_.grandrounds AS grandrounds_16, l3_.financial_interest AS financial_interest_17, l3_.attendance_flag AS attendance_flag_18, l3_.video_url AS video_url_19, l3_.video_url_livestream AS video_url_livestream_20, l3_.audience_faculty AS audience_faculty_21, l3_.audience_resident AS audience_resident_22, l3_.audience_student AS audience_student_23, l3_.attendance_required AS attendance_required_24, l3_.credit_time AS credit_time_25, l3_.faculty_extra AS faculty_extra_26, e0_.dtype AS dtype_27, e0_.event_location_id AS event_location_id_28, l3_.conference_id AS conference_id_29, l3_.category_id AS category_id_30 FROM event e0_ LEFT JOIN event_offsite_lecture e1_ ON e0_.id = e1_.id LEFT JOIN conference c2_ ON e0_.id = c2_.id LEFT JOIN lecture l3_ ON e0_.id = l3_.id WHERE ((e0_.dtype IN ('offsitelecture', 'conference', 'lecture', 'event') AND NOT e0_.dtype IN ('lecture') AND NOT e0_.dtype IN ('offsitelecture'))) AND e0_.public = 1 AND e0_.dtype IN ('conference') AND e0_.start >= ? AND e0_.start <= ? AND e0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY e0_.start DESC
Parameters:
[
  "2026-03-04 00:00:00"
  "2026-05-03 00:00:00"
  7693
  7687
  7681
  7675
  7669
  7663
  7657
  7651
  7645
]
4 0.36 ms
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.active AS active_2 FROM lecture_category l0_ ORDER BY l0_.name ASC
Parameters:
[]

Database Connections

Name Service
umem doctrine.dbal.umem_connection
mailman doctrine.dbal.mailman_connection
moodle doctrine.dbal.moodle_connection
fabric doctrine.dbal.fabric_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
fabric doctrine.orm.fabric_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

default entity manager

Class Mapping errors
Umem\EventBundle\Entity\LectureCategory No errors.
Umem\EventBundle\Entity\Event No errors.
Umem\EventBundle\Entity\OffsiteLecture No errors.
Umem\EventBundle\Entity\Conference No errors.
Umem\EventBundle\Entity\Lecture No errors.
Umem\EventBundle\Entity\EventLocation No errors.
Vich\UploaderBundle\Entity\File No errors.
Umem\EventBundle\Entity\EventFile No errors.

fabric entity manager

No loaded entities.