Query Metrics
16
Database Queries
2
Different statements
7.41 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
5.55 ms (74.91%) |
15 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
Parameters:
[
17
]
|
|
1.86 ms (25.09%) |
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.teaser AS teaser_2, a0_.content AS content_3, a0_.slug AS slug_4, a0_.published_at AS published_at_5, a0_.created_at AS created_at_6, a0_.image_filename AS image_filename_7, a0_.public AS public_8, a0_.public_visible AS public_visible_9 FROM article a0_ WHERE a0_.published_at IS NOT NULL ORDER BY a0_.published_at DESC
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\Category | No errors. |