Query Metrics
14
Database Queries
4
Different statements
2.20 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.51 ms (68.56%) |
11 |
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 INNER JOIN article_theme ON t0.id = article_theme.article_id WHERE article_theme.theme_id = ?
Parameters:
[
1
]
|
|
0.32 ms (14.70%) |
1 |
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
]
|
|
0.25 ms (11.16%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.metadescription AS metadescription_4 FROM theme t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"etablissements-recevant-du-public-erp"
]
|
|
0.12 ms (5.58%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.metadescription AS metadescription_4 FROM theme t0
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\Theme | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\Evenement | No errors. |