GET https://admin.webuni.com/fr/admin/tag

Query Metrics

21 Database Queries
7 Different statements
5.89 ms Query time
0 Invalid entities
90 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.20 ms
(37.36%)
1
SELECT COUNT(*) FROM comment t0 WHERE t0.status = ?
Parameters:
[
  "pending"
]
2.04 ms
(34.74%)
15
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 INNER JOIN post_tag ON t0.id = post_tag.post_id WHERE post_tag.tag_id = ?
Parameters:
[
  9
]
0.80 ms
(13.53%)
1
SELECT DISTINCT t0_.id AS id_0, t0_.name AS name_1 FROM tag t0_ ORDER BY t0_.name ASC LIMIT 20
Parameters:
[]
0.30 ms
(5.05%)
1
SELECT t0_.id AS id_0, t0_.name AS name_1 FROM tag t0_ WHERE t0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY t0_.name ASC
Parameters:
[
  9
  8
  11
  15
  2
  14
  7
  6
  5
  12
  13
  4
  3
  10
  1
]
0.21 ms
(3.62%)
1
SELECT COUNT(*) FROM post t0 WHERE t0.status = ?
Parameters:
[
  "draft"
]
0.17 ms
(2.86%)
1
SELECT count(*) AS sclr_0 FROM tag t0_
Parameters:
[]
0.17 ms
(2.86%)
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\Tag 15
App\Entity\User 10
App\Entity\Category 8
App\Entity\Series 5

Entities Mapping

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