Query Metrics
2
Database Queries
2
Different statements
18.27 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
15.59 ms (85.35%) |
1 |
SELECT t0.random_id AS random_id_1, t0.redirect_uris AS redirect_uris_2, t0.secret AS secret_3, t0.allowed_grant_types AS allowed_grant_types_4, t0.id AS id_5, t0.name AS name_6, t0.home_url AS home_url_7, t0.description AS description_8, t0.is_require_address AS is_require_address_9, t0.create_profile AS create_profile_10, t0.ask_consent AS ask_consent_11, t0.is_required_valid_profile AS is_required_valid_profile_12 FROM client t0 WHERE t0.id = ? AND t0.random_id = ? LIMIT 1
Parameters:
[ "3" "upr2wypkobkgkcc0kwcsskokc084k08sg0gs00g4kkcgsw8wo" ] |
|
2.68 ms (14.65%) |
1 |
SELECT t0.id AS id_1, t0.option_name AS option_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4 FROM login_option t0 INNER JOIN client_login_option ON t0.id = client_login_option.login_option_id WHERE client_login_option.client_id = ?
Parameters:
[
3
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| FOS\OAuthServerBundle\Entity\Client | No errors. |
| App\Entity\OAuth\Client | No errors. |
| FOS\OAuthServerBundle\Entity\AccessToken | No errors. |
| App\Entity\OAuth\AccessToken | No errors. |
| App\Entity\ClientIdentity | No errors. |
| App\Entity\LoginOption | No errors. |
| FOS\OAuthServerBundle\Entity\RefreshToken | No errors. |
| App\Entity\OAuth\RefreshToken | No errors. |