Redirect 302 redirect from POST @app_login (4912ce)

GET https://timeprogrammers.com/public/

Query Metrics

2 Database Queries
2 Different statements
3.77 ms Query time
2 Invalid entities
17 Managed entities

Queries

Group similar statements

# Time Info
1 2.86 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.description AS description_4, t0.picture AS picture_5, t0.sort AS sort_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.category_id AS category_id_9, t0.user_id AS user_id_10 FROM video t0
Parameters:
[]
2 0.91 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.name AS name_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  35
]

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\Video 11
App\Entity\Category 4
App\Entity\User 2

Entities Mapping

Class Mapping errors
App\Entity\Video No errors.
App\Entity\Category No errors.
App\Entity\User
  • The association App\Entity\User#companies refers to the owning side field App\Entity\Company#user_id which does not exist.
App\Entity\Project No errors.
App\Entity\Company
  • The mappings App\Entity\Company#user and App\Entity\User#companies are inconsistent with each other.
App\Entity\Payment No errors.
App\Entity\Password No errors.