Query Metrics

3 Database Queries
3 Different statements
23.69 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
22.46 ms
(94.83%)
1
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"
]
0.70 ms
(2.94%)
1
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"
]
0.53 ms
(2.23%)
1
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"
]

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.