https://www.mlcapp.org/membre/inscription/23

Query Metrics

3 Database Queries
3 Different statements
6.28 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 4.42 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.president AS president_3, t0.user_id AS user_id_4 FROM province t0 WHERE t0.id = ?
Parameters:
[
  "23"
]
2 0.78 ms
SELECT f0_.id AS id_0, f0_.nom AS nom_1, f0_.adresse AS adresse_2, f0_.telephone AS telephone_3, f0_.president AS president_4, f0_.province_id AS province_id_5, f0_.user_id AS user_id_6 FROM federation f0_ WHERE f0_.province_id = ? ORDER BY f0_.nom ASC
Parameters:
[
  23
]
3 1.08 ms
SELECT c0_.id AS id_0, c0_.nom AS nom_1, c0_.province_id AS province_id_2, c0_.district_id AS district_id_3 FROM commune c0_ WHERE c0_.province_id = ? ORDER BY c0_.nom ASC
Parameters:
[
  23
]

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\Province No 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\Federation No errors.
App\Entity\Commune No errors.
App\Entity\District No errors.
App\Entity\Membre No errors.
App\Entity\Demande No errors.