POST https://hormonelife.ru/admin/post/5/delete

Query Metrics

5 Database Queries
5 Different statements
1.64 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.61 ms
(36.97%)
1
"COMMIT"
Parameters:
[]
0.39 ms
(23.47%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.31 ms
(18.98%)
1
DELETE FROM post WHERE id = ?
Parameters:
[
  5
]
0.20 ms
(12.24%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.text AS text_4, t0.image AS image_5, t0.type AS type_6, t0.category_id AS category_id_7 FROM post t0 WHERE t0.id = ?
Parameters:
[
  "5"
]
0.14 ms
(8.34%)
1
"START TRANSACTION"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\Blog\Post 0

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Blog\Post No errors.
App\Entity\Blog\Category No errors.