Query Metrics
5
Database Queries
5
Different statements
0.95 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.50 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.birthdate AS birthdate_3, t0.birthdate_second AS birthdate_second_4, t0.city AS city_5, t0.email AS email_6, t0.password AS password_7, t0.phone AS phone_8, t0.account_type AS account_type_9, t0.description AS description_10, t0.certification AS certification_11, t0.latitude AS latitude_12, t0.longitude AS longitude_13, t0.role AS role_14, t0.subscription_date AS subscription_date_15, t0.expiration_date AS expiration_date_16, t0.category AS category_17, t0.interest AS interest_18, t0.notifications AS notifications_19, t0.spoken_languages AS spoken_languages_20, t0.app_disabled AS app_disabled_21, t0.admin_blocked AS admin_blocked_22, t0.admin_comment AS admin_comment_23, t0.has_general_notification AS has_general_notification_24, t0.has_chat_notification AS has_chat_notification_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.last_connection AS last_connection_28, t0.ip AS ip_29, t0.visit_count AS visit_count_30, t0.deletion_date AS deletion_date_31, t0.gender AS gender_32 FROM user t0 WHERE t0.id = ? AND t0.username = ? LIMIT 1
Parameters:
[ 251 "Release4" ] |
| 2 | 0.16 ms |
SELECT signaled FROM `search_preference` WHERE `user_id`=?
Parameters:
[
251
]
|
| 3 | 0.11 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.birthdate AS birthdate_3, t0.birthdate_second AS birthdate_second_4, t0.city AS city_5, t0.email AS email_6, t0.password AS password_7, t0.phone AS phone_8, t0.account_type AS account_type_9, t0.description AS description_10, t0.certification AS certification_11, t0.latitude AS latitude_12, t0.longitude AS longitude_13, t0.role AS role_14, t0.subscription_date AS subscription_date_15, t0.expiration_date AS expiration_date_16, t0.category AS category_17, t0.interest AS interest_18, t0.notifications AS notifications_19, t0.spoken_languages AS spoken_languages_20, t0.app_disabled AS app_disabled_21, t0.admin_blocked AS admin_blocked_22, t0.admin_comment AS admin_comment_23, t0.has_general_notification AS has_general_notification_24, t0.has_chat_notification AS has_chat_notification_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.last_connection AS last_connection_28, t0.ip AS ip_29, t0.visit_count AS visit_count_30, t0.deletion_date AS deletion_date_31, t0.gender AS gender_32 FROM user t0 WHERE t0.id = ? AND t0.deletion_date IS NULL LIMIT 1
Parameters:
[
251
]
|
| 4 | 0.10 ms |
SELECT t0.id AS id_1, t0.app_id AS app_id_2, t0.mode AS mode_3, t0.platform AS platform_4, t0.token AS token_5, t0.devicename AS devicename_6, t0.devicelang AS devicelang_7, t0.app_version AS app_version_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.user_id AS user_id_11 FROM push_token t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
251
]
|
| 5 | 0.09 ms |
SELECT t0.count AS count_1, t0.user_id AS user_id_2 FROM notification_count t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
251
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 1 |
| App\Entity\Gender | 1 |
| App\Entity\PushToken | 1 |
| App\Entity\NotificationCount | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Gender | No errors. |
| App\Entity\PushToken | No errors. |
| App\Entity\NotificationCount | No errors. |