GET https://choir.yvan-emiliau.com/choir/CH2EV7MF2E4/member

Query Metrics

7 Database Queries
4 Different statements
4.95 ms Query time
0 Invalid entities
14 Managed entities

Queries

Group similar statements

# Time Info
1 0.79 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.email_info AS email_info_3, t0.roles AS roles_4, t0.password AS password_5, t0.username AS username_6, t0.created_at AS created_at_7, t0.is_verified AS is_verified_8, t0.google_id AS google_id_9, t0.facebook_id AS facebook_id_10, t0.facebook_email AS facebook_email_11, t0.name AS name_12, t0.first_name AS first_name_13, t0.last_name AS last_name_14, t0.avatar AS avatar_15, t0.phone_number AS phone_number_16, t0.verification_code AS verification_code_17, t0.username_prefix AS username_prefix_18, t0.username_suffix AS username_suffix_19, t0.step AS step_20, t21.id AS id_22, t21.user_id AS user_id_23, t21.selected_choir_id AS selected_choir_id_24 FROM `user` t0 LEFT JOIN user_config t21 ON t21.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  1
]
2 0.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.description AS description_4, t0.choir_id AS choir_id_5, t0.church_id AS church_id_6, t0.created_by_id AS created_by_id_7 FROM choir t0 WHERE t0.choir_id = ? LIMIT 1
Parameters:
[
  "CH2EV7MF2E4"
]
3 1.82 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.status AS status_3, t0.choir_id AS choir_id_4, t0.member_id AS member_id_5 FROM choir_member t0 WHERE t0.choir_id = ?
Parameters:
[
  1
]
4 0.50 ms
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_number AS phone_number_5, t0.address AS address_6, t0.highest_pitch AS highest_pitch_7, t0.lowest_pitch AS lowest_pitch_8, t0.created_at AS created_at_9, t0.highest_note AS highest_note_10, t0.lowest_note AS lowest_note_11, t0.user_id AS user_id_12 FROM member t0 WHERE t0.id = ?
Parameters:
[
  1
]
5 0.39 ms
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_number AS phone_number_5, t0.address AS address_6, t0.highest_pitch AS highest_pitch_7, t0.lowest_pitch AS lowest_pitch_8, t0.created_at AS created_at_9, t0.highest_note AS highest_note_10, t0.lowest_note AS lowest_note_11, t0.user_id AS user_id_12 FROM member t0 WHERE t0.id = ?
Parameters:
[
  2
]
6 0.36 ms
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_number AS phone_number_5, t0.address AS address_6, t0.highest_pitch AS highest_pitch_7, t0.lowest_pitch AS lowest_pitch_8, t0.created_at AS created_at_9, t0.highest_note AS highest_note_10, t0.lowest_note AS lowest_note_11, t0.user_id AS user_id_12 FROM member t0 WHERE t0.id = ?
Parameters:
[
  3
]
7 0.40 ms
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_number AS phone_number_5, t0.address AS address_6, t0.highest_pitch AS highest_pitch_7, t0.lowest_pitch AS lowest_pitch_8, t0.created_at AS created_at_9, t0.highest_note AS highest_note_10, t0.lowest_note AS lowest_note_11, t0.user_id AS user_id_12 FROM member 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 4
App\Entity\ChoirMember 4
App\Entity\Member 4
App\Entity\UserConfig 1
App\Entity\Choir 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\UserConfig No errors.
App\Entity\Choir No errors.
App\Entity\Church No errors.
App\Entity\ChoirMember No errors.
App\Entity\ChoirSong No errors.
App\Entity\Member No errors.