GET https://assalam-orleans.fr/api/mobile/member/contributions

Query Metrics

5 Database Queries
5 Different statements
1.08 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.25 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.mobile AS mobile_7, t0.piece_identite AS piece_identite_8, t0.is_adherent AS is_adherent_9, t0.identifiant AS identifiant_10, t0.is_prof AS is_prof_11, t0.is_active AS is_active_12, t0.email_auth_code AS email_auth_code_13, t0.email_auth_enabled AS email_auth_enabled_14, t0.reset_token AS reset_token_15, t0.reset_token_expires_at AS reset_token_expires_at_16, t0.address_id AS address_id_17 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "abdelhak.hamdouni@cat-secteurprive.fr"
]
2 0.18 ms
"START TRANSACTION"
Parameters:
[]
3 0.34 ms
INSERT INTO audit_log (user_email, action, entity_type, entity_id, description, data_before, data_after, ip_address, user_agent, created_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "abdelhak.hamdouni@cat-secteurprive.fr"
  "LOGIN_SUCCESS"
  null
  null
  "Connexion réussie"
  null
  null
  "93.2.212.82"
  "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1"
  "2026-06-15 13:26:14"
]
4 0.14 ms
"COMMIT"
Parameters:
[]
5 0.18 ms
SELECT t0.id AS id_1, t0.periodicite AS periodicite_2, t0.montant AS montant_3, t0.mode AS mode_4, t0.statut AS statut_5, t0.date_paiement AS date_paiement_6, t0.date_debut AS date_debut_7, t0.date_fin AS date_fin_8, t0.annee_reference AS annee_reference_9, t0.mois_payes AS mois_payes_10, t0.reference AS reference_11, t0.note AS note_12, t0.created_at AS created_at_13, t0.membre_id AS membre_id_14, t0.created_by_id AS created_by_id_15 FROM cotisation t0 WHERE t0.membre_id = ? ORDER BY t0.date_paiement DESC
Parameters:
[
  1
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\AuditLog 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Address No errors.
App\Entity\Eleve
  • The mappings App\Entity\Eleve#mere and App\Entity\User#eleves are inconsistent with each other.
  • The mappings App\Entity\Eleve#tuteur and App\Entity\User#eleves are inconsistent with each other.
App\Entity\Inscription No errors.
App\Entity\Absence No errors.
App\Entity\FileManager No errors.
App\Entity\Cotisation No errors.
App\Entity\StripeTransaction No errors.
App\Entity\AuditLog No errors.