Query Metrics

3 Database Queries
3 Different statements
6.42 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 3.63 ms
SELECT DISTINCT a0_.id AS id_0, a0_.slug AS slug_1 FROM article a0_ ORDER BY a0_.slug DESC LIMIT 20
Parameters:
[]
2 2.07 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.image AS image_4, a0_.category AS category_5, a0_.created_at AS created_at_6, a0_.updated_at AS updated_at_7, a0_.published AS published_8, a0_.excerpt AS excerpt_9 FROM article a0_ WHERE a0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY a0_.slug DESC
Parameters:
[
  3
  6
  2
  1
  5
  4
]
3 0.72 ms
SELECT count(*) AS sclr_0 FROM article a0_
Parameters:
[]

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\Article 6

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.