GET http://tobias.codelikebob.com/latest

Query Metrics

2 Database Queries
2 Different statements
58.71 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 29.18 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
Parameters:
[]
2 29.53 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.status_id AS status_id_3 FROM app_categories t0
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.

Entities Mapping

Class Mapping 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\Status No errors.
App\Entity\Category 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.