GET https://volik.online/admin/team/32/edit

Query Metrics

5 Database Queries
5 Different statements
5.65 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.29 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.photo AS photo_6, t0.auth_date AS auth_date_7, t0.theme AS theme_8, t0.birthday AS birthday_9, t0.phone AS phone_10, t0.about AS about_11, t0.custom_photo AS custom_photo_12, t0.male AS male_13, t0.coach AS coach_14, t0.captain AS captain_15, t0.ts_x AS ts_x_16, t0.register_date AS register_date_17, t0.telegram_id AS telegram_id_18, t0.notification AS notification_19, t0.trainings_filter AS trainings_filter_20, t0.show_year AS show_year_21, t0.level_id AS level_id_22 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.85 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.about AS about_3, t0.our AS our_4, t0.logo AS logo_5, t0.captain_id AS captain_id_6, t0.coach_id AS coach_id_7, t0.head_id AS head_id_8 FROM team t0 WHERE t0.id = ?
Parameters:
[
  "32"
]
3 1.15 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.photo AS photo_6, t0.auth_date AS auth_date_7, t0.theme AS theme_8, t0.birthday AS birthday_9, t0.phone AS phone_10, t0.about AS about_11, t0.custom_photo AS custom_photo_12, t0.male AS male_13, t0.coach AS coach_14, t0.captain AS captain_15, t0.ts_x AS ts_x_16, t0.register_date AS register_date_17, t0.telegram_id AS telegram_id_18, t0.notification AS notification_19, t0.trainings_filter AS trainings_filter_20, t0.show_year AS show_year_21, t0.level_id AS level_id_22 FROM user t0 INNER JOIN team_user ON t0.id = team_user.user_id WHERE team_user.team_id = ?
Parameters:
[
  32
]
4 0.71 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.color AS color_4, t0.bg AS bg_5 FROM level t0 WHERE t0.id = ?
Parameters:
[
  4
]
5 0.64 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.color AS color_4, t0.bg AS bg_5, t0.short AS short_6 FROM badge t0 INNER JOIN user_badge ON t0.id = user_badge.badge_id WHERE user_badge.user_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.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Level No errors.
App\Entity\Team No errors.
App\Entity\Badge No errors.
App\Entity\Schedule No errors.
App\Entity\TrainingUserLink No errors.
App\Entity\TeamInTournament No errors.