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

Query Metrics

2 Database Queries
2 Different statements
2.41 ms Query time
2 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.79 ms
(74.28%)
1
SELECT count(c0_.id) AS sclr_0 FROM cotisation c0_
Parameters:
[]
0.62 ms
(25.72%)
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 OFFSET 10050
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

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.