Query Metrics
28
Database Queries
5
Different statements
33.63 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
31.29 ms (93.04%) |
24 |
SELECT t0.id AS id_1, t0.tmp_old_id AS tmp_old_id_2, t0.name AS name_3, t0.description AS description_4, t0.size AS size_5, t0.role AS role_6, t0.types AS types_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.picto_theme AS picto_theme_10 FROM media t0 INNER JOIN media_article ON t0.id = media_article.media_id WHERE media_article.article_id = ?
Parameters:
[
679
]
|
|
1.22 ms (3.63%) |
1 |
SELECT DISTINCT a0_.id AS id_0, a0_.created_at AS created_at_1 FROM article a0_ WHERE a0_.type_id = ? ORDER BY a0_.created_at DESC LIMIT 24 OFFSET 24
Parameters:
[
3
]
|
|
0.53 ms (1.56%) |
1 |
SELECT a0_.important AS important_0, a0_.id AS id_1, a0_.tmp_old_ids AS tmp_old_ids_2, a0_.name AS name_3, a0_.title AS title_4, a0_.slug AS slug_5, a0_.chapo AS chapo_6, a0_.content AS content_7, a0_.tmp_keywords AS tmp_keywords_8, a0_.priority AS priority_9, a0_.published AS published_10, a0_.created_at AS created_at_11, a0_.updated_at AS updated_at_12, a0_.type_id AS type_id_13 FROM article a0_ WHERE a0_.type_id = ? AND a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY a0_.created_at DESC
Parameters:
[ 3 679 678 677 676 675 674 673 672 671 670 669 668 667 666 665 664 663 662 661 660 659 658 657 656 ] |
|
0.33 ms (0.99%) |
1 |
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM article a0_ WHERE a0_.type_id = ?
Parameters:
[
3
]
|
|
0.26 ms (0.78%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM article_type t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"a-la-une"
]
|
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\ArticleType | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\Theme | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\Newsletter | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\QuestionAnswer | No errors. |
| App\Entity\Structure | No errors. |