Query Metrics

8 Database Queries
4 Different statements
1.69 ms Query time
0 Invalid entities
9 Managed entities

Queries

Group similar statements

# Time Info
1 0.30 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0
Parameters:
[]
2 0.19 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 WHERE t0.title = ? LIMIT 1
Parameters:
[
  "Детские программы"
]
3 0.30 ms
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.price_with_share AS price_with_share_2, p0_.price AS price_3, p0_.image AS image_4, p0_.description AS description_5 FROM product p0_ INNER JOIN product_category p2_ ON p0_.id = p2_.product_id INNER JOIN shop_categories s1_ ON s1_.id = p2_.category_id WHERE s1_.id = ?
Parameters:
[
  3
]
4 0.19 ms
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:
[
  18
]
5 0.18 ms
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:
[
  19
]
6 0.17 ms
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:
[
  20
]
7 0.20 ms
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:
[
  21
]
8 0.17 ms
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:
[
  22
]

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 5
App\Entity\Shop\Category 4

Entities Mapping

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