Query Metrics

8 Database Queries
5 Different statements
0.70 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.26 ms
(37.50%)
1
SELECT DISTINCT s0_.id AS id_0, s0_.id AS id_1 FROM symfony_demo_comment s0_ ORDER BY s0_.id DESC LIMIT 20 OFFSET 40
Parameters:
[]
0.21 ms
(30.14%)
4
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.id = ?
Parameters:
[
  22
]
0.09 ms
(12.67%)
1
SELECT s0_.id AS id_0, s0_.content AS content_1, s0_.published_at AS published_at_2, s0_.post_id AS post_id_3, s0_.author_id AS author_id_4 FROM symfony_demo_comment s0_ WHERE s0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY s0_.id DESC
Parameters:
[
  110
  109
  108
  107
  106
  105
  104
  103
  102
  101
  100
  99
  98
  97
  96
  95
  94
  93
  92
  91
]
0.09 ms
(12.36%)
1
SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_comment s0_
Parameters:
[]
0.05 ms
(7.33%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ?
Parameters:
[
  3
]

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\Comment No errors.
App\Entity\Post No errors.
App\Entity\User No errors.
App\Entity\Tag No errors.