GET https://tigafrdb.tiga-sys.com/security/user

Query Metrics

3 Database Queries
3 Different statements
1.01 ms Query time
1 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.61 ms
SELECT count(DISTINCT o0_.id) AS sclr_0 FROM ousr o0_
Parameters:
[]
2 0.20 ms
SELECT DISTINCT o0_.id AS id_0, o0_.id AS id_1 FROM ousr o0_ ORDER BY o0_.id DESC LIMIT 10
Parameters:
[]
3 0.21 ms
SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.name AS name_2, o0_.address AS address_3, o0_.phone AS phone_4, o0_.email AS email_5, o0_.status AS status_6, o0_.created_at AS created_at_7, o0_.updated_at AS updated_at_8 FROM ousr o0_ WHERE o0_.id IN (?) ORDER BY o0_.id DESC
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

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Accreditation
  • The association App\Entity\Accreditation#company refers to the inverse side field App\Entity\Company#accreditation which does not exist.