Query Metrics

5 Database Queries
5 Different statements
37.90 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 1.62 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.picture AS picture_4, t0.active AS active_5, t0.slug AS slug_6, t0.template AS template_7, t0.views AS views_8, t0.item_type AS item_type_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.deleted_at AS deleted_at_12, t0.author_id AS author_id_13 FROM a_article t0 WHERE t0.active = ? AND t0.id = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
  1
  122
]
2 19.41 ms
"START TRANSACTION"
Parameters:
[]
3 4.82 ms
UPDATE a_article SET views = ?, updated_at = ? WHERE id = ?
Parameters:
[
  3003
  "2025-06-13 06:48:39"
  122
]
4 8.89 ms
"COMMIT"
Parameters:
[]
5 3.15 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.article_id AS article_id_3 FROM article_photo t0 WHERE t0.article_id = ?
Parameters:
[
  122
]

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\Article 1
App\Entity\User 1