Query Metrics
2
Database Queries
2
Different statements
0.78 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.45 ms (58.51%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_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.telegram_user_id AS telegram_user_id_7, t0.telegram_phone AS telegram_phone_8, t0.sort_id AS sort_id_9, t0.settings_id AS settings_id_10, t11.id AS id_12, t11.candidate_decline_comments AS candidate_decline_comments_13, t11.candidate_recommendations AS candidate_recommendations_14, t11.user_id AS user_id_15, t16.id AS id_17, t16.show_reviewer_recommendations_tip AS show_reviewer_recommendations_tip_18, t16.user_id AS user_id_19 FROM user t0 LEFT JOIN reviewer_settings t11 ON t11.user_id = t0.id LEFT JOIN tip_settings t16 ON t16.user_id = t0.id WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.32 ms (41.49%) |
1 |
SELECT t0.id AS id_1, t0.path AS path_2, t0.file_id AS file_id_3, t0.telegram_user_id AS telegram_user_id_4, t0.image_id AS image_id_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
"10"
]
|
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\Image | No errors. |
| App\Entity\User | No errors. |
| App\Entity\UserSettings | No errors. |
| App\Entity\ReviewerSettings | No errors. |
| App\Entity\TipSettings | No errors. |
| App\Entity\Payment | No errors. |
| App\Entity\CalendarEvent | No errors. |
| App\Entity\Candidate | No errors. |
| App\Entity\TelegramCampaignParticipant | No errors. |
| App\Entity\TelegramCampaignMessage | No errors. |