GET https://lbe.webefy.fr/

Query Metrics

3 Database Queries
3 Different statements
2.13 ms Query time
2 Invalid entities
9 Managed entities

Queries

Group similar statements

# Time Info
1 1.21 ms
SELECT t0.id AS id_1, t0.permalien AS permalien_2, t0.titre AS titre_3, t0.contenu AS contenu_4, t0.date_creation AS date_creation_5, t0.date_modification AS date_modification_6, t0.visible AS visible_7, t0.pdf AS pdf_8, t0.video AS video_9, t0.audio AS audio_10, t0.fichier_pdf AS fichier_pdf_11, t0.user_id AS user_id_12 FROM article t0 ORDER BY t0.date_modification DESC LIMIT 5
Parameters:
[]
2 0.51 ms
SELECT e0_.id AS id_0, e0_.objet AS objet_1, e0_.descriptif AS descriptif_2, e0_.date_debut AS date_debut_3, e0_.date_fin AS date_fin_4, e0_.contact AS contact_5, e0_.email AS email_6, e0_.telephone AS telephone_7, e0_.lien AS lien_8, e0_.adresse AS adresse_9, e0_.insee AS insee_10, e0_.ville AS ville_11, e0_.fichier AS fichier_12, e0_.user_id AS user_id_13 FROM evenement e0_ WHERE e0_.date_debut >= ? ORDER BY e0_.date_debut ASC
Parameters:
[
  "2026-08-31 00:00:00"
]
3 0.40 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.url AS url_4, t0.image_file_name AS image_file_name_5, t0.email AS email_6, t0.ville AS ville_7, t0.actif AS actif_8, t0.date AS date_9 FROM sponsors t0 WHERE t0.actif = ? ORDER BY t0.date DESC, t0.nom ASC
Parameters:
[
  1
]

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\Article 5
App\Entity\User 2
App\Entity\Sponsors 2

Entities Mapping

Class Mapping errors
App\Entity\Article
  • The association App\Entity\Article#user refers to the inverse side field App\Entity\User#permalien which does not exist.
App\Entity\User
  • The mappings App\Entity\User#articles and App\Entity\Article#user are inconsistent with each other.
App\Entity\Tags No errors.
App\Entity\Evenement No errors.
App\Entity\Sponsors No errors.