Query Metrics
3
Database Queries
3
Different statements
1.23 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.50 ms (40.83%) |
1 |
SELECT t0.expiry AS expiry_1, t0.user_identifier AS user_identifier_2, t0.scopes AS scopes_3, t0.revoked AS revoked_4, t0.identifier AS identifier_5, t0.client AS client_6 FROM oauth2_access_token t0 WHERE t0.identifier = ?
Parameters:
[
"8a628c0231bbfb7a143d4d62c5d1cc7d930368c0ac8ae2f9a8266333b5a99203ba8efa8dec6ee0e3"
]
|
|
0.39 ms (32.17%) |
1 |
SELECT t0.id AS id_1, t0.nombres AS nombres_2, t0.apellidos AS apellidos_3, t0.dni AS dni_4, t0.url_dni AS url_dni_5, t0.email_personal AS email_personal_6, t0.dni_tramite AS dni_tramite_7, t0.genero AS genero_8 FROM sso_persona t0 WHERE t0.id = ?
Parameters:
[
402
]
|
|
0.33 ms (27.01%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.estado AS estado_5, t0.persona_id AS persona_id_6 FROM sso_user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"17036076"
]
|
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 |
|---|---|
| Trikoder\Bundle\OAuth2Bundle\Model\AccessToken | No errors. |
| Trikoder\Bundle\OAuth2Bundle\Model\Client | No errors. |
| App\Entity\SsoUser | No errors. |
| App\Entity\SsoPersona | No errors. |
| App\Entity\SsoUsuarioSistema | No errors. |
| App\Entity\Notificacion\NotificacionUsuario | No errors. |
| App\Entity\SsoMatricula | No errors. |
| App\Entity\SsoFirmaPersona | No errors. |
| App\Entity\Notificacion\NotificacionAreas | No errors. |