https://www.lions-laclaireau.be/evenements/37/edit?p=evenements%2F37%2Fedit Return to referer URL

Query Metrics

9 Database Queries
8 Different statements
3.74 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.64 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.ignore_paiement AS ignore_paiement_8, t0.archive AS archive_9, t0.token AS token_10 FROM user t0 WHERE t0.id = ?
Parameters:
[
  9
]
2 0.39 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image AS image_4, t0.date AS date_5, t0.billeterie AS billeterie_6, t0.lieu AS lieu_7, t0.nb_places AS nb_places_8, t0.prix AS prix_9, t0.archive AS archive_10, t0.resume AS resume_11, t0.heure AS heure_12, t0.categories_evenements_id AS categories_evenements_id_13, t0.evenements_id AS evenements_id_14 FROM evenements t0 WHERE t0.id = ?
Parameters:
[
  "37"
]
3 0.65 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.prix_abo AS prix_abo_3, t0.ordre AS ordre_4 FROM categories_evenements t0 WHERE t0.id = ?
Parameters:
[
  8
]
4 0.45 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image AS image_4, t0.date AS date_5, t0.billeterie AS billeterie_6, t0.lieu AS lieu_7, t0.nb_places AS nb_places_8, t0.prix AS prix_9, t0.archive AS archive_10, t0.resume AS resume_11, t0.heure AS heure_12, t0.categories_evenements_id AS categories_evenements_id_13, t0.evenements_id AS evenements_id_14 FROM evenements t0 WHERE t0.id = ?
Parameters:
[
  31
]
5 0.31 ms
SELECT c0_.id AS id_0, c0_.libelle AS libelle_1, c0_.prix_abo AS prix_abo_2, c0_.ordre AS ordre_3 FROM categories_evenements c0_ WHERE c0_.id IN (?)
Parameters:
[
  "8"
]
6 0.50 ms
SELECT e0_.id AS id_0, e0_.titre AS titre_1, e0_.description AS description_2, e0_.image AS image_3, e0_.date AS date_4, e0_.billeterie AS billeterie_5, e0_.lieu AS lieu_6, e0_.nb_places AS nb_places_7, e0_.prix AS prix_8, e0_.archive AS archive_9, e0_.resume AS resume_10, e0_.heure AS heure_11, e0_.categories_evenements_id AS categories_evenements_id_12, e0_.evenements_id AS evenements_id_13 FROM evenements e0_ WHERE e0_.id IN (?)
Parameters:
[
  "31"
]
7 0.26 ms
"START TRANSACTION"
Parameters:
[]
8 0.30 ms
UPDATE evenements SET billeterie = ?, nb_places = ? WHERE id = ?
Parameters:
[
  "1"
  123
  37
]
9 0.24 ms
"COMMIT"
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.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Reservations No errors.
App\Entity\Evenements No errors.
App\Entity\CategoriesEvenements No errors.