Query Metrics
4
Database Queries
4
Different statements
2.40 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.53 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.color AS color_4, c0_.icon AS icon_5, c0_.position AS position_6, c0_.is_active AS is_active_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9 FROM category c0_ WHERE c0_.is_active = ? ORDER BY c0_.position ASC
Parameters:
[
1
]
|
| 2 | 0.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.icon AS icon_6, t0.position AS position_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"people"
]
|
| 3 | 0.50 ms |
SELECT COUNT(DISTINCT a0_.id) AS sclr_0 FROM article a0_ WHERE a0_.category_id = ? AND a0_.status = ?
Parameters:
[ 2 "published" ] |
| 4 | 0.27 ms |
SELECT DISTINCT a0_.id AS id_0, a0_.published_at AS published_at_1 FROM article a0_ WHERE a0_.category_id = ? AND a0_.status = ? ORDER BY a0_.published_at DESC LIMIT 12
Parameters:
[ 2 "published" ] |
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\SiteSetting | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Article | No errors. |