Query Metrics
23
Database Queries
4
Different statements
4.91 ms
Query time
0
Invalid entities
27
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
3.61 ms (73.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.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:
[
"ba14774b-fb2f-5072-b756-e5d183c39aa9"
]
|
||||||||||||||||||||||||||||||||
|
0.79 ms (16.13%) |
1 |
SELECT DISTINCT u0_.id AS id_0, u0_.roles AS roles_1, u0_.created_at AS created_at_2 FROM `user` u0_ ORDER BY u0_.roles ASC, u0_.created_at DESC LIMIT 20 OFFSET 160
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.35 ms (7.11%) |
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_.roles ASC, u0_.created_at DESC
Parameters:
[ "ba14774b-fb2f-5072-b756-e5d183c39aa9" "c718261f-13ae-54e4-9cf5-ba775afaa0ec" "dae39324-ca53-5453-ba66-7533750dbf6f" "db0d72ca-f6d6-5519-9885-2ef0bf6a108a" "db4f238c-b4cd-5bb5-94a2-6b08b6a218d8" "e227799b-89fc-5e87-b669-03405c801bb4" "e5610dfd-8d33-5446-9d32-a606cf9b141e" "f06cc095-175a-5a33-9611-3139f2248a3a" "f0fbcf6e-e221-54f9-8251-6281b06741a2" "f2aa10a1-52a4-5da8-a8ac-61f2719e6768" "fe696fe7-f5d5-5939-a1ff-5e3065181a29" "38f05396-8c09-5fbf-84ff-7c13a4a89ea2" "b44a8edc-4500-591b-a8f7-17578feb2da3" "5ad5cc22-3d5c-511b-a7ab-644f3095da3b" "792b67cd-5e60-532f-bd75-5e02522f8393" "a69bbd62-a045-5fab-b587-a5edbd91045e" "d8e3b045-9512-50cd-86e6-35f29e37b5d3" "c876e0b6-af09-5c41-ab53-e31f75a6f99c" "2f07bd72-e283-586c-ab72-a4ad8c659f12" "69aa0dba-8268-557c-8a42-2ac9c8528ecb" ]
|
||||||||||||||||||||||||||||||||
|
0.15 ms (3.14%) |
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. |