GET https://comite.alkar0.com/inscription/recap

Query Metrics

5 Database Queries
5 Different statements
1.12 ms Query time
0 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 0.42 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.last_login AS last_login_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_actif AS is_actif_9, t0.password_reset_token AS password_reset_token_10, t0.password_reset_expires_at AS password_reset_expires_at_11, t0.display_name AS display_name_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.start_at AS start_at_4, t0.end_at AS end_at_5, t0.registration_start_at AS registration_start_at_6, t0.registration_end_at AS registration_end_at_7, t0.description AS description_8, t0.document AS document_9, t0.orchestra AS orchestra_10, t0.price AS price_11, t0.price_child AS price_child_12, t0.reservation AS reservation_13, t0.observations AS observations_14, t0.is_canceled AS is_canceled_15, t0.is_public AS is_public_16, t0.access_code AS access_code_17, t0.max_capacity AS max_capacity_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.event_id AS event_id_21, t0.form_id AS form_id_22, t0.place_id AS place_id_23 FROM activity t0 WHERE t0.id = ?
Parameters:
[
  8
]
3 0.17 ms
SELECT t0.id AS id_1, t0.code_form AS code_form_2, t0.name AS name_3, t0.content AS content_4, t0.fields AS fields_5, t0.button_text AS button_text_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM form t0 WHERE t0.id = ?
Parameters:
[
  9
]
4 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.event_start_at AS event_start_at_4, t0.event_end_at AS event_end_at_5, t0.description AS description_6, t0.reservation AS reservation_7, t0.is_active AS is_active_8, t0.is_canceled AS is_canceled_9, t0.is_archived AS is_archived_10, t0.is_public AS is_public_11, t0.access_code AS access_code_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM event t0 WHERE t0.id = ?
Parameters:
[
  8
]
5 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.capacity AS capacity_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM place t0 WHERE t0.id = ?
Parameters:
[
  4
]

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\Entity\User 1
App\Entity\Activity 1
App\Entity\Event 1
App\Entity\Form 1
App\Entity\Place 1

Entities Mapping

Class Mapping errors
App\Entity\Activity No errors.
App\Entity\Event No errors.
App\Entity\Form No errors.
App\Entity\Place No errors.
App\Entity\User No errors.