Query Metrics
3
Database Queries
3
Different statements
5.94 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.36 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.date AS date_4, t0.cover_image AS cover_image_5, t0.content AS content_6, t0.video_url AS video_url_7, t0.active AS active_8, t0.position AS position_9 FROM blog_post t0 WHERE t0.slug = ? AND t0.active = ? LIMIT 1
Parameters:
[ "operaciones-invernales-en-cordillera" 1 ] |
| 2 | 0.63 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.date AS date_4, t0.cover_image AS cover_image_5, t0.content AS content_6, t0.video_url AS video_url_7, t0.active AS active_8, t0.position AS position_9 FROM blog_post t0 WHERE t0.active = ? ORDER BY t0.date DESC
Parameters:
[
1
]
|
| 3 | 1.95 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.position AS position_3, t0.blog_post_id AS blog_post_id_4 FROM blog_post_image t0 WHERE t0.blog_post_id = ? ORDER BY t0.position ASC
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\BlogPost | No errors. |
| App\Entity\BlogPostImage | No errors. |