Redirect 302 redirect from GET @admin (f85d07)

GET https://bo.suivi-conso-greenalp.frenchappweb.com/login

Query Metrics

1 Database Queries
1 Different statements
0.71 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.71 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.newsletters AS newsletters_3, t0.password AS password_4, t0.status AS status_5, t0.roles AS roles_6, t0.user_type AS user_type_7, t0.is_verified AS is_verified_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t11.id AS id_12, t11.verify_request_date AS verify_request_date_13, t11.verify_request_token AS verify_request_token_14, t11.created_at AS created_at_15, t11.updated_at AS updated_at_16, t11.user_id AS user_id_17, t18.id AS id_19, t18.login_failure_attempts AS login_failure_attempts_20, t18.created_at AS created_at_21, t18.updated_at AS updated_at_22, t18.user_id AS user_id_23, t24.id AS id_25, t24.firstname AS firstname_26, t24.lastname AS lastname_27, t24.phone_number AS phone_number_28, t24.address AS address_29, t24.civility AS civility_30, t24.created_at AS created_at_31, t24.updated_at AS updated_at_32, t24.user_id AS user_id_33, t24.town_id AS town_id_34 FROM user t0 LEFT JOIN user_account_verification t11 ON t11.user_id = t0.id LEFT JOIN user_login_failure t18 ON t18.user_id = t0.id LEFT JOIN user_profile t24 ON t24.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  ""
]

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
  • The field App\Entity\User#notificationsPreferences is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\NotificationPreference#user does not contain the required 'inversedBy="notificationsPreferences"' attribute.
  • The field App\Entity\User#notifications is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Notification#user does not contain the required 'inversedBy="notifications"' attribute.
App\Entity\UserAccountVerification No errors.
App\Entity\UserLoginFailure No errors.
App\Entity\UserProfile No errors.
App\Entity\Town No errors.