Query Metrics
6
Database Queries
6
Different statements
0.54 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.14 ms (25.98%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.created_at AS created_at_4 FROM team t0 WHERE t0.id = ?
Parameters:
[
18
]
|
0.11 ms (20.37%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.is_active AS is_active_5, t0.default_validation_method AS default_validation_method_6, t0.activity_config AS activity_config_7, t0.summary AS summary_8, t0.image_filename AS image_filename_9, t0.rewards AS rewards_10, t0.use_balanced_scoring AS use_balanced_scoring_11, t0.company_id AS company_id_12, t13.id AS id_14, t13.webhook_url AS webhook_url_15, t13.space_name AS space_name_16, t13.is_enabled AS is_enabled_17, t13.timezone AS timezone_18, t13.created_at AS created_at_19, t13.updated_at AS updated_at_20, t13.season_id AS season_id_21 FROM season t0 LEFT JOIN season_google_chat_config t13 ON t13.season_id = t0.id WHERE t0.id = ?
Parameters:
[
13
]
|
0.08 ms (14.57%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.created_at AS created_at_7, t0.company_id AS company_id_8, t9.id AS id_10, t9.avatar AS avatar_11, t9.bio AS bio_12, t9.preferences AS preferences_13, t9.location AS location_14, t9.job_title AS job_title_15, t9.linkedin_url AS linkedin_url_16, t9.twitter_url AS twitter_url_17, t9.instagram_url AS instagram_url_18, t9.user_id AS user_id_19 FROM "user" t0 LEFT JOIN user_profile t9 ON t9.user_id = t0.id WHERE t0.id = ?
Parameters:
[
18
]
|
0.08 ms (14.04%) |
1 |
SELECT t0_.id AS id_0, t0_.content AS content_1, t0_.created_at AS created_at_2, t0_.updated_at AS updated_at_3, t0_.is_deleted AS is_deleted_4, t0_.season_id AS season_id_5, t0_.user_id AS user_id_6 FROM trash_talk t0_ WHERE t0_.season_id = ? AND t0_.created_at > ? ORDER BY t0_.created_at ASC
Parameters:
[ 13 "2025-10-10 19:30:41" ] |
0.07 ms (13.10%) |
1 |
SELECT t0.id AS id_1, t0.role AS role_2, t0.joined_at AS joined_at_3, t0.user_id AS user_id_4, t0.team_id AS team_id_5 FROM user_team t0 WHERE t0.user_id = ?
Parameters:
[
18
]
|
0.06 ms (11.94%) |
1 |
SELECT t0.id AS id_1, t0.total_points AS total_points_2, t0.team_id AS team_id_3, t0.season_id AS season_id_4 FROM team_season t0 WHERE t0.team_id = ?
Parameters:
[
18
]
|
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\Season | No errors. |
App\Entity\Company | No errors. |
App\Entity\SeasonGoogleChatConfig | No errors. |
App\Entity\TeamSeason | No errors. |
App\Entity\Submission | No errors. |
App\Entity\ActivityConfiguration | No errors. |
App\Entity\SeasonGoogleChatMessageType | No errors. |
App\Entity\User | No errors. |
App\Entity\UserProfile | No errors. |
App\Entity\UserTeam | No errors. |
App\Entity\ChatMessage | No errors. |
App\Entity\Notification | No errors. |
App\Entity\Team | No errors. |
App\Entity\TrashTalk | No errors. |