Query Metrics
23
Database Queries
4
Different statements
6.24 ms
Query time
0
Invalid entities
25
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
4.97 ms (79.69%) |
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:
[
"3e6612a4-0a83-5b45-a1ca-e933f4651fa0"
]
|
||||||||||||||||||||||||||||||||
|
0.56 ms (8.99%) |
1 |
SELECT DISTINCT u0_.id AS id_0, u0_.is_active AS is_active_1, u0_.created_at AS created_at_2 FROM `user` u0_ ORDER BY u0_.is_active DESC, u0_.created_at DESC LIMIT 20 OFFSET 120
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.47 ms (7.49%) |
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_.is_active DESC, u0_.created_at DESC
Parameters:
[ "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" "84689e00-cfa4-5f32-870e-cc7680e75617" "85c53ab2-34a0-5b5c-ae3b-850eca01baff" "88b7aab9-8126-5cf2-9cd8-3113f4540242" "7810f419-28d0-5ef5-8633-837d6f43bbff" "479a2dd9-039e-542e-be9e-0c97e496eab5" "3e6612a4-0a83-5b45-a1ca-e933f4651fa0" "3f5a3a69-3d8b-5ce5-9518-1e0fea26701d" "402067a5-ada9-5c1f-b5ef-d8275937ff18" "4ad09fa7-d59e-545e-a3a4-2addacf66619" "4d21495c-6c2d-529b-9f9c-e0227f9286ee" "4dd89055-627d-5fce-a730-4faec6c8c24f" "50044f83-9a21-5b9e-9d75-aab4ed7d0cb3" "5429093b-1531-51af-ad01-73a5b25a259c" "5ad5cc22-3d5c-511b-a7ab-644f3095da3b" ]
|
||||||||||||||||||||||||||||||||
|
0.24 ms (3.83%) |
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. |