Query Metrics
4
Database Queries
3
Different statements
2.05 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.99 ms (48.29%) |
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.status AS status_4, a0_.created_at AS created_at_5, a0_.is_portfolio AS is_portfolio_6, a0_.thumbnail AS thumbnail_7, a0_.snippet_content AS snippet_content_8, a0_.alt_thumbnail AS alt_thumbnail_9, a0_.updated_at AS updated_at_10 FROM article a0_ INNER JOIN article_category a2_ ON a0_.id = a2_.article_id INNER JOIN category c1_ ON c1_.id = a2_.category_id WHERE a0_.status = ? AND a0_.id <> ? AND c1_.id IN (?) ORDER BY a0_.created_at DESC LIMIT 3
Parameters:
[ "publié" 1 1 ]
|
||||||||||||||||||||||||||||||
|
0.55 ms (26.88%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
|
0.51 ms (24.83%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.status AS status_5, t0.created_at AS created_at_6, t0.is_portfolio AS is_portfolio_7, t0.thumbnail AS thumbnail_8, t0.snippet_content AS snippet_content_9, t0.alt_thumbnail AS alt_thumbnail_10, t0.updated_at AS updated_at_11 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"la-peinture-comme-protection-contre-la-moisissure-et-les-infiltrations-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\Category | No errors. |