GET http://thaon.neotech.fr/cotisation/new

Query Metrics

2 Database Queries
2 Different statements
2.23 ms Query time
3 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 1.57 ms
SELECT s0_.jardin_id AS jardin_id_0, s0_.saison AS saison_1, s0_.date_debut AS date_debut_2, s0_.date_fin AS date_fin_3, s0_.lundi AS lundi_4, s0_.mardi AS mardi_5, s0_.mercredi AS mercredi_6, s0_.jeudi AS jeudi_7, s0_.vendredi AS vendredi_8, s0_.samedi AS samedi_9, s0_.dimanche AS dimanche_10, s0_.id AS id_11 FROM saison s0_
Parameters:
[]
2 0.66 ms
SELECT p0_.profil AS profil_0, p0_.id AS id_1 FROM profil p0_
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\Saison 7
App\Entity\Profil 4

Entities Mapping

Class Mapping errors
App\Entity\Saison No errors.
App\Entity\Profil
  • The field App\Entity\Profil#adherents is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Adherent#profil does not contain the required 'inversedBy: "adherents"' attribute.
App\Entity\Adherent
  • The field App\Entity\Adherent#abonnements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Abonnement#adherent does not contain the required 'inversedBy: "abonnements"' attribute.
App\Entity\Cotisation
  • The association App\Entity\Cotisation#saison refers to the inverse side field App\Entity\Saison#cotisations which does not exist.