GET http://thaon.neotech.fr/cotisation?page=0

Query Metrics

9 Database Queries
4 Different statements
7.92 ms Query time
3 Invalid entities
17 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.83 ms
(35.75%)
3
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
]
2.26 ms
(28.54%)
1
SELECT count(c0_.id) AS sclr_0 FROM cotisation c0_
Parameters:
[]
2.15 ms
(27.12%)
4
SELECT t0.profil AS profil_1, t0.id AS id_2 FROM profil t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.68 ms
(8.59%)
1
SELECT c0_.montant AS montant_0, c0_.code AS code_1, c0_.id AS id_2, c0_.saison_id AS saison_id_3, c0_.profil_id AS profil_id_4 FROM cotisation c0_ LIMIT 10
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\Cotisation 10
App\Entity\Profil 4
App\Entity\Saison 3

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.