Query Metrics
14
Database Queries
4
Different statements
1.85 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.29 ms (69.60%) |
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.23 ms (12.61%) |
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.19 ms (10.17%) |
1 |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.bandeau AS bandeau_3, a0_.vignette AS vignette_4, a0_.chapo AS chapo_5, a0_.texte AS texte_6, a0_.date AS date_7, a0_.metadescription AS metadescription_8, a0_.date_publication AS date_publication_9 FROM article a0_ WHERE a0_.date_publication IS NOT NULL AND a0_.date_publication <= '2026-08-18' ORDER BY a0_.date_publication DESC
Parameters:
[] |
|
0.14 ms (7.63%) |
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\Article | No errors. |
| App\Entity\Theme | No errors. |
| App\Entity\Evenement | No errors. |