Query Metrics
2
Database Queries
2
Different statements
0.44 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.31 ms (70.88%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.state AS state_3, t0.message AS message_4, t0.delivered AS delivered_5 FROM user_message_queue t0 WHERE t0.uuid = ? AND t0.delivered = ?
Parameters:
[ "8a4eb6067d86d1e0a780d9f9b13354fa" 0 ] |
|
0.13 ms (29.12%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.locale AS locale_6, t0.team_shop_ids AS team_shop_ids_7, t0.address AS address_8, t0.city AS city_9, t0.telefon AS telefon_10, t0.contact_person AS contact_person_11, t0.avatar AS avatar_12, t0.name AS name_13, t0.badge_color AS badge_color_14, t0.first_name AS first_name_15, t0.last_name AS last_name_16, t0.ag_number AS ag_number_17, t0.country AS country_18, t0.initial_wizard_state AS initial_wizard_state_19, t0.initial_wizard_step AS initial_wizard_step_20, t0.company_name AS company_name_21, t0.vat_id AS vat_id_22, t0.commercial_register_id AS commercial_register_id_23, t0.legacy AS legacy_24, t0.vk_org AS vk_org_25, t0.shop_wizard_state AS shop_wizard_state_26, t0.shop_wizard_step AS shop_wizard_step_27, t0.currently_creating AS currently_creating_28, t0.created_at AS created_at_29, t0.updated_at AS updated_at_30, t31.id AS id_32, t31.imprint_id AS imprint_id_33, t31.privacy_id AS privacy_id_34, t31.payment_id AS payment_id_35, t31.delivery_id AS delivery_id_36, t31.payment_methods AS payment_methods_37, t31.delivery_methods AS delivery_methods_38, t31.payment_credentials AS payment_credentials_39, t31.categories AS categories_40, t31.shop_media AS shop_media_41, t31.created_at AS created_at_42, t31.updated_at AS updated_at_43, t31.user_id_id AS user_id_id_44 FROM user t0 LEFT JOIN user_shop_default t31 ON t31.user_id_id = t0.id WHERE t0.id = ?
Parameters:
[
192
]
|
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\UserShopDefault | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\UserMessageQueue | No errors. |
| App\Entity\User | No errors. |
| App\Entity\UserShopDefault | No errors. |