GET https://melissa-s-dogs.xavier-carreau.fr/boutique

Query Metrics

4 Database Queries
4 Different statements
3.65 ms Query time
0 Invalid entities
30 Managed entities

Queries

Group similar statements

# Time Info
1 2.47 ms
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id
Parameters:
[]
2 0.35 ms
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id LIMIT 24
Parameters:
[]
3 0.58 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.picture_path AS picture_path_3, p0_.price AS price_4, p0_.in_stock AS in_stock_5, c1_.id AS id_6, c1_.name AS name_7, p0_.category_id AS category_id_8 FROM product p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  6
  7
  35
  36
  37
  38
  39
  40
  12
  13
  14
  15
  16
  17
  18
  19
  43
  44
  56
  57
  61
  1
  2
  3
]
4 0.25 ms
SELECT c0_.id AS id_0, c0_.name AS name_1 FROM category c0_
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\Entity\Product 24
App\Entity\Category 6

Entities Mapping

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