Query Metrics
3
Database Queries
3
Different statements
1.81 ms
Query time
1
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.77 ms |
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.descricao AS descricao_3, t0.chave_pix AS chave_pix_4, t0.beneficiario_pix AS beneficiario_pix_5, t0.cidade_pix AS cidade_pix_6, t0.pix_prefix AS pix_prefix_7, t0.mensagem_sucesso AS mensagem_sucesso_8, t0.banner_name AS banner_name_9, t0.logo_name AS logo_name_10, t0.data_inicio AS data_inicio_11, t0.data_fim AS data_fim_12, t0.status AS status_13, t0.token AS token_14, t0.cor_background AS cor_background_15, t0.cor_texto AS cor_texto_16, t0.cor_texto_secundario AS cor_texto_secundario_17, t0.cor_botao_primario AS cor_botao_primario_18, t0.cor_botao_secundario AS cor_botao_secundario_19, t0.updated_at AS updated_at_20, t0.aviso AS aviso_21 FROM evento t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"6a15bddc4b1d78.925820776a15bddc4b1f26.11738189"
]
|
||||||||||||||||||||||||||||
| 2 | 0.49 ms |
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.valor_base AS valor_base_3, t0.status AS status_4, t0.limite_inscricoes AS limite_inscricoes_5, t0.lista_espera_ativa AS lista_espera_ativa_6, t0.cor_pulseira AS cor_pulseira_7, t0.instrucao_kit AS instrucao_kit_8, t0.evento_id AS evento_id_9 FROM tipo_inscricao t0 WHERE t0.evento_id = ? AND t0.status = ?
Parameters:
[ 3 "ativo" ]
|
||||||||||||||||||||||||||||
| 3 | 0.55 ms |
SELECT c0_.id AS id_0, c0_.titulo AS titulo_1, c0_.descricao AS descricao_2, c0_.tipo AS tipo_3, c0_.opcoes AS opcoes_4, c0_.obrigatorio AS obrigatorio_5, c0_.ativo AS ativo_6, c0_.ordem_exibicao AS ordem_exibicao_7, c0_.prerequisito_tipo AS prerequisito_tipo_8, c0_.prerequisito_valor AS prerequisito_valor_9, c0_.arquivo_termos AS arquivo_termos_10, c0_.arquivo_termos_updated_at AS arquivo_termos_updated_at_11, c0_.evento_id AS evento_id_12, c0_.prerequisito_campo_id AS prerequisito_campo_id_13 FROM campo_adicional c0_ WHERE c0_.evento_id = ? AND c0_.ativo = 1 ORDER BY c0_.ordem_exibicao ASC
Parameters:
[
3
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Evento | 1 |
| App\Entity\TipoInscricao | 1 |
| App\Entity\CampoAdicional | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Evento | No errors. |
| App\Entity\CampoAdicional |
|
| App\Entity\TipoInscricao | No errors. |
| App\Entity\Inscricao | No errors. |
| App\Entity\InscricaoListaEspera | No errors. |
| App\Entity\ItemAdicional | No errors. |
| App\Entity\Inscrito | No errors. |
| App\Entity\RespostaCampoAdicional | No errors. |