Query Metrics
23
Database Queries
4
Different statements
6.46 ms
Query time
0
Invalid entities
25
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
4.91 ms (76.06%) |
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:
[
"762fa3ec-7873-56ac-b173-e3c56ad9fa79"
]
|
||||||||||||||||||||||||||||||||
|
0.81 ms (12.60%) |
1 |
SELECT DISTINCT u0_.id AS id_0, u0_.nif AS nif_1, u0_.created_at AS created_at_2 FROM `user` u0_ ORDER BY u0_.nif ASC, u0_.created_at DESC LIMIT 20 OFFSET 120
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.54 ms (8.30%) |
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_.nif ASC, u0_.created_at DESC
Parameters:
[ "762fa3ec-7873-56ac-b173-e3c56ad9fa79" "76a66807-29d5-5453-8ab4-381e6ced0648" "7810f419-28d0-5ef5-8633-837d6f43bbff" "792b67cd-5e60-532f-bd75-5e02522f8393" "7aab5170-69d6-51f0-81ec-2720436a15de" "7e691780-5a00-58bd-9224-de49482dd4d6" "8273f24c-5edb-5941-8ed1-0954b7fe2bb2" "83a08bf4-3590-5f31-962d-6efc6c192e6e" "83d1b1da-6a2b-5256-aaed-6a7368ac9a16" "85c53ab2-34a0-5b5c-ae3b-850eca01baff" "88b7aab9-8126-5cf2-9cd8-3113f4540242" "8b171a7b-10d0-5541-a4b3-c481755e9301" "8b27b018-558f-581d-8691-9d1a5b4bc3c0" "8bf1c7f8-2aaa-5c64-8f5b-679ba7d1bd9e" "8c961d97-c032-5890-9245-e53fb33d8f94" "8d6dea79-ef87-5419-b201-5a07684bc008" "8fdd5a05-3d76-55ea-b2d4-8235a95c3398" "936c3abc-6f34-5946-a947-9572009f77cd" "96fa030e-85be-5210-8929-9ee7cb7fd043" "98650093-e398-582e-b0a2-5f04dc5b779d" ]
|
||||||||||||||||||||||||||||||||
|
0.20 ms (3.04%) |
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 | 5 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\OAuthClient | No errors. |