Query Metrics

5 Database Queries
5 Different statements
2.58 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.81 ms
SELECT DISTINCT a0_.id AS id_0, a0_.description AS description_1 FROM article a0_ ORDER BY a0_.description DESC LIMIT 20
Parameters:
[]
2 0.30 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.quantity AS quantity_3, a0_.warnining AS warnining_4, a0_.image AS image_5, a0_.updated_at AS updated_at_6, a0_.category_id AS category_id_7, a0_.shop_id AS shop_id_8 FROM article a0_ WHERE a0_.id IN (?) ORDER BY a0_.description DESC
Parameters:
[
  1
]
3 0.53 ms
SELECT count(a0_.id) AS sclr_0 FROM article a0_
Parameters:
[]
4 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
5 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM shop t0 WHERE t0.id = ?
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\Article No errors.
App\Entity\Category No errors.
App\Entity\Shop No errors.
App\Entity\Evolution No errors.