GET https://volik.online/tournament

Query Metrics

4 Database Queries
4 Different statements
6.01 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.43 ms
(40.43%)
1
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
]
1.76 ms
(29.24%)
1
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
]
1.01 ms
(16.83%)
1
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
]
0.81 ms
(13.49%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.about AS about_3, t0.logo AS logo_4, t0.season AS season_5, t0.criteria AS criteria_6, t0.add_criteria AS add_criteria_7 FROM tournament t0
Parameters:
[]

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\Tournament No errors.
App\Entity\Duel No errors.
App\Entity\TeamInTournament No errors.