Query Metrics

3 Database Queries
3 Different statements
3.19 ms Query time
0 Invalid entities
10 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.81 ms
(56.65%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_
Parameters:
[]
0.96 ms
(30.16%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.image AS image_3, p0_.price AS price_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.category_id AS category_id_7 FROM product p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1
  2
  3
  4
  5
  7
  8
  9
]
0.42 ms
(13.18%)
1
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ LIMIT 8
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\Product 8
App\Entity\Category 2

Entities Mapping

Class Mapping errors
App\Entity\Product No errors.
App\Entity\Category No errors.