GET https://admin.webuni.com/en/admin/category?page=1&sort%5Bposts%5D=DESC

Query Metrics

14 Database Queries
7 Different statements
3.45 ms Query time
0 Invalid entities
75 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.34 ms
(38.68%)
8
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.category_id = ?
Parameters:
[
  4
]
0.73 ms
(20.99%)
1
SELECT DISTINCT c0_.id AS id_0, (SELECT COUNT(p1_.id) AS sclr_2 FROM post p1_ WHERE p1_.category_id = c0_.id) AS sclr_1, c0_.id AS id_3, c0_.position AS position_4 FROM category c0_ LEFT JOIN post p2_ ON c0_.id = p2_.category_id ORDER BY sclr_1 DESC, c0_.id DESC, c0_.position ASC LIMIT 20
Parameters:
[]
0.37 ms
(10.59%)
1
SELECT COUNT(*) FROM post t0 WHERE t0.status = ?
Parameters:
[
  "draft"
]
0.37 ms
(10.57%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.color AS color_4, c0_.icon AS icon_5, c0_.position AS position_6, c0_.created_at AS created_at_7, (SELECT COUNT(p1_.id) AS sclr_9 FROM post p1_ WHERE p1_.category_id = c0_.id) AS sclr_8 FROM category c0_ LEFT JOIN post p2_ ON c0_.id = p2_.category_id WHERE c0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY sclr_8 DESC, c0_.id DESC, c0_.position ASC
Parameters:
[
  4
  5
  8
  3
  7
  6
  2
  1
]
0.26 ms
(7.53%)
1
SELECT COUNT(*) FROM comment t0 WHERE t0.status = ?
Parameters:
[
  "pending"
]
0.20 ms
(5.82%)
1
SELECT count(DISTINCT c0_.id) AS sclr_0 FROM category c0_ LEFT JOIN post p1_ ON c0_.id = p1_.category_id
Parameters:
[]
0.20 ms
(5.82%)
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\Post 52
App\Entity\User 10
App\Entity\Category 8
App\Entity\Series 5

Entities Mapping

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