Query Metrics
3
Database Queries
3
Different statements
23.69 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.53 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.content AS content_4, a0_.type AS type_5, a0_.image_name AS image_name_6, a0_.created_at AS created_at_7, a0_.updated_at AS updated_at_8 FROM article a0_ WHERE a0_.type = ? ORDER BY a0_.created_at DESC) dctrn_result) dctrn_table
Parameters:
[
"BLOG"
]
|
||||||||||||||||||||||||||||
| 2 | 0.70 ms |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, created_at_7 FROM (SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.content AS content_4, a0_.type AS type_5, a0_.image_name AS image_name_6, a0_.created_at AS created_at_7, a0_.updated_at AS updated_at_8 FROM article a0_ WHERE a0_.type = ?) dctrn_result_inner ORDER BY created_at_7 DESC) dctrn_result LIMIT 18
Parameters:
[
"BLOG"
]
|
||||||||||||||||||||||||||||
| 3 | 22.46 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.content AS content_4, a0_.type AS type_5, a0_.image_name AS image_name_6, a0_.created_at AS created_at_7, a0_.updated_at AS updated_at_8 FROM article a0_ WHERE a0_.type = ? AND a0_.id IN (?, ?, ?, ?, ?) ORDER BY a0_.created_at DESC
Parameters:
[ "BLOG" b"\x01Ü\x05╚ªÅ{7ƒÌ×B┌ü©X" b"\x01š\x018j\x10xι^«r\x19ÔfV" b"\x01™(”\x05Èr\x10—§@\x7F{C—e" b"\x01™(‘íxv\x19•ÒãTÍ(îS" b"\x01Ö\x18│ØetÓûs╗ô%\x1C'ó" ]
|
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. |