GET http://thaon.neotech.fr/cotisation/3/edit

Query Metrics

5 Database Queries
5 Different statements
4.59 ms Query time
3 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 1.74 ms
SELECT t0.montant AS montant_1, t0.code AS code_2, t0.id AS id_3, t0.saison_id AS saison_id_4, t0.profil_id AS profil_id_5 FROM cotisation t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
2 1.14 ms
SELECT t0.jardin_id AS jardin_id_1, t0.saison AS saison_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.lundi AS lundi_5, t0.mardi AS mardi_6, t0.mercredi AS mercredi_7, t0.jeudi AS jeudi_8, t0.vendredi AS vendredi_9, t0.samedi AS samedi_10, t0.dimanche AS dimanche_11, t0.id AS id_12 FROM saison t0 WHERE t0.id = ?
Parameters:
[
  2020
]
3 0.79 ms
SELECT t0.profil AS profil_1, t0.id AS id_2 FROM profil t0 WHERE t0.id = ?
Parameters:
[
  3
]
4 0.52 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:
[]
5 0.40 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
App\Entity\Cotisation 1

Entities Mapping

Class Mapping errors
App\Entity\Cotisation
  • The association App\Entity\Cotisation#saison refers to the inverse side field App\Entity\Saison#cotisations which does not exist.
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.