GET http://tobias.codelikebob.com/video/category/Web-App-Software-Development

Query Metrics

4 Database Queries
3 Different statements
109.34 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 28.52 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 26.93 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 24.19 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:
[
  4
]
4 29.70 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM app_statuses t0 WHERE t0.id = ?
Parameters:
[
  1
]

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.
App\Entity\Comment
  • The association App\Entity\Comment#user refers to the inverse side field TVI\Core\Entity\User#comments which does not exist.