GET https://panel.smartescrow.eu/user?page=1&sort%5BtypePerson%5D=DESC

Query Metrics

23 Database Queries
4 Different statements
7.93 ms Query time
0 Invalid entities
24 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.31 ms
(79.54%)
20
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.secret AS secret_3, t0.name AS name_4, t0.redirect_uris AS redirect_uris_5, t0.grant_types AS grant_types_6, t0.scopes AS scopes_7, t0.is_confidential AS is_confidential_8, t0.auto_register AS auto_register_9, t0.logo_url AS logo_url_10, t0.help_text AS help_text_11, t0.terms_url AS terms_url_12, t0.privacy_policy_url AS privacy_policy_url_13, t0.created_at AS created_at_14 FROM oauth_client t0 INNER JOIN user_oauth_client_access ON t0.id = user_oauth_client_access.oauth_client_id WHERE user_oauth_client_access.user_id = ?
Parameters:
[
  "25cb764c-04de-4c1e-b8af-fe6ad5f0cdc4"
]
0.70 ms
(8.80%)
1
SELECT DISTINCT u0_.id AS id_0, u0_.type_person AS type_person_1, u0_.created_at AS created_at_2 FROM `user` u0_ ORDER BY u0_.type_person DESC, u0_.created_at DESC LIMIT 20
Parameters:
[]
0.63 ms
(7.92%)
1
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.first_name AS first_name_4, u0_.last_name AS last_name_5, u0_.is_active AS is_active_6, u0_.created_at AS created_at_7, u0_.type_person AS type_person_8, u0_.nif AS nif_9, u0_.company_name AS company_name_10, u0_.alias AS alias_11, u0_.logo AS logo_12, u0_.reset_token AS reset_token_13, u0_.reset_token_expires_at AS reset_token_expires_at_14 FROM `user` u0_ WHERE u0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY u0_.type_person DESC, u0_.created_at DESC
Parameters:
[
  "25cb764c-04de-4c1e-b8af-fe6ad5f0cdc4"
  "33bb1148-9331-487b-bfac-e05a9acf4ff9"
  "18ec988b-2ba0-4b06-9d8c-06bbd4962cc5"
  "1563d104-82ba-42ac-99a8-bd1dcd979569"
  "f09025fd-b0eb-4f8e-8342-f465d0aee702"
  "098760db-261d-4a32-afb1-553016f0986d"
  "911ae7da-6354-429b-b803-7fba990befd9"
  "f10a794e-7c70-4836-b817-3aabc1a35305"
  "70d5ba54-49eb-4c74-b9dc-a8c6ff86e478"
  "dac0517f-714b-4dba-986b-dc5ce189b02c"
  "aa33e56a-72b3-44c1-a98b-3a68b84ffac8"
  "d80f9798-54b7-49a4-b66f-edae36498bd2"
  "15b43d2f-a395-44a9-baf3-891aea8cb40d"
  "9611f400-2dce-40a6-b42a-b27b8903d4fc"
  "417358a4-9de3-4e1f-8a3a-233a76236633"
  "ee70e61e-1688-4284-bab7-f19170f255d1"
  "da9a7641-4cf7-474a-8479-cc45c056621b"
  "59a52448-d578-40eb-bf40-d3a1b18db8d5"
  "f47694e9-b8ec-11f0-a10c-a0ad9f24310d"
  "59471302-d987-4516-981c-40df4539100b"
]
0.30 ms
(3.74%)
1
SELECT count(*) AS sclr_0 FROM `user` u0_
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 20
App\Entity\OAuthClient 4

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\OAuthClient No errors.