GET https://vanilla.confection-mada.fr/boutique

Query Metrics

3 Database Queries
3 Different statements
3.48 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 1.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.position AS position_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8 FROM category t0 WHERE t0.is_active = ? ORDER BY t0.position ASC, t0.name ASC
Parameters:
[
  1
]
2 1.38 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE p0_.is_active = ?
Parameters:
[
  1
]
3 0.81 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.short_description AS short_description_3, p0_.description AS description_4, p0_.price AS price_5, p0_.vat_rate AS vat_rate_6, p0_.stock AS stock_7, p0_.image_url AS image_url_8, p0_.origin AS origin_9, p0_.grade AS grade_10, p0_.is_active AS is_active_11, p0_.is_featured AS is_featured_12, c1_.id AS id_13, c1_.name AS name_14, c1_.slug AS slug_15, c1_.description AS description_16, c1_.image AS image_17, c1_.position AS position_18, c1_.is_active AS is_active_19, c1_.created_at AS created_at_20, p0_.category_id AS category_id_21 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE p0_.is_active = ? ORDER BY p0_.is_featured DESC, p0_.id DESC LIMIT 9
Parameters:
[
  1
]

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\Product\Product 6
App\Entity\Product\Category 5

Entities Mapping

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