Query Metrics
31
Database Queries
14
Different statements
23.93 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
10.04 ms (41.95%) |
3 |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media t0 WHERE t0.id = ?
Parameters:
[
7222
]
|
|
2.93 ms (12.26%) |
5 |
SELECT t0.id AS id_1, t0.assunto AS assunto_2, t0.mensagem AS mensagem_3, t0.respondidoPor AS respondidoPor_4, t0.createdAt AS createdAt_5, t0.updatedAt AS updatedAt_6, t0.andamentoSolicitacao_id AS andamentoSolicitacao_id_7, t0.admin_resposta AS admin_resposta_8, t0.cliente_resposta_id AS cliente_resposta_id_9, t0.anexos_id AS anexos_id_10 FROM resposta_solicitacao t0 WHERE t0.andamentoSolicitacao_id = ? ORDER BY t0.createdAt ASC
Parameters:
[
2466
]
|
|
2.56 ms (10.68%) |
4 |
SELECT t0.id AS id_1, t0.data AS data_2, t0.hora AS hora_3, t0.observacoes AS observacoes_4, t5.id AS id_6, t5.assunto AS assunto_7, t5.mensagem AS mensagem_8, t5.visivel AS visivel_9, t5.createdAt AS createdAt_10, t5.updatedAt AS updatedAt_11, t5.statusSolicitacao_id AS statusSolicitacao_id_12, t5.solicitacao_id AS solicitacao_id_13, t5.agendamento_id AS agendamento_id_14, t5.criado_por AS criado_por_15, t5.alterado_por AS alterado_por_16, t0.anexos_id AS anexos_id_17 FROM agendamento t0 LEFT JOIN andamento_solicitacao t5 ON t5.agendamento_id = t0.id WHERE t0.id = ?
Parameters:
[
891
]
|
|
1.43 ms (5.96%) |
4 |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.data AS data_3, t0.hora AS hora_4, t0.status AS status_5, t0.dataACaminho AS dataACaminho_6, t0.dataIniciarAtendimento AS dataIniciarAtendimento_7, t0.dataFinalAtendimento AS dataFinalAtendimento_8, t0.dataRetorno AS dataRetorno_9, t0.descricao AS descricao_10, t0.createdAt AS createdAt_11, t0.updatedAt AS updatedAt_12, t0.agendamento_id AS agendamento_id_13, t0.profissional_id AS profissional_id_14, t0.anexos_preparacao_id AS anexos_preparacao_id_15, t0.anexos_trabalho_andamento_id AS anexos_trabalho_andamento_id_16, t0.anexos_trabalho_finalizado_id AS anexos_trabalho_finalizado_id_17, t0.assinatura_cliente_id AS assinatura_cliente_id_18, t0.assinatura_profissional_id AS assinatura_profissional_id_19 FROM ordem_servico t0 WHERE t0.agendamento_id = ?
Parameters:
[
891
]
|
|
1.38 ms (5.77%) |
1 |
SELECT t0.id AS id_1, t0.import_id AS import_id_2, t0.import AS import_3, t0.ativo AS ativo_4, t0.nomeCompleto AS nomeCompleto_5, t0.razaoSocial AS razaoSocial_6, t0.nomeFantasia AS nomeFantasia_7, t0.cpf AS cpf_8, t0.cnpj AS cnpj_9, t0.telefone AS telefone_10, t0.celular AS celular_11, t0.hash_nova_senha AS hash_nova_senha_12, t0.data_hash_nova_senha AS data_hash_nova_senha_13, t0.email AS email_14, t0.password AS password_15, t0.roles AS roles_16, t0.api_roles AS api_roles_17, t0.web_roles AS web_roles_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.associado_id AS associado_id_21 FROM cliente t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"lucasbortolomai@hotmail.com"
]
|
|
0.77 ms (3.20%) |
3 |
SELECT t0.id AS id_1, t0.nomeCompleto AS nomeCompleto_2, t0.email AS email_3, t0.telefone1 AS telefone1_4, t0.telefone2 AS telefone2_5, t0.url AS url_6, t0.logo_id AS logo_id_7 FROM profissional t0 WHERE t0.id = ?
Parameters:
[
23
]
|
|
0.76 ms (3.17%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.api_roles AS api_roles_4, t0.web_roles AS web_roles_5 FROM security_group t0 INNER JOIN security_cliente_group ON t0.id = security_cliente_group.group_id WHERE security_cliente_group.cliente_id = ?
Parameters:
[
449
]
|
|
0.72 ms (3.01%) |
1 |
SELECT t0.id AS id_1, t0.assunto AS assunto_2, t0.mensagem AS mensagem_3, t0.visivel AS visivel_4, t0.createdAt AS createdAt_5, t0.updatedAt AS updatedAt_6, t0.statusSolicitacao_id AS statusSolicitacao_id_7, t0.solicitacao_id AS solicitacao_id_8, t0.agendamento_id AS agendamento_id_9, t0.criado_por AS criado_por_10, t0.alterado_por AS alterado_por_11 FROM andamento_solicitacao t0 WHERE t0.solicitacao_id = ? AND t0.visivel = ? ORDER BY t0.createdAt ASC
Parameters:
[ "881" 1 ] |
|
0.72 ms (3.00%) |
1 |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.mensagem AS mensagem_3, t0.data AS data_4, t0.respondidoAdmin AS respondidoAdmin_5, t0.ultimaInteracao AS ultimaInteracao_6, t0.createdAt AS createdAt_7, t0.updatedAt AS updatedAt_8, t0.tipoSolicitacao_id AS tipoSolicitacao_id_9, t0.assunto_id AS assunto_id_10, t0.periodoAgendamento_id AS periodoAgendamento_id_11, t0.unidade_id AS unidade_id_12, t0.cliente_id AS cliente_id_13, t0.responsavelAtendimento AS responsavelAtendimento_14, t0.anexos_id AS anexos_id_15, t0.status_atual AS status_atual_16 FROM solicitacao t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"881"
]
|
|
0.64 ms (2.69%) |
2 |
SELECT t0.id AS id_1, t0.status AS status_2, t0.mensagem AS mensagem_3, t0.createdAt AS createdAt_4, t0.updatedAt AS updatedAt_5 FROM status_solicitacao t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.61 ms (2.53%) |
2 |
SELECT t0.position AS position_1, t0.enabled AS enabled_2, t0.updated_at AS updated_at_3, t0.created_at AS created_at_4, t0.id AS id_5, t0.gallery_id AS gallery_id_6, t0.media_id AS media_id_7 FROM media_gallery t0 WHERE t0.gallery_id = ? ORDER BY t0.position ASC
Parameters:
[
3563
]
|
|
0.56 ms (2.32%) |
2 |
SELECT t0.name AS name_1, t0.context AS context_2, t0.default_format AS default_format_3, t0.enabled AS enabled_4, t0.updated_at AS updated_at_5, t0.created_at AS created_at_6, t0.id AS id_7 FROM gallery t0 WHERE t0.id = ?
Parameters:
[
3563
]
|
|
0.55 ms (2.31%) |
1 |
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.email AS email_3, t0.telefone AS telefone_4, t0.urlAdmin AS urlAdmin_5, t0.urlCliente AS urlCliente_6, t0.cep AS cep_7, t0.estado AS estado_8, t0.cidade AS cidade_9, t0.bairro AS bairro_10, t0.rua AS rua_11, t0.numero AS numero_12, t0.complemento AS complemento_13, t0.corEmail AS corEmail_14, t0.emailsSolicitacao AS emailsSolicitacao_15, t0.emailsUsuario AS emailsUsuario_16, t0.comteleToken AS comteleToken_17, t0.comteleEnvios AS comteleEnvios_18, t0.logo_id AS logo_id_19 FROM empresa t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.27 ms (1.15%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.admin_roles AS admin_roles_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.logo_id AS logo_id_9 FROM security_admin_user t0 WHERE t0.id = ?
Parameters:
[
4
]
|
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.