Query Metrics
2
Database Queries
2
Different statements
1.49 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.76 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.subtitle AS subtitle_4, t0.short_description AS short_description_5, t0.content AS content_6, t0.featured_image AS featured_image_7, t0.image_gallery AS image_gallery_8, t0.seo_meta AS seo_meta_9, t0.is_publish AS is_publish_10, t0.is_featured AS is_featured_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM post t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"dobro-dosli"
]
|
| 2 | 0.74 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.subtitle AS subtitle_3, p0_.short_description AS short_description_4, p0_.content AS content_5, p0_.featured_image AS featured_image_6, p0_.image_gallery AS image_gallery_7, p0_.seo_meta AS seo_meta_8, p0_.is_publish AS is_publish_9, p0_.is_featured AS is_featured_10, p0_.created_at AS created_at_11, p0_.updated_at AS updated_at_12 FROM post p0_ WHERE NOT (p0_.slug = ?) LIMIT 3
Parameters:
[
"dobro-dosli"
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Post | 4 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Post | No errors. |
| App\Entity\Tag | No errors. |