GET http://tobias.codelikebob.com/

Query Metrics

3 Database Queries
3 Different statements
78.55 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 31.82 ms
SELECT COUNT(*) FROM app_videos t0
Parameters:
[]
2 25.00 ms
SELECT COUNT(*) FROM app_views t0
Parameters:
[]
3 21.73 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.
App\Entity\View
  • The field 'App\Entity\View#lastTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The association App\Entity\View#user refers to the inverse side field TVI\Core\Entity\User#videos which does not exist.
App\Entity\Category No errors.
App\Entity\Status No errors.