Redirect 302 redirect from GET @admin_comment_mark_comment_as_spam (22f6e1)

GET https://admin.webuni.com/fr/admin/comment/128/mark-as-spam?page=7&sort%5Bid%5D=ASC

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.37 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:
[
  "128"
]
2 0.21 ms
"START TRANSACTION"
Parameters:
[]
3 0.58 ms
UPDATE comment SET status = ? WHERE id = ?
Parameters:
[
  "spam"
  128
]
4 24.13 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.