https://larbreapalabre.com/adhesion/form/5

Query Metrics

2 Database Queries
2 Different statements
5.07 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 2.48 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.president AS president_3, t0.map AS map_4, t0.user_id AS user_id_5 FROM province t0 WHERE t0.id = ?
Parameters:
[
  "5"
]
2 2.60 ms
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, t0.ville_id AS ville_id_8 FROM federation t0 WHERE t0.province_id = ?
Parameters:
[
  5
]

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\Ville No errors.
App\Entity\ForumSujet No errors.
App\Entity\Communique No errors.
App\Entity\Membre No errors.
App\Entity\Demande No errors.