GET https://assosport.fr/clubs?sport=5

Query Metrics

3 Database Queries
3 Different statements
3.25 ms Query time
1 Invalid entities
7 Managed entities

Queries

Group similar statements

# Time Info
1 1.76 ms
SELECT count(DISTINCT c0_.id) AS sclr_0 FROM clubs c0_ INNER JOIN cours c1_ ON c0_.id = c1_.club_id WHERE c0_.etat IN (?, ?) AND c1_.sport_id = ? GROUP BY c0_.id
Parameters:
[
  "OK"
  "PUB"
  5
]
2 0.75 ms
SELECT DISTINCT c0_.id AS id_0, c0_.nom AS nom_1 FROM clubs c0_ INNER JOIN cours c1_ ON c0_.id = c1_.club_id WHERE c0_.etat IN (?, ?) AND c1_.sport_id = ? GROUP BY c0_.id ORDER BY c0_.nom ASC LIMIT 10
Parameters:
[
  "OK"
  "PUB"
  5
]
3 0.75 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.logo AS logo_4, t0.fiche_pratique AS fiche_pratique_5 FROM sports t0 ORDER BY t0.nom ASC
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\Sports 7

Entities Mapping

Class Mapping errors
App\Entity\Clubs
  • The field App\Entity\Clubs#annonces is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Annonces#club does not contain the required 'inversedBy: "annonces"' attribute.
App\Entity\Cours No errors.
App\Entity\Sports No errors.
App\Entity\Blogs No errors.