Query Metrics
23
Database Queries
4
Different statements
8.93 ms
Query time
0
Invalid entities
27
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
6.88 ms (77.07%) |
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:
[
"db57bedd-4dd9-5e31-b5f5-acbb7f507017"
]
|
||||||||||||||||||||||||||||||||
|
0.98 ms (11.02%) |
1 |
SELECT DISTINCT u0_.id AS id_0, u0_.nif AS nif_1, u0_.created_at AS created_at_2 FROM `user` u0_ ORDER BY u0_.nif ASC, u0_.created_at DESC LIMIT 20 OFFSET 180
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.70 ms (7.88%) |
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_.nif ASC, u0_.created_at DESC
Parameters:
[ "db57bedd-4dd9-5e31-b5f5-acbb7f507017" "e06e98d8-42c1-5629-bfcf-8b7cb7355381" "e227799b-89fc-5e87-b669-03405c801bb4" "e5610dfd-8d33-5446-9d32-a606cf9b141e" "ec72a87a-ce0e-5643-a5ae-02d80a14d02f" "f06cc095-175a-5a33-9611-3139f2248a3a" "f0fbcf6e-e221-54f9-8251-6281b06741a2" "f2aa10a1-52a4-5da8-a8ac-61f2719e6768" "f48394b3-9996-53db-85e6-5f1b9605e6c8" "f9b44db3-14c3-50a9-9195-0d171c6d2d9a" "fb517d24-b1e8-597a-a951-577cc83eb600" "fd4035ff-a857-5041-a857-bd5a10527559" "fe696fe7-f5d5-5939-a1ff-5e3065181a29" "fec312ac-6e9e-5aac-a338-830a78e46ec7" "39d09579-e638-4b38-af9d-f9a653be8c13" "eba18080-5f38-4b14-9725-0c1a76c9a8ef" "22ebb1b9-6ea1-52c2-b451-df93fecdc7b5" "a6443d57-91eb-4a7a-b9ab-b986fa483375" "a1c6bb8b-27fb-4b5d-b2d7-347ab7e9839b" "59471302-d987-4516-981c-40df4539100b" ]
|
||||||||||||||||||||||||||||||||
|
0.36 ms (4.03%) |
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. |