https://astp.tn/espace-client/

Query Metrics

4 Database Queries
3 Different statements
4.90 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 3.33 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.type AS type_5, t0.password AS password_6, t0.phone AS phone_7 FROM connexion_user t0 WHERE t0.email = ?
Parameters:
[
  "nouhabraik@gmail.com"
]
2 0.68 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.phone AS phone_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.email AS email_6, t0.file AS file_7, t0.montant AS montant_8, t0.order_number AS order_number_9, t0.date_ad AS date_ad_10, t0.supp AS supp_11, t0.pai AS pai_12, t0.total AS total_13, t0.accomp AS accomp_14, t0.pourcentage AS pourcentage_15, t0.surplace AS surplace_16, t0.virement AS virement_17, t0.ordernumberid AS ordernumberid_18, t0.adhesion AS adhesion_19, t0.id_user_id AS id_user_id_20, t0.evenement_id_id AS evenement_id_id_21, t0.evenementautre_id AS evenementautre_id_22 FROM payement_method t0 WHERE t0.id_user_id = ? ORDER BY t0.id DESC
Parameters:
[
  663
]
3 0.64 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.type AS type_5, t0.password AS password_6, t0.phone AS phone_7 FROM connexion_user t0 WHERE t0.email = ?
Parameters:
[
  "nouhabraik@gmail.com"
]
4 0.26 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.phone AS phone_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.email AS email_6, t0.file AS file_7, t0.montant AS montant_8, t0.order_number AS order_number_9, t0.date_ad AS date_ad_10, t0.supp AS supp_11, t0.pai AS pai_12, t0.total AS total_13, t0.accomp AS accomp_14, t0.pourcentage AS pourcentage_15, t0.surplace AS surplace_16, t0.virement AS virement_17, t0.ordernumberid AS ordernumberid_18, t0.adhesion AS adhesion_19, t0.id_user_id AS id_user_id_20, t0.evenement_id_id AS evenement_id_id_21, t0.evenementautre_id AS evenementautre_id_22 FROM payement_method t0 WHERE t0.id_user_id = ?
Parameters:
[
  663
]

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\ConnexionUser No errors.
App\Entity\PayementMethod
  • The association App\Entity\PayementMethod#evenementId refers to the inverse side field App\Entity\Congre#evenementIdCongre which does not exist.
App\Entity\Congre
  • The mappings App\Entity\Congre#venementIdCongre and App\Entity\AttachmentCongre#evenementCongre are inconsistent with each other.
  • The mappings App\Entity\Congre#carouselCongreAffiche and App\Entity\PayementMethod#evenementId are inconsistent with each other.
App\Entity\EvenementAVenir No errors.