Query Metrics

2 Database Queries
2 Different statements
13.65 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 7.40 ms
SELECT t0.id AS id_1, t0.meet_at AS meet_at_2, t0.updated_at AS updated_at_3, t0.etat AS etat_4, t0.statut AS statut_5, t0.nom AS nom_6, t0.prenom AS prenom_7, t0.acces_key AS acces_key_8, t0.email AS email_9, t0.telephone AS telephone_10, t0.source AS source_11, t0.date_de_naissance AS date_de_naissance_12, t0.genre AS genre_13, t0.taille AS taille_14, t0.start_nutrition_at AS start_nutrition_at_15, t0.adresse_rue AS adresse_rue_16, t0.adresse_cp AS adresse_cp_17, t0.adresse_ville AS adresse_ville_18, t0.created_at AS created_at_19, t0.Parrain AS Parrain_20, t0.created_by_id AS created_by_id_21 FROM crm_contacts t0 WHERE t0.id = ?
Parameters:
[
  b"cH\x08Åe`A¯æ\x0F\x11¢├5PV"
]
2 6.25 ms
SELECT t0.id AS id_1, t0.poids AS poids_2, t0.mg AS mg_3, t0.mm AS mm_4, t0.mo AS mo_5, t0.mh AS mh_6, t0.gv AS gv_7, t0.mr AS mr_8, t0.imc AS imc_9, t0.cb AS cb_10, t0.ct AS ct_11, t0.ch AS ch_12, t0.cc AS cc_13, t0.am AS am_14, t0.suivi_at AS suivi_at_15, t0.created_by_id AS created_by_id_16, t0.membre_id AS membre_id_17, t0.contact_id AS contact_id_18 FROM atg_suivis_balance t0 WHERE t0.contact_id = ? ORDER BY t0.suivi_at ASC
Parameters:
[
  b"cH\x08Åe`A¯æ\x0F\x11¢├5PV"
]

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\CrmContacts
  • The mappings App\Entity\CrmContacts#SuivisBalance and App\Entity\AtgSuivisBalance#Contact are inconsistent with each other.
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\CrmFacturesVentes 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\CrmActivities
  • The association App\Entity\CrmActivities#CreatedBy refers to the inverse side field App\Entity\AtgMembres#Activities which does not exist.