Query Metrics
9
Database Queries
5
Different statements
4.51 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.36 ms (30.14%) |
1 |
SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.first_name AS first_name_4, u0_.last_name AS last_name_5, u0_.telegram_user_id AS telegram_user_id_6, u0_.telegram_phone AS telegram_phone_7, u0_.sort_id AS sort_id_8, u0_.settings_id AS settings_id_9 FROM user u0_ WHERE u0_.first_name = ? LIMIT 1
Parameters:
[
"Учитель"
]
|
|
1.12 ms (24.75%) |
3 |
SELECT t0_.id AS id_0, t0_.show_reviewer_recommendations_tip AS show_reviewer_recommendations_tip_1, t0_.user_id AS user_id_2 FROM tip_settings t0_ WHERE t0_.user_id = ? LIMIT 1
Parameters:
[
8
]
|
|
1.00 ms (22.24%) |
3 |
SELECT r0_.id AS id_0, r0_.candidate_decline_comments AS candidate_decline_comments_1, r0_.candidate_recommendations AS candidate_recommendations_2, r0_.user_id AS user_id_3 FROM reviewer_settings r0_ WHERE r0_.user_id = ? LIMIT 1
Parameters:
[
8
]
|
|
0.58 ms (12.94%) |
1 |
SELECT t0.id AS id_1, t0.candidate_decline_comments AS candidate_decline_comments_2, t0.candidate_recommendations AS candidate_recommendations_3, t0.user_id AS user_id_4 FROM reviewer_settings t0 WHERE t0.user_id = ?
Parameters:
[
8
]
|
|
0.45 ms (9.94%) |
1 |
SELECT t0.id AS id_1, t0.show_reviewer_recommendations_tip AS show_reviewer_recommendations_tip_2, t0.user_id AS user_id_3 FROM tip_settings t0 WHERE t0.user_id = ?
Parameters:
[
8
]
|
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\Student | No errors. |
| App\Entity\User | 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. |
| App\Entity\TipSettings | No errors. |
| App\Entity\ReviewerSettings | No errors. |
| App\Entity\UserSettings | No errors. |