https://www.mlcapp.org/user/usermembre/mobilemoney/?devise=USD&montant=6&telephone=%2B243816878802

Query Metrics

4 Database Queries
4 Different statements
12.58 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 4.05 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.personne_id AS personne_id_5, t6.id AS id_7, t6.adhesion AS adhesion_8, t6.photo AS photo_9, t6.cadre AS cadre_10, t6.carte AS carte_11, t6.federation_id AS federation_id_12, t6.user_id AS user_id_13, t14.id AS id_15, t14.nom AS nom_16, t14.president AS president_17, t14.user_id AS user_id_18, t19.id AS id_20, t19.nom AS nom_21, t19.adresse AS adresse_22, t19.telephone AS telephone_23, t19.president AS president_24, t19.province_id AS province_id_25, t19.user_id AS user_id_26, t27.id AS id_28, t27.adhesion AS adhesion_29, t27.cadre AS cadre_30, t27.etat AS etat_31, t27.federation_id AS federation_id_32, t27.user_id AS user_id_33 FROM user t0 LEFT JOIN membre t6 ON t6.user_id = t0.id LEFT JOIN province t14 ON t14.user_id = t0.id LEFT JOIN federation t19 ON t19.user_id = t0.id LEFT JOIN demande t27 ON t27.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  49406
]
2 0.22 ms
"START TRANSACTION"
Parameters:
[]
3 1.91 ms
INSERT INTO transaction (montant, reference, order_number, etat, devise, telephone, envois, date, membre_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1 => 6
  2 => "MLC20240928061256pm758M49092"
  3 => null
  4 => null
  5 => "USD"
  6 => "+243816878802"
  7 => 1
  8 => "2024-09-28 18:12:58"
  9 => 49092
]
4 6.39 ms
"COMMIT"
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\User
  • The field App\Entity\User#province is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Province#user does not contain the required 'inversedBy="province"' attribute.
App\Entity\Personne No errors.
App\Entity\Membre No errors.
App\Entity\Federation No errors.
App\Entity\Province No errors.
App\Entity\Demande No errors.
App\Entity\Cotisation No errors.
App\Entity\Transaction No errors.