Query Metrics
2
Database Queries
2
Different statements
2.00 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.39 ms (69.61%) |
1 |
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.is_active = ?
Parameters:
[
1
]
|
|
0.61 ms (30.39%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.cover_image AS cover_image_5, t0.is_active AS is_active_6, t0.sort_order AS sort_order_7, t0.created_at AS created_at_8 FROM photo_album t0 WHERE t0.is_active = ?
Parameters:
[
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\Article | No errors. |
| App\Entity\PhotoAlbum | No errors. |
| App\Entity\Photo | No errors. |
| App\Entity\Menu | No errors. |