Redirect 302 redirect from GET @app_agenda (85b490)

GET https://lbe.webefy.fr/agenda/mois/2026/8

Query Metrics

2 Database Queries
2 Different statements
1.37 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 1.11 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 >= ? AND e0_.date_fin < ? ORDER BY e0_.date_debut ASC
Parameters:
[
  "2026-08-01 00:00:00"
  "2026-09-01 00:00:00"
]
2 0.26 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\Sponsors 2

Entities Mapping

Class Mapping errors
App\Entity\Evenement No errors.
App\Entity\User
  • The mappings App\Entity\User#articles and App\Entity\Article#user are inconsistent with each other.
App\Entity\Sponsors No errors.