GET https://preprod.notremessedemariage.fr/mariages/

Query Metrics

5 Database Queries
4 Different statements
2.45 ms Query time
0 Invalid entities
6 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.74 ms
(30.20%)
2
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, t0.address_id AS address_id_7 FROM profile_details t0 WHERE t0.id = ?
Parameters:
[
  3
]
0.59 ms
(23.96%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t5.id AS id_6, t5.first_name AS first_name_7, t5.last_name AS last_name_8, t5.email AS email_9, t5.phone AS phone_10, t5.user_id AS user_id_11, t5.address_id AS address_id_12 FROM user t0 LEFT JOIN profile_details t5 ON t5.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  1
]
0.58 ms
(23.64%)
1
SELECT t0.id AS id_1, t0.line1 AS line1_2, t0.line2 AS line2_3, t0.postal_code AS postal_code_4, t0.city AS city_5 FROM address t0 WHERE t0.id = ?
Parameters:
[
  4
]
0.55 ms
(22.21%)
1
SELECT t0.id AS id_1, t0.date_and_time AS date_and_time_2, t0.church_name AS church_name_3, t0.parish_name AS parish_name_4, t0.mass AS mass_5, t0.archived AS archived_6, t0.creation_date AS creation_date_7, t0.paid AS paid_8, t0.payment_method AS payment_method_9, t0.payment_date AS payment_date_10, t0.wedding AS wedding_11, t0.address_id AS address_id_12, t0.person1_details_id AS person1_details_id_13, t0.person2_details_id AS person2_details_id_14, t0.celebrant_details_id AS celebrant_details_id_15, t0.creation_by_id AS creation_by_id_16, t0.paid_by_id AS paid_by_id_17 FROM celebration t0 WHERE t0.creation_by_id = ? AND t0.wedding = ?
Parameters:
[
  1
  1
]

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\Address 2
App\Entity\ProfileDetails 2
App\Entity\User 1
App\Entity\Celebration 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\ProfileDetails No errors.
App\Entity\Address No errors.
App\Entity\Celebration No errors.