GET https://locacar.ovh/help/video/3

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.84 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.video_url AS video_url_4, t0.thumbnail_url AS thumbnail_url_5, t0.duration AS duration_6, t0.category AS category_7, t0.tags AS tags_8, t0.created_at AS created_at_9, t0.is_published AS is_published_10, t0.view_count AS view_count_11 FROM tutorial_video t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
2 0.33 ms
"START TRANSACTION"
Parameters:
[]
3 0.77 ms
UPDATE tutorial_video SET view_count = ? WHERE id = ?
Parameters:
[
  198
  3
]
4 2.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\TutorialVideo 1

Entities Mapping

Class Mapping errors
App\Entity\TutorialVideo No errors.