GET https://webdays-dev-web.shorg.net/convention/editions/2026/presentation.html

Query Metrics

16 Database Queries
4 Different statements
7.90 ms Query time
0 Invalid entities
32 Managed entities

Grouped Statements

Show all queries

Time Count Info
4.66 ms
(59.00%)
1
SELECT e0_.id AS id_0, e0_.type AS type_1, e0_.title AS title_2, e0_.short_title AS short_title_3, e0_.slug AS slug_4, e0_.abstract AS abstract_5, e0_.theme AS theme_6, e0_.code AS code_7, e0_.duration AS duration_8, e0_.duration_unit AS duration_unit_9, e0_.date AS date_10, e0_.statut AS statut_11, e0_.feedback AS feedback_12, e0_.slides AS slides_13, e0_.video AS video_14, e1_.id AS id_15, e1_.bio AS bio_16, e1_.photo AS photo_17, e1_.url AS url_18, e0_.event_id AS event_id_19, e1_.intervention_id AS intervention_id_20, e1_.person_id AS person_id_21, e1_.company_id AS company_id_22 FROM event_intervention e0_ LEFT JOIN event_intervenant e1_ ON e0_.id = e1_.intervention_id WHERE e0_.date >= ? AND e0_.date <= ? AND e0_.statut = ? AND e0_.theme = ? AND e0_.type = ? ORDER BY e0_.date ASC
Parameters:
[
  "2026-02-05 00:00:00"
  "2026-02-05 23:59:59"
  "accepted"
  "backend"
  "conference"
]
1.64 ms
(20.72%)
8
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.user_id AS user_id_6 FROM person t0 WHERE t0.id = ?
Parameters:
[
  "01KKJBZE1F70VJ1F88W5X6H8QD"
]
1.20 ms
(15.25%)
6
SELECT t0.id AS id_1, t0.name AS name_2 FROM company t0 WHERE t0.id = ?
Parameters:
[
  "01KKJBZE1F70VJ1F88W5X6H8QB"
]
0.40 ms
(5.04%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.type AS type_4, t0.date AS date_5, t0.archived AS archived_6, t0.location_id AS location_id_7 FROM event t0 WHERE t0.id = ?
Parameters:
[
  "01KKJ3JNN1HTP5TWCS57J4VJ1R"
]

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
App\Infra\Entity\EventIntervention 8
App\Infra\Entity\EventIntervenant 8
App\Infra\Entity\Person 8
App\Infra\Entity\Company 6
App\Infra\Entity\Event 1
App\Infra\Entity\EventLocation 1