GET https://admin.webuni.com/en/admin/comment?page=7&sort%5Bpost%5D=ASC

Query Metrics

20 Database Queries
8 Different statements
6.30 ms Query time
0 Invalid entities
39 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.65 ms
(26.26%)
9
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, t0.bio AS bio_7, t0.website AS website_8, t0.twitter_handle AS twitter_handle_9, t0.is_verified AS is_verified_10, t0.last_login_at AS last_login_at_11 FROM user t0 WHERE t0.id = ?
Parameters:
[
  7
]
1.56 ms
(24.71%)
1
SELECT DISTINCT c0_.id AS id_0, p1_.title AS title_1, c0_.published_at AS published_at_2 FROM comment c0_ LEFT JOIN post p1_ ON c0_.post_id = p1_.id ORDER BY p1_.title ASC, c0_.published_at DESC LIMIT 20 OFFSET 120
Parameters:
[]
1.33 ms
(21.04%)
5
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.status AS status_7, t0.featured_image AS featured_image_8, t0.scheduled_at AS scheduled_at_9, t0.view_count AS view_count_10, t0.is_featured AS is_featured_11, t0.series_position AS series_position_12, t0.author_id AS author_id_13, t0.category_id AS category_id_14, t0.series_id AS series_id_15 FROM post t0 WHERE t0.id = ?
Parameters:
[
  30
]
0.47 ms
(7.39%)
1
SELECT c0_.id AS id_0, c0_.content AS content_1, c0_.published_at AS published_at_2, c0_.status AS status_3, c0_.author_id AS author_id_4, c0_.post_id AS post_id_5 FROM comment c0_ LEFT JOIN post p1_ ON c0_.post_id = p1_.id WHERE c0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p1_.title ASC, c0_.published_at DESC
Parameters:
[
  93
  95
  90
  96
  92
  42
  97
  98
  99
  100
  146
  145
  143
  144
  147
  79
  82
  81
  76
  77
]
0.40 ms
(6.40%)
1
SELECT COUNT(*) FROM post t0 WHERE t0.status = ?
Parameters:
[
  "draft"
]
0.36 ms
(5.65%)
1
SELECT count(DISTINCT c0_.id) AS sclr_0 FROM comment c0_ LEFT JOIN post p1_ ON c0_.post_id = p1_.id
Parameters:
[]
0.29 ms
(4.53%)
1
SELECT COUNT(*) FROM comment t0 WHERE t0.status = ?
Parameters:
[
  "pending"
]
0.25 ms
(4.01%)
1
SELECT COUNT(*) FROM subscriber t0 WHERE t0.is_confirmed = ?
Parameters:
[
  0
]

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\Comment 20
App\Entity\User 9
App\Entity\Post 5
App\Entity\Category 4
App\Entity\Series 1

Entities Mapping

Class Mapping errors
App\Entity\Comment No errors.
App\Entity\Post No errors.
App\Entity\User No errors.
App\Entity\Category No errors.
App\Entity\Series No errors.
App\Entity\Tag No errors.
App\Entity\Subscriber No errors.