Query Metrics
3
Database Queries
3
Different statements
0.99 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.28 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.bandeau AS bandeau_4, t0.vignette AS vignette_5, t0.chapo AS chapo_6, t0.texte AS texte_7, t0.date AS date_8, t0.metadescription AS metadescription_9, t0.date_publication AS date_publication_10 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"a-nantes-les-acteurs-de-la-sante-ont-des-idees"
]
|
| 2 | 0.36 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.date AS date_3, t0.lieu AS lieu_4, t0.enjeux AS enjeux_5, t0.heure AS heure_6, t0.ville AS ville_7, t0.texte AS texte_8, t0.info_pratique AS info_pratique_9, t0.info_pratique_map AS info_pratique_map_10, t0.bandeau AS bandeau_11, t0.bandeau_fond AS bandeau_fond_12, t0.vignette AS vignette_13, t0.entete_masque AS entete_masque_14, t0.soustitre AS soustitre_15, t0.email_image AS email_image_16, t0.cache AS cache_17, t0.intro_titre AS intro_titre_18, t0.intro_texte AS intro_texte_19, t0.metadescription AS metadescription_20, t0.utilisateur_id AS utilisateur_id_21 FROM evenement t0 INNER JOIN article_evenement ON t0.id = article_evenement.evenement_id WHERE article_evenement.article_id = ?
Parameters:
[
1
]
|
| 3 | 0.35 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.metadescription AS metadescription_4 FROM theme t0 INNER JOIN article_theme ON t0.id = article_theme.theme_id WHERE article_theme.article_id = ?
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Article | No errors. |
| App\Entity\Theme | No errors. |
| App\Entity\Evenement | No errors. |
| App\Entity\Utilisateur | No errors. |
| App\Entity\Message | No errors. |
| App\Entity\ListeContact | No errors. |
| App\Entity\Inscription | No errors. |
| App\Entity\Document | No errors. |
| App\Entity\Programme | No errors. |
| App\Entity\EvenementIntervenant | No errors. |
| App\Entity\Diaporama | No errors. |
| App\Entity\Galerie | No errors. |
| App\Entity\Question | No errors. |