POST https://betatest.sentinelle-securite.com/login

Query Metrics

1 Database Queries
1 Different statements
1.21 ms Query time
4 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 1.21 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.first_name AS first_name_6, t0.departement AS departement_7, t0.created_at AS created_at_8, t0.job_fonction AS job_fonction_9, t0.telephone AS telephone_10, t0.actif AS actif_11, t0.organisation_id AS organisation_id_12 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "cnzecke@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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\Organisation 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Organisation
  • The mappings App\Entity\Organisation#campagnes and App\Entity\Campagne#entreprise are inconsistent with each other.
App\Entity\Resultats No errors.
App\Entity\Attestation
  • The association App\Entity\Attestation#formation refers to the inverse side field App\Entity\Formation#dateGeneration which does not exist.
App\Entity\Campagne
  • The association App\Entity\Campagne#entreprise refers to the inverse side field App\Entity\Organisation#nom which does not exist.
App\Entity\UserBadge
  • The association App\Entity\UserBadge#badge refers to the inverse side field App\Entity\Badge#userBadges which does not exist.
App\Entity\Enrollment No errors.
App\Entity\Progression No errors.