Query Metrics
3
Database Queries
3
Different statements
9.25 ms
Query time
3
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 7.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.create_at AS create_at_3, t0.telegram_id AS telegram_id_4, t0.phone AS phone_5, t0.is_admin AS is_admin_6, t0.is_banned AS is_banned_7, t0.email AS email_8, t0.city AS city_9, t0.roles AS roles_10, t0.password AS password_11, t0.brands_history AS brands_history_12 FROM app_user t0 WHERE t0.telegram_id = ? LIMIT 1
Parameters:
[
6613390375
]
|
| 2 | 1.21 ms |
SELECT DISTINCT a0_.survey_id AS sclr_0 FROM app_questionnaire_result a0_ WHERE a0_.user_id = ? AND a0_.completed = 1
Parameters:
[
4453
]
|
| 3 | 0.78 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.title_local AS title_local_3, a0_.description_local AS description_local_4, a0_.is_active AS is_active_5, a0_.is_poll AS is_poll_6, a0_.total_correct AS total_correct_7, a0_.type AS type_8, a0_.article_success_id AS article_success_id_9, a0_.article_failed_id AS article_failed_id_10 FROM app_survey a0_ WHERE a0_.is_active = 1 AND a0_.id NOT IN (?, ?, ?, ?, ?)
Parameters:
[ "47" "48" "49" "51" "52" ] |
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\QuestionnaireResult |
|
| App\Entity\Survey |
|
| App\Entity\Article |
|