Query Metrics
2
Database Queries
2
Different statements
0.85 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.64 ms |
SELECT e0_.id AS id_0, e0_.titre AS titre_1, e0_.description AS description_2, e0_.date AS date_3, e0_.lieu AS lieu_4, e0_.affiche AS affiche_5, e0_.lien AS lien_6, e0_.status AS status_7, e0_.slug AS slug_8, e0_.short_description AS short_description_9, e0_.type_evenement_id AS type_evenement_id_10, e0_.created_by_id AS created_by_id_11 FROM evenements e0_ INNER JOIN type_evenement t1_ ON e0_.type_evenement_id = t1_.id WHERE t1_.name = ? AND e0_.status <> 9 ORDER BY e0_.id DESC
Parameters:
[
"ateliers"
]
|
| 2 | 0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM type_evenement t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"ateliers"
]
|
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\Evenements | No errors. |
| App\Entity\TypeEvenement | No errors. |
| App\Entity\User | No errors. |
| App\Entity\InscriptionEvenement | No errors. |