GET https://socialblank-dev-test.lib-media.com/api/users/get-review/251

Query Metrics

5 Database Queries
5 Different statements
1.41 ms Query time
0 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time▼ Count Info
0.59 ms
(42.06%)
1
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"
]
0.28 ms
(19.69%)
1
SELECT signaled FROM `search_preference` WHERE `user_id`=?
Parameters:
[
  251
]
0.24 ms
(17.29%)
1
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
]
0.19 ms
(13.10%)
1
SELECT t0.id AS id_1, t0.other_user_id AS other_user_id_2, t0.rate AS rate_3, t0.comment AS comment_4, t0.is_visible AS is_visible_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.user_id AS user_id_8 FROM user_review t0 WHERE t0.other_user_id = ?
Parameters:
[
  "251"
]
0.11 ms
(7.87%)
1
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
]

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

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Gender No errors.
App\Entity\PushToken No errors.
App\Entity\UserReview No errors.