https://mlcapp.org/inscriptionprovince/

Query Metrics

53 Database Queries
3 Different statements
18.97 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
8.20 ms
(43.25%)
26
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.province_id AS province_id_3, t0.district_id AS district_id_4 FROM commune t0 WHERE t0.province_id = ?
Parameters:
[
  1
]
6.85 ms
(36.10%)
26
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.adresse AS adresse_3, t0.telephone AS telephone_4, t0.president AS president_5, t0.province_id AS province_id_6, t0.user_id AS user_id_7 FROM federation t0 WHERE t0.province_id = ?
Parameters:
[
  1
]
3.92 ms
(20.65%)
1
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
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\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.