Query Metrics
23
Database Queries
4
Different statements
6.72 ms
Query time
0
Invalid entities
24
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
5.18 ms (77.00%) |
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:
[
"f06cc095-175a-5a33-9611-3139f2248a3a"
]
|
||||||||||||||||||||||||||||||||
|
0.83 ms (12.36%) |
1 |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, u0_.created_at AS created_at_2 FROM `user` u0_ ORDER BY u0_.email DESC, u0_.created_at DESC LIMIT 20 OFFSET 120
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.50 ms (7.44%) |
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_.email DESC, u0_.created_at DESC
Parameters:
[ "f06cc095-175a-5a33-9611-3139f2248a3a" "417358a4-9de3-4e1f-8a3a-233a76236633" "80433ef0-732a-485a-9844-de5a93ef6918" "dae39324-ca53-5453-ba66-7533750dbf6f" "27acbae8-d821-56bd-af10-58eab58cdef5" "db05c63e-9d10-4951-87b5-8a0c6fa1422c" "b8add8f9-b8ec-11f0-a10c-a0ad9f24310d" "b2c601a4-109f-59ab-977b-df01d09d6c9b" "b3a39076-9606-40a6-a5f9-5b719c96bcf8" "89417d4a-3354-4284-88d0-70c723b71c41" "8b27b018-558f-581d-8691-9d1a5b4bc3c0" "f10a794e-7c70-4836-b817-3aabc1a35305" "936c3abc-6f34-5946-a947-9572009f77cd" "04134f8b-98a7-54ae-bbd8-4a231cd92a0f" "bb0f4159-3cab-50d9-98f1-ddca7d0d73c3" "5429093b-1531-51af-ad01-73a5b25a259c" "d6444b2b-112d-5110-819c-6bbd049be900" "a4240dba-08f0-5092-8023-73ca2ee25e98" "98650093-e398-582e-b0a2-5f04dc5b779d" "18e676b4-8ad2-59e4-8f94-07e0ce411058" ]
|
||||||||||||||||||||||||||||||||
|
0.22 ms (3.21%) |
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. |