Query Metrics
5
Database Queries
5
Different statements
2.52 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.60 ms |
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM article a0_ WHERE a0_.is_active = 1
Parameters:
[] |
| 2 | 0.23 ms |
SELECT DISTINCT a0_.id AS id_0, a0_.published_at AS published_at_1 FROM article a0_ WHERE a0_.is_active = 1 ORDER BY a0_.published_at DESC LIMIT 6
Parameters:
[] |
| 3 | 1.24 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.excerpt AS excerpt_3, a0_.content AS content_4, a0_.image AS image_5, a0_.published_at AS published_at_6, a0_.is_active AS is_active_7, a0_.meta_title AS meta_title_8, a0_.meta_description AS meta_description_9, a0_.meta_keywords AS meta_keywords_10, a0_.created_at AS created_at_11, a0_.updated_at AS updated_at_12 FROM article a0_ WHERE a0_.is_active = 1 AND a0_.id IN (?) ORDER BY a0_.published_at DESC
Parameters:
[
[
6
5
3
4
2
1
]
]
|
| 4 | 0.30 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.is_active AS is_active_4, t0.sidebar_menu AS sidebar_menu_5, t0.weight AS weight_6, t0.left_menu AS left_menu_7, t0.right_menu AS right_menu_8 FROM menu t0 WHERE t0.is_active = ? AND t0.left_menu = ? ORDER BY t0.weight ASC
Parameters:
[ 1 1 ] |
| 5 | 0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.is_active AS is_active_4, t0.sidebar_menu AS sidebar_menu_5, t0.weight AS weight_6, t0.left_menu AS left_menu_7, t0.right_menu AS right_menu_8 FROM menu t0 WHERE t0.is_active = ? AND t0.right_menu = ? ORDER BY t0.weight ASC
Parameters:
[ 1 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\Category | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Info | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\PhotoAlbum | No errors. |
| App\Entity\Video | No errors. |