GET https://f2b28e5d-a9ff-468d-be48-3d826f7867c0.wintercamelia.com/video/4

Query Metrics

4 Database Queries
4 Different statements
10.09 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 3.11 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.subscription_id AS subscription_id_8, t0.plan_id AS plan_id_9 FROM user t0 WHERE t0.id = ?
Parameters:
[
  2
]
2 2.00 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.storage AS storage_5, t0.bucket AS bucket_6, t0.filename AS filename_7, t0.active AS active_8, t0.type AS type_9, t0.mode AS mode_10, t0.status AS status_11, t0.duration AS duration_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.short_description AS short_description_15, t0.view AS view_16 FROM video t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "4"
]
3 3.03 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.storage AS storage_5, t0.bucket AS bucket_6, t0.filename AS filename_7, t0.active AS active_8, t0.is_footer AS is_footer_9, t0.short_description AS short_description_10 FROM category t0 WHERE t0.active = ?
Parameters:
[
  1
]
4 1.95 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.storage AS storage_5, t0.bucket AS bucket_6, t0.filename AS filename_7, t0.active AS active_8, t0.is_footer AS is_footer_9, t0.short_description AS short_description_10 FROM category t0 INNER JOIN category_video ON t0.id = category_video.category_id WHERE category_video.video_id = ?
Parameters:
[
  4
]

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\Category 6
App\Entity\User 1
App\Entity\Video 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Plan No errors.
App\Entity\UserPayment No errors.
App\Entity\Video No errors.
App\Entity\VideoMedia No errors.
App\Entity\Category No errors.