Query Metrics
3
Database Queries
3
Different statements
1.35 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.60 ms |
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:
[
"d19bff1eb6ea69555326af4a410117d2b8a70d184ca6f9e05a3d76b3a092d88b845d1fde6da2165d"
]
|
| 2 | 0.32 ms |
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"
]
|
| 3 | 0.43 ms |
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
]
|
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. |