6.85 ms (48.19%)
1
SELECT t0 . id AS id_1 , t0 . enabled AS enabled_2 , t0 . is_valid AS is_valid_3 , t0 . email AS email_4 , t0 . auth_code AS auth_code_5 , t0 . password AS password_6 , t0 . password_requested_at AS password_requested_at_7 , t0 . password_changed_at AS password_changed_at_8 , t0 . roles AS roles_9 , t0 . username AS username_10 , t0 . username_canonical AS username_canonical_11 , t0 . email_canonical AS email_canonical_12 , t0 . last_login AS last_login_13 , t0 . email_verified_at AS email_verified_at_14 , t0 . lastname AS lastname_15 , t0 . firstname AS firstname_16 , t0 . street AS street_17 , t0 . city AS city_18 , t0 . zipcode AS zipcode_19 , t0 . phone AS phone_20 , t0 . officephone AS officephone_21 , t0 . homephone AS homephone_22 , t0 . membercode AS membercode_23 , t0 . locale AS locale_24 , t0 . dpo AS dpo_25 , t0 . agree_sens_data AS agree_sens_data_26 , t0 . member AS member_27 , t0 . membername AS membername_28 , t0 . confirmation_token AS confirmation_token_29 , t0 . membership_reason AS membership_reason_30 , t0 . description AS description_31 , t0 . contact_email AS contact_email_32 FROM fos_user t0 WHERE t0 . username = ? LIMIT 1
Parameters :
[
"spk@curia.europa.eu "
]
SELECT t0 . id AS id_1 , t0 . enabled AS enabled_2 , t0 . is_valid AS is_valid_3 , t0 . email AS email_4 , t0 . auth_code AS auth_code_5 , t0 . password AS password_6 , t0 . password_requested_at AS password_requested_at_7 , t0 . password_changed_at AS password_changed_at_8 , t0 . roles AS roles_9 , t0 . username AS username_10 , t0 . username_canonical AS username_canonical_11 , t0 . email_canonical AS email_canonical_12 , t0 . last_login AS last_login_13 , t0 . email_verified_at AS email_verified_at_14 , t0 . lastname AS lastname_15 , t0 . firstname AS firstname_16 , t0 . street AS street_17 , t0 . city AS city_18 , t0 . zipcode AS zipcode_19 , t0 . phone AS phone_20 , t0 . officephone AS officephone_21 , t0 . homephone AS homephone_22 , t0 . membercode AS membercode_23 , t0 . locale AS locale_24 , t0 . dpo AS dpo_25 , t0 . agree_sens_data AS agree_sens_data_26 , t0 . member AS member_27 , t0 . membername AS membername_28 , t0 . confirmation_token AS confirmation_token_29 , t0 . membership_reason AS membership_reason_30 , t0 . description AS description_31 , t0 . contact_email AS contact_email_32 FROM fos_user t0 WHERE t0 . username = 'spk@curia.europa.eu' LIMIT 1 ;
Copy