GET https://assalam-orleans.fr/api/mobile/parent/children/4

Query Metrics

9 Database Queries
9 Different statements
8.51 ms Query time
1 Invalid entities
6 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.65 ms
(78.13%)
1
"COMMIT"
Parameters:
[]
0.39 ms
(4.53%)
1
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"
  "okhttp/4.12.0"
  "2026-06-15 13:34:24"
]
0.28 ms
(3.34%)
1
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"
]
0.24 ms
(2.86%)
1
SELECT t0.id AS id_1, t0.annee AS annee_2, t0.type AS type_3, t0.identifiant AS identifiant_4, t0.cursus AS cursus_5, t0.avec_science AS avec_science_6, t0.fiche_sanitaire AS fiche_sanitaire_7, t0.fiche_sanitaire_at AS fiche_sanitaire_at_8, t0.montant_total AS montant_total_9, t0.montant_inscription AS montant_inscription_10, t0.paiement_exempte AS paiement_exempte_11, t0.motif_exemption_paiement AS motif_exemption_paiement_12, t0.eleve_id AS eleve_id_13, t0.author_id AS author_id_14, t0.tarif_id AS tarif_id_15 FROM inscription t0 WHERE t0.eleve_id = ?
Parameters:
[
  4
]
0.23 ms
(2.70%)
1
SELECT e0_.id AS id_0, e0_.first_name AS first_name_1, e0_.last_name AS last_name_2, e0_.birthday AS birthday_3, e0_.birth_city AS birth_city_4, e0_.is_arabo_phone AS is_arabo_phone_5, e0_.is_dificult AS is_dificult_6, e0_.observation AS observation_7, e0_.created_at AS created_at_8, e0_.pere_id AS pere_id_9, e0_.mere_id AS mere_id_10, e0_.tuteur_id AS tuteur_id_11, e0_.created_by_id AS created_by_id_12 FROM eleve e0_ WHERE e0_.pere_id = ? OR e0_.mere_id = ? OR e0_.tuteur_id = ? ORDER BY e0_.last_name ASC
Parameters:
[
  1
  1
  1
]
0.21 ms
(2.47%)
1
SELECT t0.id AS id_1, t0.absence_at AS absence_at_2, t0.is_resolved AS is_resolved_3, t0.eleve_id AS eleve_id_4, t0.resolved_by_id AS resolved_by_id_5, t0.prof_id AS prof_id_6 FROM absence t0 WHERE t0.eleve_id = ?
Parameters:
[
  4
]
0.21 ms
(2.43%)
1
SELECT t0.id AS id_1, t0.montant AS montant_2, t0.mode AS mode_3, t0.statut AS statut_4, t0.date_paiement AS date_paiement_5, t0.reference AS reference_6, t0.note AS note_7, t0.created_at AS created_at_8, t0.inscription_id AS inscription_id_9, t0.created_by_id AS created_by_id_10 FROM paiement t0 WHERE t0.inscription_id = ?
Parameters:
[
  4
]
0.16 ms
(1.89%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.jour AS jour_3, t0.horaire AS horaire_4, t0.description AS description_5 FROM classe t0 INNER JOIN classe_eleve ON t0.id = classe_eleve.classe_id WHERE classe_eleve.eleve_id = ?
Parameters:
[
  4
]
0.14 ms
(1.66%)
1
"START TRANSACTION"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Eleve 2
App\Entity\User 1
App\Entity\AuditLog 1
App\Entity\Inscription 1
App\Entity\Tarif 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.
App\Entity\Classe No errors.
App\Entity\NiveauScolaire No errors.
App\Entity\Tarif No errors.
App\Entity\Paiement No errors.
App\Entity\Prof No errors.