Query Metrics
23
Database Queries
4
Different statements
6.43 ms
Query time
0
Invalid entities
24
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
5.06 ms (78.79%) |
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:
[
"0472a622-93d2-577c-a0fb-fba57a6a7076"
]
|
||||||||||||||||||||||||||||||||
|
0.58 ms (8.95%) |
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_.created_at ASC
Parameters:
[ "149a2021-26ad-5ae5-84c2-199e7163fc91" "65c5c65e-67d5-5959-8d1b-2e286d83d024" "0554be3d-3e57-5179-a3fe-16f13a13e46f" "0472a622-93d2-577c-a0fb-fba57a6a7076" "75443fed-8369-51f5-a054-f7d6d9833afa" "1a4334d3-ef0c-5166-bf5b-bea02e478278" "1ae29bbd-ad1e-53f3-b3f8-380ec5d196f5" "25df105c-4213-5322-aac1-6c1423186009" "5ad5cc22-3d5c-511b-a7ab-644f3095da3b" "762fa3ec-7873-56ac-b173-e3c56ad9fa79" "24401b4f-2ae6-52be-b75f-3dda2ef9cb91" "23ed30a3-adf4-5f79-a3a2-098b1d71811e" "22ebb1b9-6ea1-52c2-b451-df93fecdc7b5" "6b19acaf-8922-5873-837f-31ffba513499" "20d08f17-0213-529a-bab0-748944613e08" "20bd20a1-61ed-5cf3-8d82-0d073709c0a5" "6aa3b009-330c-5a95-939f-09343e798303" "73d1d021-8543-5816-8e4a-bd2a85e5bdfb" "1d1bc897-79bf-5099-86b7-4d8bf80fd9e9" "73881920-956a-5249-b8c7-99f7257c0c55" ]
|
||||||||||||||||||||||||||||||||
|
0.50 ms (7.76%) |
1 |
SELECT DISTINCT u0_.id AS id_0, u0_.created_at AS created_at_1 FROM `user` u0_ ORDER BY u0_.created_at ASC LIMIT 20 OFFSET 40
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.29 ms (4.50%) |
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 | 4 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\OAuthClient | No errors. |