GET https://index.arquivosdoc.com.br/index/qualidade

Query Metrics

10 Database Queries
3 Different statements
1790.21 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.29 ms
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:
[
  609
]
2 1787.05 ms
SELECT d0_.id AS id_0, d0_.nome AS nome_1, d0_.conteiner AS conteiner_2, d0_.image AS image_3, d0_.created_at AS created_at_4, d0_.qtd AS qtd_5, d0_.qtd1 AS qtd1_6, d0_.updated_at AS updated_at_7, d0_.assunto AS assunto_8, d0_.data_documento AS data_documento_9, d0_.vencimento_documento AS vencimento_documento_10, d0_.extra_fields AS extra_fields_11, d0_.keywords AS keywords_12, d0_.index_at AS index_at_13, d0_.user_index AS user_index_14, d0_.situacao AS situacao_15, d0_.user_id AS user_id_16, d0_.cliente_id AS cliente_id_17, d0_.caixa_id AS caixa_id_18, d0_.classificacao_id AS classificacao_id_19, d0_.tipo_id AS tipo_id_20, d0_.etapa_id AS etapa_id_21 FROM documento d0_ WHERE d0_.user_index IN (?) AND d0_.cliente_id = ? AND (d0_.situacao = ? OR d0_.situacao IS NULL) ORDER BY d0_.caixa_id ASC
Parameters:
[
  "LEONARDO DE SOUZA CRUZEIRO"
  "133"
  ""
]
3 1.30 ms
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.created_at AS created_at_3, t0.data AS data_4, t0.assunto AS assunto_5, t0.higieniza_at AS higieniza_at_6, t0.fluxo_id AS fluxo_id_7, t0.cx_id AS cx_id_8, t0.etapa_id AS etapa_id_9 FROM caixa t0 WHERE t0.id = ?
Parameters:
[
  154638
]
4 0.17 ms
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.created_at AS created_at_3, t0.data AS data_4, t0.assunto AS assunto_5, t0.higieniza_at AS higieniza_at_6, t0.fluxo_id AS fluxo_id_7, t0.cx_id AS cx_id_8, t0.etapa_id AS etapa_id_9 FROM caixa t0 WHERE t0.id = ?
Parameters:
[
  154639
]
5 0.24 ms
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.created_at AS created_at_3, t0.data AS data_4, t0.assunto AS assunto_5, t0.higieniza_at AS higieniza_at_6, t0.fluxo_id AS fluxo_id_7, t0.cx_id AS cx_id_8, t0.etapa_id AS etapa_id_9 FROM caixa t0 WHERE t0.id = ?
Parameters:
[
  154640
]
6 0.20 ms
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.created_at AS created_at_3, t0.data AS data_4, t0.assunto AS assunto_5, t0.higieniza_at AS higieniza_at_6, t0.fluxo_id AS fluxo_id_7, t0.cx_id AS cx_id_8, t0.etapa_id AS etapa_id_9 FROM caixa t0 WHERE t0.id = ?
Parameters:
[
  154641
]
7 0.20 ms
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.created_at AS created_at_3, t0.data AS data_4, t0.assunto AS assunto_5, t0.higieniza_at AS higieniza_at_6, t0.fluxo_id AS fluxo_id_7, t0.cx_id AS cx_id_8, t0.etapa_id AS etapa_id_9 FROM caixa t0 WHERE t0.id = ?
Parameters:
[
  154642
]
8 0.50 ms
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.created_at AS created_at_3, t0.data AS data_4, t0.assunto AS assunto_5, t0.higieniza_at AS higieniza_at_6, t0.fluxo_id AS fluxo_id_7, t0.cx_id AS cx_id_8, t0.etapa_id AS etapa_id_9 FROM caixa t0 WHERE t0.id = ?
Parameters:
[
  155439
]
9 0.15 ms
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.created_at AS created_at_3, t0.data AS data_4, t0.assunto AS assunto_5, t0.higieniza_at AS higieniza_at_6, t0.fluxo_id AS fluxo_id_7, t0.cx_id AS cx_id_8, t0.etapa_id AS etapa_id_9 FROM caixa t0 WHERE t0.id = ?
Parameters:
[
  155440
]
10 0.11 ms
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.created_at AS created_at_3, t0.data AS data_4, t0.assunto AS assunto_5, t0.higieniza_at AS higieniza_at_6, t0.fluxo_id AS fluxo_id_7, t0.cx_id AS cx_id_8, t0.etapa_id AS etapa_id_9 FROM caixa t0 WHERE t0.id = ?
Parameters:
[
  155441
]

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\Caixa No errors.
App\Entity\Classificacao No errors.
App\Entity\Tipo No errors.
App\Entity\Registro No errors.
App\Entity\Cx No errors.