GET https://www.e-commerce.it.com/product/1

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
16.54 ms
(53.20%)
18
SELECT COUNT(*) FROM products t0 WHERE t0.category_id = ?
Parameters:
[
  4
]
7.52 ms
(24.19%)
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:
[
  1
]
7.03 ms
(22.61%)
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:
[]

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