Redirect 302 redirect from POST @useradmin_restore_user (536cf9)

GET https://efi-dev.igb.illinois.edu/auth/useradmin/users

Query Metrics

3 Database Queries
3 Different statements
1.20 ms Query time
1 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 0.51 ms
SELECT t0.id AS id_1, t0.fullName AS fullName_2, t0.email AS email_3, t0.password AS password_4, t0.isDeleted AS isDeleted_5, t0.primary_organization_id AS primary_organization_id_6, t0.global_role_id AS global_role_id_7 FROM users t0 WHERE t0.id = ?
Parameters:
[
  17
]
2 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM Role t0 WHERE t0.id = ?
Parameters:
[
  6
]
3 0.30 ms
SELECT t0.id AS id_1, t0.fullName AS fullName_2, t0.email AS email_3, t0.password AS password_4, t0.isDeleted AS isDeleted_5, t0.primary_organization_id AS primary_organization_id_6, t0.global_role_id AS global_role_id_7 FROM users t0
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Auth\Entity\UserEntity 3
App\Auth\Entity\Role 1

Entities Mapping

Class Mapping errors
App\Auth\Entity\UserEntity No errors.
App\Auth\Entity\OrganizationEntity
  • The field App\Auth\Entity\OrganizationEntity#users is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Auth\Entity\UserEntity#primaryOrganization does not contain the required 'inversedBy: "users"' attribute.
App\Auth\Entity\Role No errors.
App\Entity\Job No errors.