Query Metrics
23
Database Queries
4
Different statements
6.75 ms
Query time
0
Invalid entities
27
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
5.29 ms (78.38%) |
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:
[
"f88bfab3-e409-4a2c-ae52-6fccde25af41"
]
|
||||||||||||||||||||||||||||||||
|
0.78 ms (11.59%) |
1 |
SELECT DISTINCT u0_.id AS id_0, u0_.roles AS roles_1, u0_.created_at AS created_at_2 FROM `user` u0_ ORDER BY u0_.roles DESC, u0_.created_at DESC LIMIT 20
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.48 ms (7.11%) |
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_.roles DESC, u0_.created_at DESC
Parameters:
[ "f88bfab3-e409-4a2c-ae52-6fccde25af41" "f47694e9-b8ec-11f0-a10c-a0ad9f24310d" "22ebb1b9-6ea1-52c2-b451-df93fecdc7b5" "b2c601a4-109f-59ab-977b-df01d09d6c9b" "cf142e9b-a6bf-5fe4-91b6-edfdbf49a9f1" "84689e00-cfa4-5f32-870e-cc7680e75617" "50044f83-9a21-5b9e-9d75-aab4ed7d0cb3" "afe081d9-7ce9-5127-bcbb-97a662e79a35" "bed6ed88-cf19-557b-aa1a-e9c54aa461f2" "6eba9df8-f791-5143-a608-c5809d6275be" "20bd20a1-61ed-5cf3-8d82-0d073709c0a5" "8fdd5a05-3d76-55ea-b2d4-8235a95c3398" "e06e98d8-42c1-5629-bfcf-8b7cb7355381" "ec72a87a-ce0e-5643-a5ae-02d80a14d02f" "e742b24f-c7d4-530e-b483-4721db22f54e" "ab210ab4-64ab-566e-a2f7-5e06bb738a47" "d71e4d9c-cd23-595a-945d-a4c4130fedf7" "3e6612a4-0a83-5b45-a1ca-e933f4651fa0" "4d21495c-6c2d-529b-9f9c-e0227f9286ee" "73881920-956a-5249-b8c7-99f7257c0c55" ]
|
||||||||||||||||||||||||||||||||
|
0.20 ms (2.92%) |
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 | 7 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\OAuthClient | No errors. |