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

Query Metrics

3 Database Queries
3 Different statements
3.43 ms Query time
3 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 1.72 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:
[
  "27"
]
2 1.05 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
]
3 0.66 ms
SELECT t0.profil AS profil_1, t0.id AS id_2 FROM profil t0 WHERE t0.id = ?
Parameters:
[
  3
]

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 1
App\Entity\Saison 1
App\Entity\Profil 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.