GET https://assosport.fr/sponsoring

Query Metrics

1 Database Queries
1 Different statements
2.27 ms Query time
1 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 2.27 ms
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.description AS description_2, a0_.type AS type_3, a0_.montant_cible AS montant_cible_4, a0_.contrepartie AS contrepartie_5, a0_.etat AS etat_6, a0_.date_debut AS date_debut_7, a0_.date_fin AS date_fin_8, a0_.created_at AS created_at_9, a0_.club_id AS club_id_10 FROM actions_sponsoring a0_ WHERE a0_.etat = ? ORDER BY a0_.created_at DESC
Parameters:
[
  "PUBLIEE"
]

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\ActionsSponsoring No 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.