GET http://boutique.alphasteam.be/Contacts/Add

Query Metrics

1 Database Queries
1 Different statements
4.43 ms Query time
7 Invalid entities

Queries

Group similar statements

# Time Info
1 4.43 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.mot_de_passe AS mot_de_passe_5, t0.date_de_naissance AS date_de_naissance_6, t0.photo_profil AS photo_profil_7, t0.genre AS genre_8, t0.telephone AS telephone_9, t0.is_verified AS is_verified_10, t0.created_at AS created_at_11, t0.update_at AS update_at_12, t0.Parrain AS Parrain_13 FROM atg_membres t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "paraskeva_chris@hotmail.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.

Entities Mapping

Class Mapping errors
App\Entity\AtgMembres
  • The mappings App\Entity\AtgMembres#Credits and App\Entity\AtgMembresCredits#Membre are inconsistent with each other.
  • The field App\Entity\AtgMembres#SuivisBalance is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AtgSuivisBalance#Membre does not contain the required 'inversedBy="SuivisBalance"' attribute.
  • The mappings App\Entity\AtgMembres#urlsShort and App\Entity\UrlsShort#Membre are inconsistent with each other.
App\Entity\AtgMembresFactures No errors.
App\Entity\AtgMembreEndroit
  • The mappings App\Entity\AtgMembreEndroit#membresEndroits and App\Entity\AtgMembreEndroit#Membre are inconsistent with each other.
App\Entity\AtgMembresCredits
  • The association App\Entity\AtgMembresCredits#Membre refers to the inverse side field App\Entity\AtgMembres#MembreCredits which does not exist.
  • The association App\Entity\AtgMembresCredits#Endroit refers to the inverse side field App\Entity\AtgEndroits#MembreCredits which does not exist.
App\Entity\AtgSeancesMouvements No errors.
App\Entity\AtgSuivisBalance
  • The mappings App\Entity\AtgSuivisBalance#CreatedBy and App\Entity\AtgMembres#SuivisBalance are inconsistent with each other.
  • The association App\Entity\AtgSuivisBalance#Contact refers to the inverse side field App\Entity\CrmContacts#SuiviBalance which does not exist.
App\Entity\AtgMembresCreditsBalance
  • The association App\Entity\AtgMembresCreditsBalance#Endroit refers to the inverse side field App\Entity\AtgEndroits#MembreCreditsBalance which does not exist.
App\Entity\UrlsShort
  • The association App\Entity\UrlsShort#Membre refers to the inverse side field App\Entity\AtgMembres#urlsShorts which does not exist.
App\Entity\CrmContacts
  • The mappings App\Entity\CrmContacts#SuivisBalance and App\Entity\AtgSuivisBalance#Contact are inconsistent with each other.