Query Metrics

1 Database Queries
1 Different statements
25.21 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 25.21 ms
SELECT e0_.id AS id_0, e0_.description AS description_1, e0_.titre AS titre_2, e0_.create_at AS create_at_3, e0_.update_at AS update_at_4, e0_.adresse AS adresse_5, e0_.cp AS cp_6, e0_.ville AS ville_7, e0_.tel AS tel_8, e0_.tel2 AS tel2_9, e0_.email AS email_10, e0_.latitude AS latitude_11, e0_.longitude AS longitude_12, e0_.date_debut AS date_debut_13, e0_.heure_debut AS heure_debut_14, e0_.date_fin AS date_fin_15, e0_.heure_fin AS heure_fin_16, e0_.tourin_soft_id AS tourin_soft_id_17, e0_.est_synchronise AS est_synchronise_18, e0_.est_epingle AS est_epingle_19, e0_.client_id AS client_id_20 FROM evenement e0_ INNER JOIN evenement_capitainerie e2_ ON e0_.id = e2_.evenement_id INNER JOIN capitainerie c1_ ON c1_.id = e2_.capitainerie_id WHERE c1_.id IN (?) AND e0_.date_fin >= ? GROUP BY e0_.id ORDER BY e0_.est_epingle DESC, e0_.date_debut ASC LIMIT 500
Parameters:
[
  43
  "2026-01-30 13:05:08"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Evenement No errors.
App\Entity\Capitainerie
  • The association App\Entity\Capitainerie#image refers to the owning side field App\Entity\Image#capitainerie which does not exist.
  • The mappings App\Entity\Capitainerie#piece_joint and App\Entity\PieceJointe#capitainerie are inconsistent with each other.
App\Entity\Client
  • The association App\Entity\Client#partenaire refers to the inverse side field App\Entity\Partenaire#clients which does not exist.