Query Metrics

4 Database Queries
4 Different statements
1.79 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.11 ms
(62.05%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4 FROM category t0
Parameters:
[]
0.29 ms
(15.99%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.description AS description_4, t0.image_name AS image_name_5, t0.updated_at AS updated_at_6, t0.fake_price AS fake_price_7, t0.stock AS stock_8 FROM product t0 INNER JOIN category_product ON t0.id = category_product.product_id WHERE category_product.category_id = ?
Parameters:
[
  1
]
0.22 ms
(12.07%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1
]
0.18 ms
(9.89%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4 FROM category t0 WHERE t0.id IN (?, ?, ?, ?)
Parameters:
[
  2
  3
  4
  5
]

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