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

Query Metrics

8 Database Queries
4 Different statements
6.22 ms Query time
3 Invalid entities
14 Managed entities

Queries

Group similar statements

# Time Info
1 1.61 ms
SELECT count(c0_.id) AS sclr_0 FROM cotisation c0_
Parameters:
[]
2 0.64 ms
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 20
Parameters:
[]
3 1.25 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:
[
  2025
]
4 0.69 ms
SELECT t0.profil AS profil_1, t0.id AS id_2 FROM profil t0 WHERE t0.id = ?
Parameters:
[
  1
]
5 0.49 ms
SELECT t0.profil AS profil_1, t0.id AS id_2 FROM profil t0 WHERE t0.id = ?
Parameters:
[
  2
]
6 0.50 ms
SELECT t0.profil AS profil_1, t0.id AS id_2 FROM profil t0 WHERE t0.id = ?
Parameters:
[
  3
]
7 0.50 ms
SELECT t0.profil AS profil_1, t0.id AS id_2 FROM profil t0 WHERE t0.id = ?
Parameters:
[
  4
]
8 0.53 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:
[
  2026
]

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 8
App\Entity\Profil 4
App\Entity\Saison 2

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.