GET https://index.arquivosdoc.com.br/fila/count

Query Metrics

2 Database Queries
2 Different statements
0.95 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.63 ms
(66.84%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nome AS nome_5, t0.tipo_acesso AS tipo_acesso_6, t0.enabled AS enabled_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
  115
]
0.31 ms
(33.16%)
1
SELECT COUNT(m0_.id) AS sclr_0 FROM messenger_messages m0_ WHERE m0_.delivered_at IS NULL AND m0_.body LIKE ?
Parameters:
[
  "%;i:115;s:8:%"
]

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
  • The field App\Entity\User#clientes is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Cliente#users does not contain the required 'mappedBy="clientes"' attribute.
App\Entity\Documento No errors.
App\Entity\Cliente
  • The field App\Entity\Cliente#users is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#clientes does not contain the required 'mappedBy="users"' attribute.
App\Entity\Fluxo No errors.
App\Entity\Etapa No errors.
App\Entity\MessengerMessages No errors.