GET http://tobias.codelikebob.com/video/category/Data-Security

Query Metrics

3 Database Queries
2 Different statements
89.61 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 27.23 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.status_id AS status_id_3 FROM app_categories t0
Parameters:
[]
2 32.68 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.status_id AS status_id_3 FROM app_categories t0
Parameters:
[]
3 29.69 ms
SELECT t0.id AS id_1, t0.original_file_name AS original_file_name_2, t0.title AS title_3, t0.path AS path_4, t0.length AS length_5, t0.img_path AS img_path_6, t0.created AS created_7, t0.updated AS updated_8, t0.user_id AS user_id_9, t0.status_id AS status_id_10 FROM app_videos t0 INNER JOIN video_category ON t0.id = video_category.video_id WHERE video_category.category_id = ?
Parameters:
[
  2
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\Status No errors.
App\Entity\Video
  • The field 'App\Entity\Video#length' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The association App\Entity\Video#user refers to the inverse side field TVI\Core\Entity\User#videos which does not exist.
TVI\Core\Entity\User No errors.