https://aprovador.nirron.com.br/index.php/ Return to referer URL

Query Metrics

1 Database Queries
1 Different statements
4.38 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.38 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.nome AS nome_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.created_at AS created_at_7, t0.is_active AS is_active_8, t0.notificacao_email_aceito AS notificacao_email_aceito_9, t0.notificacao_email_recusado AS notificacao_email_recusado_10, t0.notificacao_email_nova_solicitacao AS notificacao_email_nova_solicitacao_11 FROM "user" t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "almir"
]

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
App\Entity\User No errors.
App\Entity\Solicitacao No errors.
App\Entity\Empresa
  • The field App\Entity\Empresa#solicitacoes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Solicitacao#empresa does not contain the required 'inversedBy="solicitacoes"' attribute.
App\Entity\SubEmpresa No errors.