GET https://www.e-commerce.it.com/category/laptops

Query Metrics

23 Database Queries
4 Different statements
17.71 ms Query time
0 Invalid entities
20 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.80 ms
(38.43%)
18
SELECT COUNT(*) FROM products t0 WHERE t0.category_id = ?
Parameters:
[
  4
]
5.98 ms
(33.78%)
1
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_.slug = ?
Parameters:
[
  "laptops"
]
2.86 ms
(16.16%)
3
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.06 ms
(11.63%)
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.category_id = ?
Parameters:
[
  2
]

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 2

Entities Mapping