Query Metrics
5
Database Queries
5
Different statements
14.34 ms
Query time
1
Invalid entities
2
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
7.14 ms (49.77%) |
1 |
"COMMIT"
Parameters:
[] |
3.27 ms (22.78%) |
1 |
UPDATE a_article SET views = ?, updated_at = ? WHERE id = ?
Parameters:
[ 4758 "2025-07-04 07:02:20" 189 ] |
1.45 ms (10.13%) |
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 189 ] |
1.34 ms (9.37%) |
1 |
"START TRANSACTION"
Parameters:
[] |
1.14 ms (7.95%) |
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:
[
189
]
|
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 |