Query Metrics
1
Database Queries
1
Different statements
1.44 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.44 ms (100.00%) |
1 |
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.confirmation_token AS confirmation_token_9, t0.password_requested_at AS password_requested_at_10, t0.roles AS roles_11, t0.id AS id_12, t0.date_created AS date_created_13, t0.first_name AS first_name_14, t0.display_name AS display_name_15, t0.last_name AS last_name_16, t0.phone AS phone_17, t0.lang AS lang_18, t0.settings_receive_message_notification AS settings_receive_message_notification_19, t0.facebook_id AS facebook_id_20, t0.google_id AS google_id_21, t0.linkedin_id AS linkedin_id_22, t0.terms_acceptance_date AS terms_acceptance_date_23, t0.terms_acceptance_ip AS terms_acceptance_ip_24, t0.stripe_account_id AS stripe_account_id_25, t0.is_beta_tester AS is_beta_tester_26, t0.payment_last4digits AS payment_last4digits_27, t0.is_arecruiter AS is_arecruiter_28, t0.is_hri AS is_hri_29, t0.is_allowed_to_make_groups AS is_allowed_to_make_groups_30, t0.make_group_name AS make_group_name_31, t0.is_allowed_to_make_company_for_association AS is_allowed_to_make_company_for_association_32, t0.has_reusable_box AS has_reusable_box_33, t0.reminder_coupon_sent AS reminder_coupon_sent_34, t0.next_user_survey_time AS next_user_survey_time_35, t0.dont_show_survey AS dont_show_survey_36, t0.user_subscription_maturin AS user_subscription_maturin_37, t0.date_log_subscription_maturin AS date_log_subscription_maturin_38, t0.subscription_stripe_id AS subscription_stripe_id_39, t0.profile_image_id AS profile_image_id_40, t0.referred_by_id AS referred_by_id_41, t0.make_company_for_association_id AS make_company_for_association_id_42, t43.id AS id_44, t43.diets AS diets_45, t43.allergy AS allergy_46, t43.nb_personnes AS nb_personnes_47, t43.grocery_budget AS grocery_budget_48, t43.handicap AS handicap_49, t43.age_category AS age_category_50, t43.user_id AS user_id_51 FROM app_users t0 LEFT JOIN user_survey t43 ON t43.user_id = t0.id WHERE t0.email_canonical = ? LIMIT 1
Parameters:
[
"charlesetienne.noel@gmail.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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\Message | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\Image | No errors. |
| App\Entity\CompanyAssociation | No errors. |
| App\Entity\UserSurvey | No errors. |
| App\Entity\UserVariables | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\UserShippingLocation | No errors. |
| App\Entity\UserSearch | No errors. |
| App\Entity\UserViewedProduct | No errors. |
| App\Entity\FinancialLog | No errors. |
| App\Entity\UserFavorite | No errors. |
| App\Entity\CartCoupon | No errors. |
| App\Entity\RecurringOrder | No errors. |
| App\Entity\Subscription | No errors. |
| App\Entity\EmailSent | No errors. |