Query Metrics

30 Database Queries
3 Different statements
5.84 ms Query time
0 Invalid entities
32 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.24 ms
(89.78%)
28
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  1
]
0.30 ms
(5.22%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.price_with_share AS price_with_share_3, t0.price AS price_4, t0.image AS image_5, t0.description AS description_6 FROM product t0
Parameters:
[]
0.29 ms
(5.00%)
1
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0
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\Shop\Product 28
App\Entity\Shop\Category 4

Entities Mapping

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