Query Metrics
23
Database Queries
4
Different statements
7.65 ms
Query time
0
Invalid entities
22
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
6.26 ms (81.85%) |
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:
[
"bb0f4159-3cab-50d9-98f1-ddca7d0d73c3"
]
|
||||||||||||||||||||||||||||||||
|
0.70 ms (9.19%) |
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 DESC, u0_.created_at DESC LIMIT 20 OFFSET 40
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.50 ms (6.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 FROM `user` u0_ WHERE u0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY u0_.id DESC, u0_.created_at DESC
Parameters:
[ "bb0f4159-3cab-50d9-98f1-ddca7d0d73c3" "ba14774b-fb2f-5072-b756-e5d183c39aa9" "b8b461b0-b8ec-11f0-a10c-a0ad9f24310d" "b8b3e030-b8ec-11f0-a10c-a0ad9f24310d" "b8b324d3-b8ec-11f0-a10c-a0ad9f24310d" "b8b18dcf-b8ec-11f0-a10c-a0ad9f24310d" "b8b0d2a1-b8ec-11f0-a10c-a0ad9f24310d" "b8af06e2-b8ec-11f0-a10c-a0ad9f24310d" "b8add8f9-b8ec-11f0-a10c-a0ad9f24310d" "b8ad3569-b8ec-11f0-a10c-a0ad9f24310d" "b8ac87f4-b8ec-11f0-a10c-a0ad9f24310d" "b8abd2fa-b8ec-11f0-a10c-a0ad9f24310d" "b8a94c18-b8ec-11f0-a10c-a0ad9f24310d" "b895309b-b8ec-11f0-a10c-a0ad9f24310d" "b89492fe-b8ec-11f0-a10c-a0ad9f24310d" "b892e327-b8ec-11f0-a10c-a0ad9f24310d" "b891c86a-b8ec-11f0-a10c-a0ad9f24310d" "b8912fd3-b8ec-11f0-a10c-a0ad9f24310d" "b8907c16-b8ec-11f0-a10c-a0ad9f24310d" "b88e30e5-b8ec-11f0-a10c-a0ad9f24310d" ]
|
||||||||||||||||||||||||||||||||
|
0.19 ms (2.47%) |
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 | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\OAuthClient | No errors. |