Query Metrics
1
Database Queries
1
Different statements
4.07 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.07 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.subtitle AS subtitle_2, b0_.text AS text_3, b0_.published_at AS published_at_4, b0_.ended_at AS ended_at_5, b0_.youtube_url AS youtube_url_6, b0_.created_at AS created_at_7, b0_.updated_at AS updated_at_8 FROM blog b0_ LEFT JOIN blog_blog_tag b2_ ON b0_.id = b2_.blog_id LEFT JOIN tag t1_ ON t1_.id = b2_.blog_tag_id AND t1_.discr IN ('blog') LEFT JOIN media_object m3_ ON b0_.id = m3_.object_id AND m3_.discr IN ('media_thumbnail_blog') LEFT JOIN media_object m4_ ON b0_.id = m4_.object_id AND m4_.discr IN ('media_blog') WHERE b0_.published_at <= ? AND (b0_.ended_at IS NULL OR b0_.ended_at >= ?) ORDER BY b0_.published_at DESC LIMIT 1
Parameters:
[ "2025-12-11 21:41:33" "2025-12-11 21:41:33" ] |
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\Blog | No errors. |
| App\Entity\Tag\Tag | No errors. |
| App\Entity\Tag\BlogTag | No errors. |
| App\Entity\MediaObject\MediaObject | No errors. |
| App\Entity\MediaObject\MediaThumbnailBlog | No errors. |
| App\Entity\MediaObject\MediaBlog | No errors. |
| App\Entity\Menu | No errors. |