Query Metrics
4
Database Queries
3
Different statements
1.01 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.48 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.api_token AS api_token_5, t0.email AS email_6, t0.enable AS enable_7, t0.auth_code AS auth_code_8, t0.created_date AS created_date_9, t0.updated_date AS updated_date_10, t0.channel_id AS channel_id_11, t12.id AS id_13, t12.period_months AS period_months_14, t12.created_date AS created_date_15, t12.updated_date AS updated_date_16, t12.user_id AS user_id_17, t12.channel_id AS channel_id_18 FROM `user` t0 LEFT JOIN refill_setting t12 ON t12.user_id = t0.id WHERE t0.username = ? LIMIT 1
Parameters:
[
"amerlini"
]
|
2 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.roles AS roles_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5 FROM user_group t0 INNER JOIN user_group_user ON t0.id = user_group_user.user_group_id WHERE user_group_user.user_id = ?
Parameters:
[
4
]
|
3 | 0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM action t0
Parameters:
[] |
4 | 0.13 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM action 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\Channel | No errors. |
App\Entity\RefillSetting | No errors. |
App\Entity\UserGroup | No errors. |
App\Entity\Refill | No errors. |
App\Entity\Action | No errors. |