Query Metrics
1
Database Queries
1
Different statements
0.72 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.72 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.token AS token_3, t0.token_expired_at AS token_expired_at_4, t0.roles AS roles_5, t0.password AS password_6, t0.name AS name_7, t0.surname AS surname_8, t0.email AS email_9, t0.phone AS phone_10, t0.postcode AS postcode_11, t0.city AS city_12, t0.house_number AS house_number_13, t0.region AS region_14, t0.street AS street_15, t0.apartment AS apartment_16, t0.birthday_at AS birthday_at_17, t0.mikki_coins AS mikki_coins_18, t0.total_mikki_coins AS total_mikki_coins_19, t0.loyalty_program_rubles AS loyalty_program_rubles_20, t0.money_spent AS money_spent_21, t0.vk_id AS vk_id_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.coach_data_id AS coach_data_id_25, t26.id AS id_27, t26.company_name AS company_name_28, t26.legal_address AS legal_address_29, t26.mailing_address AS mailing_address_30, t26.bank_name AS bank_name_31, t26.bank_address AS bank_address_32, t26.payment_account AS payment_account_33, t26.correspondent_account AS correspondent_account_34, t26.inn AS inn_35, t26.ogrn AS ogrn_36, t26.ceo_name AS ceo_name_37, t26.company_site AS company_site_38, t26.company_phone AS company_phone_39, t26.company_email AS company_email_40, t26.approved AS approved_41, t26.created_at AS created_at_42, t26.updated_at AS updated_at_43, t26.user_id AS user_id_44, t0.manager_id AS manager_id_45, t0.loyalty_program_id AS loyalty_program_id_46 FROM user t0 LEFT JOIN user_b2_b t26 ON t26.user_id = t0.id WHERE t0.username = ? LIMIT 1
Parameters:
[
"admin"
]
|
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 |
|
| App\Entity\UserCoach | No errors. |
| App\Entity\UserB2B | No errors. |
| App\Entity\LoyaltyProgram | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\Wish | No errors. |
| App\Entity\Reviews | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\Message | No errors. |
| App\Entity\OrderB2B | No errors. |