Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.85 ms
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"
]
2 0.72 ms
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, u0_.content AS content_2 FROM user u0_ ORDER BY u0_.email ASC, u0_.content DESC LIMIT 20
Parameters:
[]
3 0.67 ms
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 ASC, u0_.content DESC
Parameters:
[
  5
  9
  3
  4
  6
  8
]
4 0.36 ms
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.