Query Metrics
1
Database Queries
1
Different statements
49.83 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 49.83 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.surname AS surname_4, t0.patronymic AS patronymic_5, t0.bio AS bio_6, t0.rating AS rating_7, t0.gender AS gender_8, t0.date_of_birth AS date_of_birth_9, t0.image AS image_10, t0.image_external_url AS image_external_url_11, t0.phone1 AS phone1_12, t0.phone2 AS phone2_13, t0.at_home AS at_home_14, t0.telegram_chat_id AS telegram_chat_id_15, t0.active AS active_16, t0.approved AS approved_17, t0.roles AS roles_18, t0.password AS password_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t22.id AS id_23, t22.google_id AS google_id_24, t22.telegram_id AS telegram_id_25, t22.vk_id AS vk_id_26, t22.instagram_id AS instagram_id_27, t22.facebook_id AS facebook_id_28, t22.user_id AS user_id_29 FROM "user" t0 LEFT JOIN oauth_type t22 ON t22.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
"admin@admin.com"
]
|
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 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\User\OAuthType | No errors. |
| App\Entity\User\SocialNetwork | No errors. |
| App\Entity\Chat\Chat | No errors. |
| App\Entity\Ticket\Ticket | No errors. |
| App\Entity\User\Education | No errors. |
| App\Entity\Chat\ChatMessage | No errors. |
| App\Entity\Gallery\Gallery | No errors. |
| App\Entity\User\Favorite | No errors. |
| App\Entity\Chat\ChatImage | No errors. |
| App\Entity\Review\Review | No errors. |
| App\Entity\User\Occupation | No errors. |
| App\Entity\TechSupport\TechSupportImage | No errors. |
| App\Entity\TechSupport\TechSupportMessage | No errors. |
| App\Entity\TechSupport\TechSupport | No errors. |
| App\Entity\Appeal\AppealTypes\AppealTicket | No errors. |
| App\Entity\Appeal\AppealTypes\AppealChat | No errors. |
| App\Entity\Geography\Address | No errors. |
| App\Entity\User\BlackList | No errors. |