Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
36.40 ms
(57.21%)
1
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:
[
  195
]
16.93 ms
(26.60%)
1
"COMMIT"
Parameters:
[]
4.74 ms
(7.46%)
1
UPDATE a_article SET views = ?, updated_at = ? WHERE id = ?
Parameters:
[
  3471
  "2025-07-09 12:00:24"
  195
]
2.98 ms
(4.69%)
1
"START TRANSACTION"
Parameters:
[]
2.57 ms
(4.04%)
1
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
  195
]

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