Query Metrics

4 Database Queries
4 Different statements
4.14 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.26 ms
(30.59%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.image AS image_7, t0.slug AS slug_8, t0.content AS content_9, t0.updated_at AS updated_at_10, t0.jobs AS jobs_11 FROM user t0 WHERE t0.id = ?
Parameters:
[
  "6"
]
1.10 ms
(26.60%)
1
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.first_name AS first_name_4, u0_.last_name AS last_name_5, u0_.image AS image_6, u0_.slug AS slug_7, u0_.content AS content_8, u0_.updated_at AS updated_at_9, u0_.jobs AS jobs_10 FROM user u0_ WHERE u0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY u0_.email DESC
Parameters:
[
  8
  6
  4
  3
  9
  5
]
0.95 ms
(22.93%)
1
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1 FROM user u0_ ORDER BY u0_.email DESC LIMIT 20
Parameters:
[]
0.82 ms
(19.88%)
1
SELECT count(u0_.id) AS sclr_0 FROM user u0_
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.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Project No errors.