GET https://melissa-s-dogs.xavier-carreau.fr/boutique?page=3

Query Metrics

4 Database Queries
4 Different statements
1.97 ms Query time
0 Invalid entities
18 Managed entities

Queries

Group similar statements

# Time Info
1 0.70 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.63 ms
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id LIMIT 24 OFFSET 48
Parameters:
[]
3 0.42 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:
[
  27
  28
  29
  30
  31
  32
  45
  46
  47
  48
  49
  50
]
4 0.22 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 12
App\Entity\Category 6

Entities Mapping

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