Query Metrics
1
Database Queries
1
Different statements
0.44 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.44 ms (100.00%) |
1 |
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.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.coach_data_id AS coach_data_id_24, t25.id AS id_26, t25.company_name AS company_name_27, t25.legal_address AS legal_address_28, t25.mailing_address AS mailing_address_29, t25.bank_name AS bank_name_30, t25.bank_address AS bank_address_31, t25.payment_account AS payment_account_32, t25.correspondent_account AS correspondent_account_33, t25.inn AS inn_34, t25.ogrn AS ogrn_35, t25.ceo_name AS ceo_name_36, t25.company_site AS company_site_37, t25.company_phone AS company_phone_38, t25.company_email AS company_email_39, t25.approved AS approved_40, t25.created_at AS created_at_41, t25.updated_at AS updated_at_42, t25.user_id AS user_id_43, t0.manager_id AS manager_id_44, t0.loyalty_program_id AS loyalty_program_id_45 FROM user t0 LEFT JOIN user_b2_b t25 ON t25.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. |