POST https://cgenial.quentinribac.fr/api/graphql

Query Metrics

2 Database Queries
2 Different statements
0.65 ms Query time
3 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.33 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.password_expired AS password_expired_19, t0.anonymized AS anonymized_20, t0.optin AS optin_21, t0.recycle_status AS recycle_status_22, t0.recycle_start_at AS recycle_start_at_23, t0.created_at AS created_at_24, t0.updated_at AS updated_at_25, t0.idv1 AS idv1_26, t0.admin_role_id AS admin_role_id_27 FROM user t0 WHERE t0.id = ?
Parameters:
[
  22608
]
2 0.32 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.password_expired AS password_expired_19, t0.anonymized AS anonymized_20, t0.optin AS optin_21, t0.recycle_status AS recycle_status_22, t0.recycle_start_at AS recycle_start_at_23, t0.created_at AS created_at_24, t0.updated_at AS updated_at_25, t0.idv1 AS idv1_26, t0.admin_role_id AS admin_role_id_27 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "contact@cgenial-connect.fr"
]

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 2

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\AdminRole No errors.
App\Entity\ManagerOrganisation No errors.
App\Entity\UserPreference No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\Feedback No errors.
App\Entity\UserLog No errors.
App\Entity\Company No errors.
App\Entity\CompanyLocation No errors.
App\Entity\EducationItem
  • The association App\Entity\EducationItem#speaker refers to the inverse side field App\Entity\Speaker#educationItems which does not exist.
App\Entity\Speaker No errors.
App\Entity\Itdlc No errors.
App\Entity\JobHistoryItem
  • The association App\Entity\JobHistoryItem#speaker refers to the inverse side field App\Entity\Speaker#jobHistoryItems which does not exist.
App\Entity\Manager No errors.
App\Entity\School No errors.
App\Entity\Tag
  • The association App\Entity\Tag#speakers refers to the inverse side field App\Entity\Speaker#tags which does not exist.
  • The association App\Entity\Tag#teachers refers to the inverse side field App\Entity\Teacher#tags which does not exist.
App\Entity\TagList No errors.