GET http://boutique.alphasteam.be/Contacts/304f2bc8-8d3d-4a0b-80e5-a8930350d111

Query Metrics

2 Database Queries
2 Different statements
9.96 ms Query time
5 Invalid entities

Queries

Group similar statements

# Time Info
1 6.00 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"0O+╚ì=J\vÇÕ¿ô\x03\x11"
]
2 3.96 ms
SELECT t0.vente_at AS vente_at_1, t0.reference AS reference_2, t0.pv AS pv_3, t0.montant_tva AS montant_tva_4, t0.ventilation_tva AS ventilation_tva_5, t0.montant_ttc AS montant_ttc_6, t0.solde AS solde_7, t0.commentaire AS commentaire_8, t0.id AS id_9, t0.created_at AS created_at_10, t0.update_at AS update_at_11, t0.contact_id AS contact_id_12, t0.created_by_id AS created_by_id_13 FROM crm_factures_ventes t0 WHERE t0.contact_id = ?
Parameters:
[
  b"0O+╚ì=J\vÇÕ¿ô\x03\x11"
]

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.
App\Entity\CrmFacturesVentesLignes
  • The association App\Entity\CrmFacturesVentesLignes#Produit refers to the inverse side field App\Entity\CrmProduits#Ventes which does not exist.
App\Entity\CrmFacturesVentesTransactions No errors.