Query Metrics
4
Database Queries
4
Different statements
1.15 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.51 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.date AS date_4, t0.lieu AS lieu_5, t0.affiche AS affiche_6, t0.lien AS lien_7, t0.status AS status_8, t0.slug AS slug_9, t0.short_description AS short_description_10, t0.type_evenement_id AS type_evenement_id_11, t0.created_by_id AS created_by_id_12 FROM evenements t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"ouverture-des-inscriptions-au-cycle-doctoral-de-l-iav-hassan-ii-2023-2024"
]
|
| 2 | 0.28 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.date AS date_4, t0.lieu AS lieu_5, t0.affiche AS affiche_6, t0.lien AS lien_7, t0.status AS status_8, t0.slug AS slug_9, t0.short_description AS short_description_10, t0.type_evenement_id AS type_evenement_id_11, t0.created_by_id AS created_by_id_12 FROM evenements t0 WHERE t0.slug = ? AND t0.status = ? LIMIT 1
Parameters:
[ "ouverture-des-inscriptions-au-cycle-doctoral-de-l-iav-hassan-ii-2023-2024" "1" ] |
| 3 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4 FROM type_evenement t0 WHERE t0.id = ?
Parameters:
[
14
]
|
| 4 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lien AS lien_3, t0.evenement_lien_id AS evenement_lien_id_4 FROM evenement_liens t0 WHERE t0.evenement_lien_id = ?
Parameters:
[
30
]
|
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\EvenementLiens | No errors. |
| App\Entity\InscriptionEvenement | No errors. |