GET https://symfony.dotdev.be/?page=2

Query Metrics

3 Database Queries
3 Different statements
2.12 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.20 ms
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_
Parameters:
[]
2 0.29 ms
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ LIMIT 8 OFFSET 8
Parameters:
[]
3 0.63 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.image AS image_3, p0_.price AS price_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.category_id AS category_id_7 FROM product p0_ WHERE p0_.id IN (?, ?, ?, ?)
Parameters:
[
  12
  13
  14
  16
]

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.

Entities Mapping

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