Query Metrics
23
Database Queries
4
Different statements
6.53 ms
Query time
0
Invalid entities
27
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
5.06 ms (77.52%) |
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:
[
"a64985c1-15ca-44c5-b66d-6c486c3c5c19"
]
|
||||||||||||||||||||||||||||||||
|
0.62 ms (9.57%) |
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 ASC, u0_.created_at DESC LIMIT 20 OFFSET 20
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.58 ms (8.81%) |
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 ASC, u0_.created_at DESC
Parameters:
[ "a64985c1-15ca-44c5-b66d-6c486c3c5c19" "21c02466-85d6-4427-b31c-c137951c8e3e" "417358a4-9de3-4e1f-8a3a-233a76236633" "db05c63e-9d10-4951-87b5-8a0c6fa1422c" "79df1761-04e1-460f-958c-d03d68efb26c" "ee70e61e-1688-4284-bab7-f19170f255d1" "da9a7641-4cf7-474a-8479-cc45c056621b" "ed2e740a-c96a-4381-9665-b27cc47a6932" "882b5624-8aca-44f9-9112-8cf06a284887" "18ded284-d035-40bd-a174-117afdfd3660" "81e77b0e-04be-4770-aa59-1481d0edbe7b" "5efd5605-f7f7-474b-9129-c0f93289cba2" "5eb115a2-1cc3-49a9-9fc3-415187a59b8f" "1b44d97f-20d0-4506-9f8c-eb28257c8e0d" "1e8a78de-11a4-4e8c-a6ee-2845f18b36ad" "044b10cb-51cc-4b9b-9d8f-ba7689eff1ee" "b3a39076-9606-40a6-a5f9-5b719c96bcf8" "d040e35f-e0c9-4995-848d-532bf5ded458" "24a53e54-0fca-48e4-aad0-4f826cc006fa" "39d09579-e638-4b38-af9d-f9a653be8c13" ]
|
||||||||||||||||||||||||||||||||
|
0.27 ms (4.10%) |
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. |