GET https://www.contright.co/

Query Metrics

1 Database Queries
1 Different statements
25.05 ms Query time
1 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
25.05 ms
(100.00%)
1
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.status AS status_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.name AS name_9, t0.user_language AS user_language_10, t0.user_time_zone AS user_time_zone_11, t0.user_date_format AS user_date_format_12, t0.user_money_format AS user_money_format_13, t0.avatar AS avatar_14, t0.code AS code_15, t0.invite_code AS invite_code_16, t0.organization_id AS organization_id_17 FROM user 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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\Organization 1

Entities Mapping

Class Mapping errors
App\Entity\User
  • If association App\Entity\User#organization is many-to-one, then the inversed side App\Entity\Organization#user has to be one-to-many.
App\Entity\Organization No errors.