Query Metrics
23
Database Queries
4
Different statements
5.87 ms
Query time
0
Invalid entities
23
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
4.73 ms (80.62%) |
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.logo_url AS logo_url_9, t0.help_text AS help_text_10, t0.terms_url AS terms_url_11, t0.privacy_policy_url AS privacy_policy_url_12, t0.created_at AS created_at_13 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:
[
"b8abd2fa-b8ec-11f0-a10c-a0ad9f24310d"
]
|
||||||||||||||||||||||||||||||||
|
0.49 ms (8.43%) |
1 |
SELECT DISTINCT u0_.id AS id_0, u0_.id AS id_1, u0_.created_at AS created_at_2 FROM `user` u0_ ORDER BY u0_.id ASC, u0_.created_at DESC LIMIT 20 OFFSET 120
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.46 ms (7.90%) |
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 FROM `user` u0_ WHERE u0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY u0_.id ASC, u0_.created_at DESC
Parameters:
[ "b8abd2fa-b8ec-11f0-a10c-a0ad9f24310d" "b8ac87f4-b8ec-11f0-a10c-a0ad9f24310d" "b8ad3569-b8ec-11f0-a10c-a0ad9f24310d" "b8add8f9-b8ec-11f0-a10c-a0ad9f24310d" "b8af06e2-b8ec-11f0-a10c-a0ad9f24310d" "b8b0d2a1-b8ec-11f0-a10c-a0ad9f24310d" "b8b18dcf-b8ec-11f0-a10c-a0ad9f24310d" "b8b324d3-b8ec-11f0-a10c-a0ad9f24310d" "b8b3e030-b8ec-11f0-a10c-a0ad9f24310d" "b8b461b0-b8ec-11f0-a10c-a0ad9f24310d" "ba14774b-fb2f-5072-b756-e5d183c39aa9" "bb0f4159-3cab-50d9-98f1-ddca7d0d73c3" "be210a53-a920-584f-86b2-af1630784d30" "becb9aa5-4b69-5bbe-892e-6dd093bf17a8" "bed6ed88-cf19-557b-aa1a-e9c54aa461f2" "c3a81dba-6728-5709-8072-b6fd6383089f" "c4298cff-2a28-5b93-9571-b444b16aed8b" "c590a912-043f-5807-9a81-4e131b93b10d" "c718261f-13ae-54e4-9cf5-ba775afaa0ec" "c77f48aa-9609-5a39-a677-b1649f38ddc4" ]
|
||||||||||||||||||||||||||||||||
|
0.18 ms (3.05%) |
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 | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\OAuthClient | No errors. |