Query Metrics
3
Database Queries
3
Different statements
1.22 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.48 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:
[
"b90a4f2b8b885aa82abd5417121e20d931bee85402e24909ddf41c7739e87e714da8deb88ee380e5"
]
|
2 | 0.38 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:
[
"marianogg"
]
|
3 | 0.35 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:
[
141
]
|
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. |