Query Metrics
5
Database Queries
5
Different statements
17.43 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.03 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.short_text AS short_text_5, t0.image AS image_6, t0.upload AS upload_7 FROM category t0 WHERE t0.is_active = ?
Parameters:
[
1
]
|
| 2 | 7.03 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_text AS short_text_3, t0.text AS text_4, t0.image AS image_5, t0.is_active AS is_active_6, t0.promoted AS promoted_7, t0.slug AS slug_8, t0.gallery_id AS gallery_id_9, t0.category_id AS category_id_10, t0.sub_category_id AS sub_category_id_11 FROM product t0 WHERE t0.is_active = ? AND t0.promoted = ?
Parameters:
[ 1 1 ] |
| 3 | 4.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.type AS type_4, t0.video_source AS video_source_5, t0.thumbnail AS thumbnail_6, t0.is_active AS is_active_7, t0.sort_order AS sort_order_8, t0.created_at AS created_at_9 FROM video t0 WHERE t0.is_active = ? ORDER BY t0.created_at DESC LIMIT 3
Parameters:
[
1
]
|
| 4 | 0.65 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 | 3.54 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. |
| App\Entity\SubCategory | No errors. |
| App\Entity\Gallery | No errors. |