GET https://admin.webuni.com/en/admin/comment/106/reject?page=6

Query Metrics

4 Database Queries
4 Different statements
29.05 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.33 ms
SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.status AS status_4, t0.author_id AS author_id_5, t0.post_id AS post_id_6 FROM comment t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "106"
]
2 0.15 ms
"START TRANSACTION"
Parameters:
[]
3 0.45 ms
UPDATE comment SET status = ? WHERE id = ?
Parameters:
[
  "rejected"
  106
]
4 28.11 ms
"COMMIT"
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\Comment 1
App\Entity\User 1
App\Entity\Post 1

Entities Mapping

Class Mapping errors
App\Entity\Comment No errors.
App\Entity\User No errors.
App\Entity\Post No errors.