GET https://choir-back.yvan-emiliau.com/api/app

Query Metrics

4 Database Queries
3 Different statements
2.45 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.15 ms
(47.08%)
1
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
]
0.74 ms
(30.23%)
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_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.user_id = ? LIMIT 1
Parameters:
[
  1
]
0.56 ms
(22.68%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.created_by_id AS created_by_id_4 FROM church t0 WHERE t0.created_by_id = ?
Parameters:
[
  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\User 1
App\Entity\UserConfig 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\Member No errors.