GET https://e-commerce.it.com/product/6

Query Metrics

21 Database Queries
3 Different statements
13.79 ms Query time
0 Invalid entities
19 Managed entities

Grouped Statements

Show all queries

Time Count Info
7.09 ms
(51.38%)
18
SELECT COUNT(*) FROM products t0 WHERE t0.category_id = ?
Parameters:
[
  4
]
3.77 ms
(27.34%)
2
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.parent_id AS parent_id_3 FROM categories c0_ WHERE c0_.parent_id IS NULL ORDER BY c0_.name ASC
Parameters:
[]
2.94 ms
(21.29%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.stock AS stock_5, t0.image AS image_6, t0.is_featured AS is_featured_7, t0.category_id AS category_id_8 FROM products t0 WHERE t0.id = ?
Parameters:
[
  6
]

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\Catalog\Domain\Entity\Category 18
App\Catalog\Domain\Entity\Product 1

Entities Mapping