Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.28 ms
(39.92%)
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:
[
  "5"
]
0.90 ms
(27.93%)
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_.content ASC
Parameters:
[
  3
  4
  5
  6
  8
  9
]
0.63 ms
(19.76%)
1
SELECT DISTINCT u0_.id AS id_0, u0_.content AS content_1 FROM user u0_ ORDER BY u0_.content ASC LIMIT 20
Parameters:
[]
0.40 ms
(12.39%)
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.