GET https://locacar.ovh/help/article/2

Query Metrics

4 Database Queries
4 Different statements
8.76 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.79 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.category AS category_4, t0.tags AS tags_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_published AS is_published_8, t0.view_count AS view_count_9 FROM help_article t0 WHERE t0.id = ?
Parameters:
[
  "2"
]
2 0.31 ms
"START TRANSACTION"
Parameters:
[]
3 0.88 ms
UPDATE help_article SET view_count = ?, updated_at = ? WHERE id = ?
Parameters:
[
  101
  "2025-09-17 00:48:39"
  2
]
4 6.78 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\HelpArticle 1

Entities Mapping

Class Mapping errors
App\Entity\HelpArticle No errors.