Query Metrics
2
Database Queries
2
Different statements
1.29 ms
Query time
2
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.70 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:
[
"qweqweasd23"
]
|
| 2 | 0.59 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.name AS name_4, t0.surname AS surname_5, t0.email AS email_6, t0.phone AS phone_7, t0.comment AS comment_8, t0.products_cost AS products_cost_9, t0.mikki_coins_used AS mikki_coins_used_10, t0.mikki_coins_gain AS mikki_coins_gain_11, t0.payment_info AS payment_info_12, t0.payment_id AS payment_id_13, t0.payment_type AS payment_type_14, t0.payment_method AS payment_method_15, t0.check_b2_b AS check_b2_b_16, t0.delivery_cost AS delivery_cost_17, t0.delivery_service AS delivery_service_18, t0.delivery_type AS delivery_type_19, t0.delivery_track_code AS delivery_track_code_20, t0.address AS address_21, t0.with_fitting AS with_fitting_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.user_id AS user_id_25, t0.promo_code_id AS promo_code_id_26, t27.id AS id_28, t27.called AS called_29, t27.finished AS finished_30, t27.created_at AS created_at_31, t27.updated_at AS updated_at_32, t27.order_id AS order_id_33 FROM `order` t0 LEFT JOIN courier_request t27 ON t27.order_id = t0.id WHERE t0.user_id = ?
Parameters:
[
29
]
|
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. |
| App\Entity\PromoCodes |
|
| App\Entity\CourierRequest | No errors. |