Query Metrics
2
Database Queries
2
Different statements
3.19 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.00 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.slug AS slug_3 FROM categorie_atelier t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"brunchs"
]
|
||||||||||||||||||||||||||||
| 2 | 1.18 ms |
SELECT a0_.id AS id_0, a0_.nom AS nom_1, a0_.created_at AS created_at_2, a0_.slug AS slug_3, a0_.date_atelier AS date_atelier_4, a0_.heure_debut AS heure_debut_5, a0_.heure_fin AS heure_fin_6, a0_.prix AS prix_7, a0_.description AS description_8, a0_.lieu_atelier AS lieu_atelier_9, a0_.img_une AS img_une_10, a0_.publie AS publie_11, a0_.active AS active_12, a0_.lien_paiement AS lien_paiement_13, a0_.date_fin AS date_fin_14, a0_.prix_non_membre AS prix_non_membre_15, c1_.id AS id_16, c1_.libelle AS libelle_17, c1_.slug AS slug_18, a0_.categorie_id AS categorie_id_19 FROM ateliers a0_ LEFT JOIN categorie_atelier c1_ ON a0_.categorie_id = c1_.id WHERE a0_.categorie_id = ? AND a0_.date_atelier >= ?
Parameters:
[ 2 "2026-04-17 12:19:41" ]
|
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\CategorieAtelier | No errors. |
| App\Entity\Ateliers | No errors. |