Query Metrics
3
Database Queries
3
Different statements
1.74 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.23 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_active AS is_active_8, t0.meta_title AS meta_title_9, t0.meta_description AS meta_description_10, t0.meta_keywords AS meta_keywords_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM article t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1
Parameters:
[ "upoznajte-sladanu" 1 ] |
| 2 | 0.36 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 ] |
| 3 | 0.16 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. |