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

Grouped Statements

Show all queries

Time Count Info
0.70 ms
(35.50%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id
Parameters:
[]
0.63 ms
(31.89%)
1
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:
[]
0.42 ms
(21.45%)
1
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
]
0.22 ms
(11.16%)
1
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.