https://astp.tn/adherent/

Query Metrics

7 Database Queries
7 Different statements
26.66 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
17.85 ms
(66.97%)
1
"COMMIT"
Parameters:
[]
2.94 ms
(11.01%)
1
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:
[
  "imendai123@yahoo.com"
]
2.88 ms
(10.81%)
1
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.email = ? AND t0.url = ?
Parameters:
[
  "imendai123@yahoo.com"
  "123456789"
]
0.97 ms
(3.64%)
1
SELECT MAX(p0_.order_number) AS sclr_0 FROM payement_method p0_
Parameters:
[]
0.93 ms
(3.50%)
1
"START TRANSACTION"
Parameters:
[]
0.80 ms
(3.01%)
1
INSERT INTO payement_method (url, phone, nom, prenom, email, file, montant, order_number, date_ad, supp, pai, total, accomp, pourcentage, surplace, virement, ordernumberid, adhesion, id_user_id, evenement_id_id, evenementautre_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1 => null
  2 => null
  3 => null
  4 => null
  5 => null
  6 => null
  7 => "0"
  8 => 2255
  9 => "2025-12-30 02:01:49"
  10 => null
  11 => 0
  12 => "0"
  13 => null
  14 => null
  15 => null
  16 => null
  17 => null
  18 => null
  19 => 652
  20 => null
  21 => null
]
0.28 ms
(1.06%)
1
SELECT MAX(p0_.id) AS sclr_0 FROM payement_method p0_
Parameters:
[]

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.
App\Entity\Event
  • The association App\Entity\Event#newevenet refers to the inverse side field App\Entity\Document#newdocument which does not exist.
App\Entity\Document No errors.