GET https://assosport.fr/86GBS0023_club/?p=equipe

Query Metrics

6 Database Queries
5 Different statements
9.76 ms Query time
1 Invalid entities
9 Managed entities

Queries

Group similar statements

# Time Info
1 1.74 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.adresse AS adresse_3, t0.cp AS cp_4, t0.mail AS mail_5, t0.tel AS tel_6, t0.ville AS ville_7, t0.code AS code_8, t0.etat AS etat_9, t0.presentationhtml AS presentationhtml_10, t0.lienweb AS lienweb_11, t0.couleur AS couleur_12, t0.guid AS guid_13, t0.textfacturepied AS textfacturepied_14, t0.messbienvenu AS messbienvenu_15 FROM clubs t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "86GBS0023"
]
2 1.48 ms
SELECT t0.id AS id_1, t0.horaires AS horaires_2, t0.nbplace AS nbplace_3, t0.etat AS etat_4, t0.club_id AS club_id_5, t0.site_id AS site_id_6, t0.sport_id AS sport_id_7, t0.entraineur_id AS entraineur_id_8, t0.niveau_id AS niveau_id_9 FROM cours t0 WHERE t0.club_id = ?
Parameters:
[
  2
]
3 1.31 ms
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM sports t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 1.32 ms
SELECT t0.id AS id_1, t0.fonction AS fonction_2, t0.etat AS etat_3, t0.club_id AS club_id_4, t0.contact_id AS contact_id_5 FROM equipes t0 WHERE t0.club_id = ?
Parameters:
[
  2
]
5 3.18 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.mail AS mail_4, t0.tel AS tel_5 FROM contacts t0 WHERE t0.id = ?
Parameters:
[
  5
]
6 0.73 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.mail AS mail_4, t0.tel AS tel_5 FROM contacts t0 WHERE t0.id = ?
Parameters:
[
  6
]

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\Contacts 2
App\Entity\Equipes 2
App\Entity\Clubs 1
App\Entity\Cours 1
App\Entity\Sites 1
App\Entity\Sports 1
App\Entity\Niveaux 1

Entities Mapping

Class Mapping errors
App\Entity\Clubs No errors.
App\Entity\Cours No errors.
App\Entity\Equipes No errors.
App\Entity\Blogs No errors.
App\Entity\Users No errors.
App\Entity\Sites No errors.
App\Entity\Forfaits No errors.
App\Entity\Factures No errors.
App\Entity\Reductions No errors.
App\Entity\Indicationspaiements No errors.
App\Entity\Messages No errors.
App\Entity\Sports No errors.
App\Entity\Contacts
  • The mappings App\Entity\Contacts#club and App\Entity\Equipes#contact are inconsistent with each other.
App\Entity\Niveaux No errors.
App\Entity\Inscriptions No errors.