Query Metrics

7 Database Queries
4 Different statements
5.93 ms Query time
0 Invalid entities
13 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.33 ms
(39.21%)
4
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 WHERE t0.id = ?
Parameters:
[
  13
]
1.89 ms
(31.79%)
1
SELECT DISTINCT s0_.id AS id_0 FROM service s0_ LIMIT 20
Parameters:
[]
0.99 ms
(16.74%)
1
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.price AS price_3, s0_.duration AS duration_4, s0_.active AS active_5, s0_.relation AS relation_6, s0_.category_id AS category_id_7 FROM service s0_ WHERE s0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  28
  29
  30
  31
  32
  33
  34
  35
  36
]
0.73 ms
(12.27%)
1
SELECT count(*) AS sclr_0 FROM service s0_
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\Service 9
App\Entity\Category 4

Entities Mapping

Class Mapping errors
App\Entity\Service No errors.
App\Entity\Category No errors.
App\Entity\Reservation No errors.